Esempio n. 1
0
        public WebSvc(string sourceURI, string serviceName, string wsdl, WebSvcMethodContainer webSvcMethods)
        {
            SourceURI   = sourceURI;
            ServiceName = serviceName;
            WSDL        = wsdl;

            WebSvcMethods = webSvcMethods;
        }
Esempio n. 2
0
        public WebSvc(string sourceURI, string serviceName, string wsdl, WebSvcMethodContainer webSvcMethods)
        {
            SourceURI = sourceURI;
            ServiceName = serviceName;
            WSDL = wsdl;

            WebSvcMethods = webSvcMethods;
        }