05-17-05 10:50 PM
I figured this out..... web service was cached and a simple restart made it
work fine :-)
MS
"Manish" wrote:
> 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 referenc
e
> 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
[ Post a follow-up to this message ]
|