09-27-05 07:50 AM
Hi,
I got my problem sorted yesterday. Basically, I had not correctly named the
operation on my port to the name of the web method that I was calling. I am
not sure what BizTalk does behind the scenes with regards to calling the web
service. I thought by pointing the physical port at the web service and
passing the appropriate message that it would work, but the operation
identifier on the port obviously must play a part.
In your case kplkumar, I guess you can just create a schema of the type of
the incoming message, create a message of the type schema and set it to be
the received message on your receive shape. You will also have to make you
port public I guess.
"kplkumar@gmail.com" wrote:
> I am not sure. I am try to do something similair. I am publishing an
> orchestration as a web service, I need a couple of web methods to just
> retrieve data from the database and send me back. So I will not be
> passing any arguments when I call this webmethod. In other works, I
> need a couple of my orchestration's operations accept empty incoming
> messages.
>
> I think it is impossible. But any work arounds???
>
>
[ Post a follow-up to this message ]
|