C
Chris Wallis
We are using a third party Document Management System
which has a number of web services. I have created c#
proxy classes using WSDL.exe for each of the wsdl files
provided, and calls to the web service work fine when I
run them on my XP development machine.
However, when I publish the project to one of our
Production servers each call to a web service results in
the error
"The underlying connection was closed. The remote name
could not be resolved".
This looks similar to the problem fixed by Knowledgebase
article 819450 but I do not see how to fix it when I am
not using a web service as a Web Reference but rather via
the proxy class created by wsdl.exe.
Of course this might be a red herring, since I really
cannot understand why it works from my XP box but not the
server?
Note: I had to copy the wsdl files to my XP box before
running wsdl.exe because there was security on the web
service web site which I was unable to get around using
wsdl.exe. I assume this will make no difference to the
proxy c# class created.
which has a number of web services. I have created c#
proxy classes using WSDL.exe for each of the wsdl files
provided, and calls to the web service work fine when I
run them on my XP development machine.
However, when I publish the project to one of our
Production servers each call to a web service results in
the error
"The underlying connection was closed. The remote name
could not be resolved".
This looks similar to the problem fixed by Knowledgebase
article 819450 but I do not see how to fix it when I am
not using a web service as a Web Reference but rather via
the proxy class created by wsdl.exe.
Of course this might be a red herring, since I really
cannot understand why it works from my XP box but not the
server?
Note: I had to copy the wsdl files to my XP box before
running wsdl.exe because there was security on the web
service web site which I was unable to get around using
wsdl.exe. I assume this will make no difference to the
proxy c# class created.