Re: Calling webservice using proxy authentication



In asp.Net you can configure to the methods allowed to call a WS. Check you
configuration to make sure that you didn't turn it off. The web.config might
have a setting like

<webservices>
<protocols>
<remove verb="Post">
</protocols>
........

Just a thought. Could be a red herring.

"jonathan Cook" <jonathan@xxxxxxxxxxxxxxxxx> wrote in message
news:7f13b95.0504240844.4b68526b@xxxxxxxxxxxxxxxxxxxxx
>I have written a .NET client which calls a webservice. I've added
> functionality in which allows authentication through a proxy. When
> sending a GET request this works but when I do a POST I get a
> connection time out. I've run a trace and the authentication side of
> things is working I think. I get an ack back from the web server.
>
> I'm stumped as to why this is happening, the code works without the
> proxy when doing a POST.
>
> Any ideas? I can post the code here if you think it would be useful.
>
> Thanks
> Jon


.



Relevant Pages

  • Re: How to allow Windows media to internal clients
    ... I have this configuration ... authentication. ... Then go into the config of the Media Player, choose the Network Tab,.. ... able to handle authentication on its own with a proxy that requires ...
    (microsoft.public.isa)
  • RE: Ask for Authentication does not appear using script in an array
    ... i don“t use SNAT i have configured the clients as webproxy clients. ... The authentication works if i configura my IE to use a defined Proxy. ... >>If i am using the automatic configuration script the ...
    (microsoft.public.isa)
  • Re: Proxy server with HttpListener
    ... class using sockets that will write the authentication details to your ... that captured HTTP request to your company proxy. ... How can I send the HttpListenerRequest to the internet and put the ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: httpwebrequest with https behind proxy with authentication
    ... contact Microsoft Customer Support ... httpwebrequest with https behind proxy with authentication ... Our proxy server uses NTLM authentication and as you suggested I ...
    (microsoft.public.dotnet.framework)
  • RE: HttpWebRequest over Https Via Proxy Fails using NTLM
    ... request a resource over HTTPS is failing following the installation of a new ... proxy server on our internal network with 407 Proxy Authentication Required. ... Is there any way to debug the ntlm authentication module to see exactly what ...
    (microsoft.public.dotnet.framework.aspnet)