Re: Calling webservice using proxy authentication
- From: "ScottReynolds" <scott@xxxxxxxxxxxx>
- Date: Sun, 24 Apr 2005 20:28:10 +0100
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
.
- References:
- Calling webservice using proxy authentication
- From: jonathan Cook
- Calling webservice using proxy authentication
- Prev by Date: Re: Modifying the http/soap/xml after WS has created it, before it
- Next by Date: Re: Accessing Java Web Service
- Previous by thread: Calling webservice using proxy authentication
- Index(es):
Relevant Pages
|