I have a webservice on a remote host that I need to invoke from ASP.NET/C# class. What is the simplest way of calling a method via SOAP, given WSDL url and a method signature?
Given: WSDL url as string(available only at runtime, i.e. variable) Method signature(constant)
Need to: Create a soap client and perform method call.