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
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