CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: GSoap

  1. #1
    Join Date
    Apr 2008
    Posts
    2

    Question GSoap

    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.

  2. #2
    Join Date
    Apr 2008
    Posts
    2

    Smile Re: GSoap

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

  3. #3
    Join Date
    Nov 2002
    Location
    California
    Posts
    4,556

    Re: GSoap

    Thank you for posting the resolution to your problem.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured