Hello SK,
Well the WebRequest class is a proxy :) all you're doing there is yr
writing all the soap stack functions using the webrequest object. Having
said that, it may be that you have windows authentication turned on in Production
Server 2 and thats preventing you from accessing the service.
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
> Hi Dilip, Thanks for your reply. Here is the link for your question
> for calling the Web Service without your own coded proxy.
[quoted text clipped - 35 lines]
>>> Thanks in advance
>>> SK
SK - 01 Feb 2005 20:59 GMT
Hi Dilip
Thanks once again. After going through the reply from you, I came across
the following articles. I will agree that the WebRequest is derived from
Base proxy class(i.e)System.Net. But if you don't specify or not
implemented webproxy in your code, .Net will take the system default proxy.
Again May be I am wrong?
http://support.microsoft.com/default.aspx?scid=kb;%5BLN%5D;318140
Anyway Thanks for your reply. I will just check out the suggestion you
mentioned in your earlier reply.
Regards
SK
> Hello SK,
> Well the WebRequest class is a proxy :) all you're doing there is yr
[quoted text clipped - 47 lines]
> >>> Thanks in advance
> >>> SK
Dilip Krishnan - 01 Feb 2005 23:12 GMT
Hello SK,
The proxy refered to in that article is very different from a webservice
proxy. The article refers to a network proxy, one that is used in general
to monitor/control internet access/usage. A web service proxy is a class
that sends the web service requests on behalf of the client.
HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
> Hi Dilip
> Thanks once again. After going through the reply from you, I came
[quoted text clipped - 67 lines]
>>>>> Thanks in advance
>>>>> SK