RE: Increase web service / SOAP timeout?
- From: Tom Lysholt Hansen <TomLysholtHansen@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 7 Jul 2021 09:55:46 -0700
Hi,
I had the same problem once. Here's how I solved it.
Just before the send shape bound to the SOAP send port I have a construct
message shape. In that one I (of course) construct the message and then I set
the HTTP.RequestTimeout context property to the timeout (in seconds) needed:
myMessage(HTTP.RequestTimeout) = (System.Int32) 180;
I hope this is what you are looking for?
--
Regards
Tom Lysholt Hansen
"Neal Walters" wrote:
> See related message subject: Guaranteed Message Delivery from Web Service?
>
> Is there a way to increase the SOAP timeout? I.e. I want to make Biztalk
> have wait longer for successfuly results from web services. I checked
> adapter properties and didn't see anything.
>
> Thanks,
> Neal Walters
> http://Biztalk-Training.com
>
>
>
.
- Follow-Ups:
- RE: Increase web service / SOAP timeout?
- From: Neal Walters
- RE: Increase web service / SOAP timeout?
- References:
- Increase web service / SOAP timeout?
- From: Neal Walters
- Increase web service / SOAP timeout?
- Prev by Date: Unable to complete web request. Web Exception error: Error en el servidorremoto: (401) No autorizado.
- Next by Date: Biztalk explorer issue
- Previous by thread: Increase web service / SOAP timeout?
- Next by thread: RE: Increase web service / SOAP timeout?
- Index(es):
Relevant Pages
|