Sorry, but there are no more tags available to filter with.
-
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 of the XpathMutatorStream before and after some...
-
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 code is here. I found this code on the internet...