| Manish 2005-05-16, 2:52 am |
| I am trying to execute my orchestration (mapping HIPAA 834 map) which
consumes a web service. WS takes about 150 secs to return an XML document. I
get following error:
Event ID: 5754
Computer: Windows2003Server
Description:
The "SOAP" adapter is suspending an outbound message going to destination
URL:"http://localhost/mywebservice/Service.asmx". Details:"Object reference
not set to an instance of an object.".
I have tried:
1. Using MyMessage(SOAP.ClientConnectionTimeout) = 6000000
2. Increasing the number of threads in BTSNTSvc.exe.config using:
<system.net>
<connectionManagement>
<add address="*" maxconnection="40"/>
</connectionManagement>
</system.net>
3. Similar to step 2 in machine.config
4. I have installed the BT SP1
Please advice, what I may be missing.
Thanks
MS
|