Re: Troubleshooting Proxy Errors
- From: "Simon Hart" <srhartone@xxxxxxxxx>
- Date: Wed, 7 Jun 2006 09:55:24 +0100
I take it you are using ASP.NET Web Services? This sounds like the returning
SOAP is becomming corrupt. Use a tool such as Web Service Studio to examine
the returing SOAP or write a SoapHeader to log the SOAP packets.
Simon.
"Nathan" <nmsurv@xxxxxxxxxxx> wrote in message
news:1149637983.239304.43060@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
How does one go about troubleshooting problems with WebRequest and
prooxy servers?
WebRequest.GetResponse is returning WebException with message: The
response did not contain an end of entity mark.
This only happens with one customer when he uses the Pocket PC at work.
Pocket Internet Explorer works under the same circumstances and shows a
valid plain text response. My .NET CF program gets the above error.
Under both scenarios, the server log shows that everything happened
correctly on the server and it returned a valid response. The only
difference in the request, that I can see, is that the User Agent is
"-" instead of "Mozilla/4.0 (compatible; MSIE 4.01; Windows CE; PPC;
240x320)". The response is not different.
It appears that the proxy, or some other entity is modifying the
response or returning an error. The customer does not have personal
firewall software but there certainly could be a corporate firewall.
How do I go about finding out why this happens? Is it a lost cause if I
don't have access to the proxy server?
And will putting something different in the User Agent header make any
difference?
Thanks for any ideas.
Nathan
.
- Follow-Ups:
- Re: Troubleshooting Proxy Errors
- From: Nathan
- Re: Troubleshooting Proxy Errors
- References:
- Troubleshooting Proxy Errors
- From: Nathan
- Troubleshooting Proxy Errors
- Prev by Date: Re: OpenNETCF DeviceWake Bug ?
- Next by Date: Re: Reading a BMP file directly to a DIB
- Previous by thread: Troubleshooting Proxy Errors
- Next by thread: Re: Troubleshooting Proxy Errors
- Index(es):
Relevant Pages
|