![]() | RemWorkflowGetWebServiceInfo Method |
Namespace: Paperwork.Connect
public a_WebServiceInfo GetWebServiceInfo( string url, string userName, string password )
public void GetWebServiceInfo() { string url = "WebServiceUrl"; a_WebServiceInfo retval = p.rWorkflow.GetWebServiceInfo(url); Console.WriteLine(retval.ComplexTypes); Console.WriteLine(retval.ServiceName); Console.WriteLine(retval.WebMethods); Console.ReadLine(); }