Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Error : The message found multiple request response subscriptions. A message can only be routed to a single request response subscription › Re: Error : The message found multiple request response subscriptions. A message can only be routed to a single request response subscription
December 18, 2008 at 6:13 PM
#21428
Hi sir…
I have solved my WCF service issue realted to passing the value….now i want to receive the response from WCF service after send the request……i m sending the request through the request message multi part generated by service…but at the response side i m geting the response in list……i m not sure that biztalk will accept this thing becz at the response side i m using response message multi part generated by service……i m using the expression shape for timebeing after each step in orchestration to check the stage where i m getting the error.
The request is going to WCF service but response time it gives the error. I m using the following steps in orchestration.
** For request i have manually created the schema same as the request format of the datacontract
Receive Shape 1 –> Source Schema Message (** Manually created by me same as request format of the data contract)
Transform Shape –> Transform the Request into service endpoint function (Source Schema to data contract schema)
Send Shape –> Request Message (Multi-Part Message Type Generated by service for that data contract) ..this shape is attached to the request port in orchestartion which i have generated by using existing port type for that particular service endpoint
Receive Shape 2 –> Response Message (Multi-Part Message Type Generated by service for that data contract)…. through this receive shape i m receiving the response..
it give me error as:
Inner exception: Received unexpected message type ‘http://…..’ does not match expected type
I m not getting that is there any problem in my request format (which i have created manually)…..or there is mismatch in response format becz i m geting the values in list…
Is i m following the right steps?
Please guide me on the same as soon as possible..
Thanks
Girish