Intermittent SOAP Timeout Errors - XML SOAP
This is a discussion on Intermittent SOAP Timeout Errors - XML SOAP ; Hi,
I have an ASP application making soap calls and am intermittently getting the following error:
--------------------------------------------------------
Connector:Connection time out. HRESULT=0x800A1527 - Client:An
unanticipated error occurred during the processing of this request.
HRESULT=0x800A1527 - Client:Sending the Soap message failed or ...
-
Intermittent SOAP Timeout Errors
Hi,
I have an ASP application making soap calls and am intermittently getting the following error:
--------------------------------------------------------
Connector:Connection time out. HRESULT=0x800A1527 - Client:An
unanticipated error occurred during the processing of this request.
HRESULT=0x800A1527 - Client:Sending the Soap message failed or no
recognizable response was received HRESULT=0x800A1527 -
Client:Unspecified client error. HRESULT=0x800A1527
--------------------------------------------------------
I do not believe any part of the code is the problem, as when running the same code that the does the soap call over and over again, it may work 3 times in a row and then fail once, then work twice and fail, etc...
The hardware environment is very complex.
QUESTION: What tools can I use to see why the soap call might be failing? I want to be able to capture the soap / http communication between the servers involved?
QUESTION: Can anyone point me to a good resource to tell me what information to gather or how to troubleshoot soap errors?
I have used a free app call TCPTrace in the past, but I can't get it to work with soap calls (mssoapinit doesn't like a url with a port number in it).
Thanks,
Brent
-
RE: Intermittent SOAP Timeout Errors
Hi,
Can you please give the following information?
1. Version of SOAP toolkit.
2. Are you using SSL?
3. Does the request has to go thorough a proxy?
4. Do you set the Timeout (HttpConnector30 property property) to
accommodate the time taken by your requests?
If you are using SOAP Toolkit 3.0 you may use WinHttp Trace tool
(http://msdn.microsoft.com/library/en...racecfg_exe__a
_trace_configuration_tool.asp?frame=true) for a detailed trace.
Hope that helps,
Engels Rajangam
Microsoft Developer Support - Internet
Please do not send email directly to this alias. This is our online account
name for newsgroup participation only.
This posting is provided “AS IS” with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved.
Similar Threads
-
By Application Development in forum Sharepoint
Replies: 36
Last Post: 06-13-2008, 12:51 AM
-
By Application Development in forum ADO DAO RDO RDS
Replies: 2
Last Post: 12-10-2007, 09:35 AM
-
By Application Development in forum Inetserver
Replies: 0
Last Post: 02-15-2005, 05:26 AM
-
By Application Development in forum Microsoft Exchange
Replies: 9
Last Post: 11-10-2003, 08:45 AM
-
By Application Development in forum XML SOAP
Replies: 7
Last Post: 10-03-2003, 08:39 AM