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

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -