Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Web service call fails › Web service call fails
I altered my orchestration to include event log entries. The receive pipeline successfully disassembled the flat file into XML, and the map successfully transformed the message into the array structure.
I did notice a couple weird things about the XML I received from the outerXml property, though.
1. After receiving from the pipeline, the message’s XML contained a single trailing period.
2. After the map was applied, the destination message’s XML did not contain the last 2 closing element tags for the array.
I’ve looked at the XML inside the dehydrated message content from within the send port instance and it looks just fine, closing tags and all. Is this an OuterXml thing, or something worse?