Re: Cannot transform a message after debatch in a receive pipeline called from orchestration

Home Page Forums BizTalk 2004 – BizTalk 2010 Cannot transform a message after debatch in a receive pipeline called from orchestration Re: Cannot transform a message after debatch in a receive pipeline called from orchestration

#21256

 Hi all,

   Just an update. I was able to resolve this issue. Basically the instance of MyMessage generated by the orchestration did not match the schema used in the map, so I modified the message format by modifying the results sent back from the call to a stored procedure (as I use a SQL adapter in my orchestration): in my message, I was using child elements instead of child attributes, as defined in the schema.

   Best to all,

   Daniel.