Reputation: 1
What I need to do to send a request and to receive answer from the Web Service that I want to consume.
What i have done:
Send Shape
and a Receive Shape
and a I configured a port that sent and received with web Type, the port binding Specify later
and I connect with the Request and response to the Send and Receive shape. I believe I am missing something ?
Upvotes: 0
Views: 223
Reputation: 5357
From your description I am guessing you might be missing -
This should be enough to call the service I would have thought There are many blog posts on the subject, here's one I found with a quick search that shows all the pieces needed
Upvotes: 1
Reputation: 99
I'm currently working my way through a project using Biztalk to consume a web service. I think you may have a error when compiling similar to :
"Use of unreconstructed message"
If this is the problem, add a construct message shape to the orchestration before the send to the web service port.
I'm stuck with creating the message syntax but this should get you moving.
Upvotes: 0