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.