Dear all hope you all doing well , 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.
Code works perfect locally (from Visual Studio), but fails on production web server with error : " An error occurred while trying to make a request to URI http://localhost:3943/signdoc/InkToPng.asmx . This could be due to attemptig to access a server in a cross domain way wothout a proper cross donain policy in place or policy that is unsuitable for SOAP service. " how can i change this locally added web reference so that it can work on remote site where the site is uploaded. Thanks & Regards, Mr. shrinivas mada
