[Mono-devel-list] Problems with Webservice client
Jörg Rosenkranz
joergr at voelcker.com
Wed Feb 11 07:22:32 EST 2004
Hello Lluis,
> -----Original Message-----
> From: Lluis Sanchez [mailto:lluis at ximian.com]
> Sent: Tuesday, February 10, 2004 6:17 PM
>
> Are you trying with current CVS?
>
I have tested it with yesterday's and today's CVS version
and still get exceptions. There are many calls without
problems but the exceptions show up regularly.
I recognized following exceptions in the last tests:
WebException: Request error. Return code was: BadRequest
Status: RequestCanceled
Stack Trace:
in <0x00115> System.Web.Services.Protocols.SoapHttpClientProtocol:ReceiveResponse (System.Net.WebResponse,System.Web.Services.Protocols.SoapClientMessage,System.Web.Services.Protocols.SoapExtension[])
in <0x0007d> (wrapper remoting-invoke-with-check) System.Web.Services.Protocols.SoapHttpClientProtocol:ReceiveResponse (System.Net.WebResponse,System.Web.Services.Protocols.SoapClientMessage,System.Web.Services.Protocols.SoapExtension[])
in <0x0021f> System.Web.Services.Protocols.SoapHttpClientProtocol:Invoke (string,object[])
...
WebException: The request timed out
Status: Timeout
Stack Trace:
in <0x001f2> System.Web.Services.Protocols.SoapHttpClientProtocol:Invoke (string,object[])
...
WebException: Error getting response stream
Status: ReceiveFailure
Stack Trace:
in <0x001f2> System.Web.Services.Protocols.SoapHttpClientProtocol:Invoke (string,object[])
...
The web service works against a LDAP directory, so response
times of some seconds are usual. The timeout of our web
service client is set to 3 minutes.
Any ideas to isolate this problem are appreciated.
Thanks,
Joerg
More information about the Mono-devel-list
mailing list