Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <s:element name="GetOstatki">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="article" type="s:string"/>
- <s:element minOccurs="0" maxOccurs="1" name="kodMag" type="s:string"/>
- <s:element minOccurs="0" maxOccurs="1" name="secret" type="s:string"/>
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="GetOstatkiResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="GetOstatkiResult">
- <s:complexType>
- <s:sequence>
- <s:any minOccurs="0" maxOccurs="unbounded" namespace="http://www.w3.org/2001/XMLSchema" processContents="lax"/>
- <s:any minOccurs="1" namespace="urn:schemas-microsoft-com:xml-diffgram-v1" processContents="lax"/>
- </s:sequence>
- </s:complexType>
- </s:element>
- </s:sequence>
- </s:complexType>
- </s:element>
- </s:schema>
- </wsdl:types>
- <wsdl:message name="HelloWorldSoapIn">
- <wsdl:part name="parameters" element="tns:HelloWorld"/>
- </wsdl:message>
- <wsdl:message name="HelloWorldSoapOut">
- <wsdl:part name="parameters" element="tns:HelloWorldResponse"/>
- </wsdl:message>
- <wsdl:message name="HelloWorld2SoapIn">
- <wsdl:part name="parameters" element="tns:HelloWorld2"/>
- </wsdl:message>
- <wsdl:message name="HelloWorld2SoapOut">
- <wsdl:part name="parameters" element="tns:HelloWorld2Response"/>
- </wsdl:message>
- <wsdl:message name="GetOstatkiSoapIn">
- <wsdl:part name="parameters" element="tns:GetOstatki"/>
- </wsdl:message>
- <wsdl:message name="GetOstatkiSoapOut">
- <wsdl:part name="parameters" element="tns:GetOstatkiResponse"/>
- </wsdl:message>
- <wsdl:portType name="ws_ostatkiSoap">
- <wsdl:operation name="HelloWorld">
- <wsdl:input message="tns:HelloWorldSoapIn"/>
- <wsdl:output message="tns:HelloWorldSoapOut"/>
- </wsdl:operation>
- <wsdl:operation name="HelloWorld2">
- <wsdl:input message="tns:HelloWorld2SoapIn"/>
- <wsdl:output message="tns:HelloWorld2SoapOut"/>
- </wsdl:operation>
- <wsdl:operation name="GetOstatki">
- <wsdl:input message="tns:GetOstatkiSoapIn"/>
- <wsdl:output message="tns:GetOstatkiSoapOut"/>
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="ws_ostatkiSoap" type="tns:ws_ostatkiSoap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
- <wsdl:operation name="HelloWorld">
- <soap:operation soapAction="http://sela.ru/webservices/HelloWorld" style="document"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="HelloWorld2">
- <soap:operation soapAction="http://sela.ru/webservices/HelloWorld2" style="document"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetOstatki">
- <soap:operation soapAction="http://sela.ru/webservices/GetOstatki" style="document"/>
- <wsdl:input>
- <soap:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:binding name="ws_ostatkiSoap12" type="tns:ws_ostatkiSoap">
- <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
- <wsdl:operation name="HelloWorld">
- <soap12:operation soapAction="http://sela.ru/webservices/HelloWorld" style="document"/>
- <wsdl:input>
- <soap12:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="HelloWorld2">
- <soap12:operation soapAction="http://sela.ru/webservices/HelloWorld2" style="document"/>
- <wsdl:input>
- <soap12:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="GetOstatki">
- <soap12:operation soapAction="http://sela.ru/webservices/GetOstatki" style="document"/>
- <wsdl:input>
- <soap12:body use="literal"/>
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal"/>
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="ws_ostatki">
- <wsdl:port name="ws_ostatkiSoap" binding="tns:ws_ostatkiSoap">
- <soap:address location="http://www.sela.ru/ws_ostatki.asmx"/>
- </wsdl:port>
- <wsdl:port name="ws_ostatkiSoap12" binding="tns:ws_ostatkiSoap12">
- <soap12:address location="http://www.sela.ru/ws_ostatki.asmx"/>
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
Advertisement
Add Comment
Please, Sign In to add comment