Re: delay next step in orchestration

Home Page Forums BizTalk 2004 – BizTalk 2010 delay next step in orchestration Re: delay next step in orchestration

#22530

Hello Greg,

Thank you for your promt answer! That was the solution for my problem serialized scope+ delevery notification on the send port.

I use that solution because i work with untyped messages (without xsd). The response message from the webservice is an systemxml document. So i can receive messages with diferent structures in the same orchestration. In that case i think that is dificult to get data directly to sql using sql adapter because i don’t have the message xsd schema.

I also think that another solution is to send the response message of the first web service to the request message of the second web service using the message assignment shape. In this way i will avoid the writing of the response message data to disk.

Best Regards

Alex