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.
:icon_question:

I found the problem, it works if SOAP_IO_KEEPALIVE is
referred when calling soap_imode and soap_omode.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.