Click to See Complete Forum and Search --> : GSoap


oleidole85
April 24th, 2008, 06:20 AM
I'm using GSoap with soap spec 1.1
and connect to a webservice. Everything works fine
until I call the weservice to do some work that takes 3 minutes.
I get a soap error after 2 minutes and the error is not known.
If have GSoap timeout set in the klient to 10 minutes. If I change the
timeout to 60 seconds the error return after 60 seconds. After
debugging it seems that the error code may be 10053 but other
error information is not known.

oleidole85
May 1st, 2008, 01:48 AM
I found the problem, it works if SOAP_IO_KEEPALIVE is
referred when calling soap_imode and soap_omode.

MikeAThon
May 1st, 2008, 09:13 AM
Thank you for posting the resolution to your problem.