Re: SOAP Connection Time out error

Roger Wolter <[email protected]> Tue, 6 Jan 2004 08:45:44 -0800
Newsgroups gmane.comp.windows.devel.soap.general
Message-ID <CD36A82A762C74419FA70FA92A18D41FCD53F9@RED-MSG-41.redmond.corp.microsoft.com>
The most likely cause is that your server is taking too long to process
the request.  The default client timeout property is 30 seconds.  Look
at the HTTP connector properties in the user's guide for more
information.

-----Original Message-----
From: Discussion of implementing SOAP applications today
[mailto:[email protected]] On Behalf Of Andrew Wigglesworth
Sent: Tuesday, January 06, 2004 8:06 AM
To: [email protected]
Subject: [SOAP] SOAP Connection Time out error

We are getting the following errors when connecting to the web service
with
the Soap Client.

The first time we tried it we got the following error

Error: 5052
Client: An unanticipated error occured during the process of this
request.
HRESULT=3D0x800A13BC - Client:Sending the SOAP message failed or an
unrecognizable response was received.

The second time we tried it we got this error.
Error: 5415
Connector: Connection time out. HRESULT=3D0x800A1527 - Client:An
unanticipated error occured proccessing this request. =
HRESULT=3D0x800A1527
-
Client: Sending the SOAP message failed or an unrecognizable reponse was
received.

If anyone has any ideas they would be welcome at this point. The problem
occurs when the site is being accessed externally. When we run the
application on our internal network, it works fine.