|
Home > Archive > BizTalk Server > December 2005 > WebServices error in Biztalk
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
WebServices error in Biztalk
|
|
| Francesco 2005-12-15, 7:48 am |
| Hello,
I have a problem when Biztalk calls a WebServices asmx.
Sometimes Biztalk return me, in Windows event viewer, these messages:
“
The adapter "SOAP" raised an error message. Details "Exception has been
thrown by the target of an invocation.".
The adapter "SOAP" raised an error message. Details "The operation has
timed-out.".
The adapter failed to transmit message going to send port
"http://127.0.0.1/wssabre/wsSabre.asmx". It will be retransmitted after the
retry interval
specified for this Send Port. Details:"The operation has timed-out.".
“
Looking my Logs in the WebServices, I see that the response returns in few
seconds, instead
Biztalk can’t return the xml response to my web application (in ASP.NET).
If I look the Windows event viewer I found these 3 messages.
The same search, instead, after 10 minutes works fine!
What is the problem? I think it’s a problem of Biztalk.
Can anyone help me??
Thanks a lot,
Francesco
| |
| Michael Elizarov [MSFT] 2005-12-22, 5:55 pm |
| Francesco,
could you try to increase timeout value in the IIS? It might be that due to
delay on the receive side of your application the send port does not get
ACK in time.
-- Michael
--------------------
>Hello,
>I have a problem when Biztalk calls a WebServices asmx.
>Sometimes Biztalk return me, in Windows event viewer, these messages:
>
>“
>The adapter "SOAP" raised an error message. Details "Exception has been
>thrown by the target of an invocation.".
>
>The adapter "SOAP" raised an error message. Details "The operation has
>timed-out.".
>
>The adapter failed to transmit message going to send port
>
>"http://127.0.0.1/wssabre/wsSabre.asmx". It will be retransmitted after
the
>retry interval
>
>specified for this Send Port. Details:"The operation has timed-out.".
>“
>
>Looking my Logs in the WebServices, I see that the response returns in few
>seconds, instead
>
>Biztalk can’t return the xml response to my web application (in ASP.NET).
>
>If I look the Windows event viewer I found these 3 messages.
>The same search, instead, after 10 minutes works fine!
>
>What is the problem? I think it’s a problem of Biztalk.
>Can anyone help me??
>
>Thanks a lot,
>Francesco
>
|
|
|
|
|