GitXplorerGitXplorer
S

WrapStringPipelineComponent

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
2683bf60794f3c51dc30441c81272f2c1a848a88

Update README.md

SSvenskFisk committed 7 years ago
Unverified
887cb95500e3493080d52d83aa31b4a7db0d2355

Updated readme

SSvenskFisk committed 8 years ago
Unverified
aafb44e0405335d9e236222c741022179e877c47

remove and sort usings

SSvenskFisk committed 8 years ago
Unverified
2b912fc5c56856797ac66d3fbb85316bfea602e7

Skipped streaming for now

SSvenskFisk committed 8 years ago
Unverified
eb321f77e2acf6495eb3fffc194eead108bc5fc4

trying to fix markdown.

SSvenskFisk committed 8 years ago
Unverified
a4b7387c8582628419d99337384fa4b24ecee24b

Initial commit

SSvenskFisk committed 8 years ago

README

The README file for this repository.

WrapStringPipelineComponent

BizTalk component for working with messages as strings inside an orchestration.

Allows using messages of type System.String inside of ochestrations. The componets wrap/unwrap the message with <string><![CDATA[ and ]]></string> thus allowing the orchestration engine to recognize the message type and parse them as xml.

This is not a streaming component, avoid very big files! I will change it to streaming in the future.