Пример #1
0
        public WebSvc(string sourceURI, string serviceName, string wsdl, WebSvcMethodContainer webSvcMethods)
        {
            SourceURI   = sourceURI;
            ServiceName = serviceName;
            WSDL        = wsdl;

            WebSvcMethods = webSvcMethods;
        }
Пример #2
0
        public WebSvc(string sourceURI, string serviceName, string wsdl, WebSvcMethodContainer webSvcMethods)
        {
            SourceURI = sourceURI;
            ServiceName = serviceName;
            WSDL = wsdl;

            WebSvcMethods = webSvcMethods;
        }