public WebSvc(string sourceURI, string serviceName, string wsdl, WebSvcMethodContainer webSvcMethods) { SourceURI = sourceURI; ServiceName = serviceName; WSDL = wsdl; WebSvcMethods = webSvcMethods; }