Re: help with .NET cliet to consume java webservice

From: John Timney \(Microsoft MVP\) (timneyj_at_despammed.com)
Date: 06/06/04


Date: Sun, 6 Jun 2004 22:32:14 +0100

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

"Abeslom via .NET 247" <anonymous@dotnet247.com> wrote in message
news:#Q7XlKzSEHA.3812@TK2MSFTNGP11.phx.gbl...
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!

-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)

<Id>mv/WIxtOO0md/VKBMWWNoA==</Id>



Relevant Pages

  • Re: Forms Authentication non-persistent cookie not expiring after closing the browser
    ... If you authenticate against the Active Directory, why not host your solution under intergrated security? ... I use non-persistent cookie so ... that the user is NOT remembered across browser sessions. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: XP and IIS newbie question
    ... Only a browser can cache your credentials. ... Alternatively, if you do think that ths may be related to IIS, then can you ... authenticate using my domain username and password (let's call it ... The application thinks I am mycorp/adminJM even when I ...
    (microsoft.public.inetserver.iis)
  • Re: FAQ Topic - How do I prompt a "Save As" dialog for an accepted mime type?
    ... Opera on the bare minimum existence level in the after Browser Wars ... " I ") personal opinion but using an old and rather known slogan ... Why MS decided to make the Windows Updates IE specific is anybody's guess - short of a declaration from MS - but an educated guess would be simple. ... The Update verifies that you are running an authenticate version of Windows and not a pirated version. ...
    (comp.lang.javascript)
  • Re: IIS and session timeouts?
    ... more concerned about public Kiosks both on-site and off- ... If a user authenticated to AD via the browser, ... >on inactivity. ... Users authenticate to our intranet site via W2K ...
    (microsoft.public.win2000.security)

Loading