Have you looked at the obvious things, like making sure a network proxy
isn't getting in the way, or passing neccesary credentials to authenticate
you to the remote web service. If your using IE to check access then it may
be doing authentication passthrough - so turn this off in your browser and
see what you get back. Also, if the service expects to pass cookies then
your browser would take them but you will need to create a cookie cache in
your client to consume the service. Also, the web service may not actually
permit a get request.
Regards
John Timney
Microsoft Regional Director
Microsoft MVP
Hi, I am trying to create a simple .NET http-Get client that will consume a
java webservice on a mainframe. If I type the URL for the webservice in the
Browser, the service works and I get the expected response back. However,
when try to download the page by creating a simple http-get client, I get
server not found error (404). Please let me know if you have any idea.
Thanks in advance!