Tagged Questions
0
votes
6answers
977 views
Problems consuming webservice on ASP.NET on production(IIS) server
We've implemented some SOAP client code on our ASP.NET site that calls up a remote service. Implementation was basically done by using Visual Studio "Add Web Reference" wizard, adding proper 'using ...