|
| Hi,
I have a webservice that I am trying to call in an orchestration.
The service has two methods both of which are called in this
orchestration.
I've tested the service, and the methods work.
The first call goes through fine.
However, on the second webservice call, I get the following exception:
"Server was unable to process request. --> Object reference not set to
an instance of an object."
The webservice runs on my local machine.
On the BizTalk server event log has the following error: "The "SOAP"
adapter is suspending an outbound message going to destination
URL:"http://mylocalmachine/myfolder/myservice.asmx". Details:"Server
was unable to process request. --> Object reference not set to an
instance of an object."
Basically this second call to the second method is what breaks.
I don't understand what's going on with it.
I've tested it separately with an xml message and it works.
In the debugger, I can see that the message gets set appropriately to a
valid xml message.
I've tried sending in a string instead of an xml message and get the
same error.
What could be causing this?
Help...
Thanks,
Anastasiya
|
|