WebException

G

Gal

Hi,

I'm calling a web service from an assembly dll.
Sometimes I'm getting the following error:

The request failed with the error message:
--
HTTP/1.1 200 OK
Date: Sun, 02 Apr 2006 10:17:02 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 1.1.4322
Transfer-Encoding: chunked
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=utf-8

1bc
<?xml version="1.0" encoding="utf-8"?><soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><GetReportParametersResponse
xmlns="http://MaccabiWS/"><GetReportParametersResult><Root
xmlns=""><Assignment
ID="34166"></Assignment></Root></GetReportParametersResult></GetReportParametersResponse></soap:Body></soap:Envelope>
0


--.System.Net.WebException: The request failed with the error message:
--
HTTP/1.1 200 OK
Date: Sun, 02 Apr 2006 10:17:02 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 1.1.4322
Transfer-Encoding: chunked
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=utf-8

1bc
<?xml version="1.0" encoding="utf-8"?><soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><GetReportParametersResponse
xmlns="http://MaccabiWS/"><GetReportParametersResult><Root
xmlns=""><Assignment
ID="34166"></Assignment></Root></GetReportParametersResult></GetReportParametersResponse></soap:Body></soap:Envelope>
0


--.
at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean
asyncCall)
at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
at RSProxy.WS.WS.GetReportParameters(String FileID)
at RS.RSProxy.GetReportParams(String URL, String FileID)

There are no details why the call failed.

Can you help ?

Thanks in advanced,

Gal
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top