Browse by Tags

All Tags » BizTalk Code Pearls (RSS)

Great functionality for every BizTalk Developer.(XpathMutatorStream)

Ok first of all I have to give lots of credit to Martijn Hogendoorn for helping me with this one. I had a question about how to handle a specific problem within a pipeline. He said Why don't you use the XpathMutatorStream for that..... Well I never heared...

BizTalk validate.

Sometimes you just have the need to validate a xml document in BizTalk. A while ago I found a piece of code on the internet. You feed the component the just created message and the schemanameit should comply to, and it will be validated by BizTalk. The...
Posted by Patrick Wellink | with no comments