c# - Simplest way of invoking a webservice via SOAP on ASP.NET -
I have a webservice on a remote host that I need to start with ASP.NET / C / Class I by SOAP What is the easiest way to call a method, WSDL url and a method sign?
Given: WSDL URL (only available at runtime, ie variables) method sign (static) as string:
Requirement: Create a soap client and call method.
See here:
This view is very easy in the studio - you can only search the web Add a reference URL and it generates a proxy stub for you.
Comments
Post a Comment