I need to get data from a web service.One of methods in this web service has no parameters, and has no return value.so,I create a request-response port in order to connect with the web service. the question is: since There is no parameters , how to initialize the input message? thanks!
You create an message in the orchestration using your web service request type. Add a Construct message shape for this message (does not require a Transform or Message Assignment shape) i.e. constructs a null message.
Then send this message to the web port.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.