Guest User

Untitled

a guest
May 18th, 2015
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. <s:element name="GetOstatki">
  2. <s:complexType>
  3. <s:sequence>
  4. <s:element minOccurs="0" maxOccurs="1" name="article" type="s:string"/>
  5. <s:element minOccurs="0" maxOccurs="1" name="kodMag" type="s:string"/>
  6. <s:element minOccurs="0" maxOccurs="1" name="secret" type="s:string"/>
  7. </s:sequence>
  8. </s:complexType>
  9. </s:element>
  10. <s:element name="GetOstatkiResponse">
  11. <s:complexType>
  12. <s:sequence>
  13. <s:element minOccurs="0" maxOccurs="1" name="GetOstatkiResult">
  14. <s:complexType>
  15. <s:sequence>
  16. <s:any minOccurs="0" maxOccurs="unbounded" namespace="http://www.w3.org/2001/XMLSchema" processContents="lax"/>
  17. <s:any minOccurs="1" namespace="urn:schemas-microsoft-com:xml-diffgram-v1" processContents="lax"/>
  18. </s:sequence>
  19. </s:complexType>
  20. </s:element>
  21. </s:sequence>
  22. </s:complexType>
  23. </s:element>
  24. </s:schema>
  25. </wsdl:types>
  26. <wsdl:message name="HelloWorldSoapIn">
  27. <wsdl:part name="parameters" element="tns:HelloWorld"/>
  28. </wsdl:message>
  29. <wsdl:message name="HelloWorldSoapOut">
  30. <wsdl:part name="parameters" element="tns:HelloWorldResponse"/>
  31. </wsdl:message>
  32. <wsdl:message name="HelloWorld2SoapIn">
  33. <wsdl:part name="parameters" element="tns:HelloWorld2"/>
  34. </wsdl:message>
  35. <wsdl:message name="HelloWorld2SoapOut">
  36. <wsdl:part name="parameters" element="tns:HelloWorld2Response"/>
  37. </wsdl:message>
  38. <wsdl:message name="GetOstatkiSoapIn">
  39. <wsdl:part name="parameters" element="tns:GetOstatki"/>
  40. </wsdl:message>
  41. <wsdl:message name="GetOstatkiSoapOut">
  42. <wsdl:part name="parameters" element="tns:GetOstatkiResponse"/>
  43. </wsdl:message>
  44. <wsdl:portType name="ws_ostatkiSoap">
  45. <wsdl:operation name="HelloWorld">
  46. <wsdl:input message="tns:HelloWorldSoapIn"/>
  47. <wsdl:output message="tns:HelloWorldSoapOut"/>
  48. </wsdl:operation>
  49. <wsdl:operation name="HelloWorld2">
  50. <wsdl:input message="tns:HelloWorld2SoapIn"/>
  51. <wsdl:output message="tns:HelloWorld2SoapOut"/>
  52. </wsdl:operation>
  53. <wsdl:operation name="GetOstatki">
  54. <wsdl:input message="tns:GetOstatkiSoapIn"/>
  55. <wsdl:output message="tns:GetOstatkiSoapOut"/>
  56. </wsdl:operation>
  57. </wsdl:portType>
  58. <wsdl:binding name="ws_ostatkiSoap" type="tns:ws_ostatkiSoap">
  59. <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
  60. <wsdl:operation name="HelloWorld">
  61. <soap:operation soapAction="http://sela.ru/webservices/HelloWorld" style="document"/>
  62. <wsdl:input>
  63. <soap:body use="literal"/>
  64. </wsdl:input>
  65. <wsdl:output>
  66. <soap:body use="literal"/>
  67. </wsdl:output>
  68. </wsdl:operation>
  69. <wsdl:operation name="HelloWorld2">
  70. <soap:operation soapAction="http://sela.ru/webservices/HelloWorld2" style="document"/>
  71. <wsdl:input>
  72. <soap:body use="literal"/>
  73. </wsdl:input>
  74. <wsdl:output>
  75. <soap:body use="literal"/>
  76. </wsdl:output>
  77. </wsdl:operation>
  78. <wsdl:operation name="GetOstatki">
  79. <soap:operation soapAction="http://sela.ru/webservices/GetOstatki" style="document"/>
  80. <wsdl:input>
  81. <soap:body use="literal"/>
  82. </wsdl:input>
  83. <wsdl:output>
  84. <soap:body use="literal"/>
  85. </wsdl:output>
  86. </wsdl:operation>
  87. </wsdl:binding>
  88. <wsdl:binding name="ws_ostatkiSoap12" type="tns:ws_ostatkiSoap">
  89. <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
  90. <wsdl:operation name="HelloWorld">
  91. <soap12:operation soapAction="http://sela.ru/webservices/HelloWorld" style="document"/>
  92. <wsdl:input>
  93. <soap12:body use="literal"/>
  94. </wsdl:input>
  95. <wsdl:output>
  96. <soap12:body use="literal"/>
  97. </wsdl:output>
  98. </wsdl:operation>
  99. <wsdl:operation name="HelloWorld2">
  100. <soap12:operation soapAction="http://sela.ru/webservices/HelloWorld2" style="document"/>
  101. <wsdl:input>
  102. <soap12:body use="literal"/>
  103. </wsdl:input>
  104. <wsdl:output>
  105. <soap12:body use="literal"/>
  106. </wsdl:output>
  107. </wsdl:operation>
  108. <wsdl:operation name="GetOstatki">
  109. <soap12:operation soapAction="http://sela.ru/webservices/GetOstatki" style="document"/>
  110. <wsdl:input>
  111. <soap12:body use="literal"/>
  112. </wsdl:input>
  113. <wsdl:output>
  114. <soap12:body use="literal"/>
  115. </wsdl:output>
  116. </wsdl:operation>
  117. </wsdl:binding>
  118. <wsdl:service name="ws_ostatki">
  119. <wsdl:port name="ws_ostatkiSoap" binding="tns:ws_ostatkiSoap">
  120. <soap:address location="http://www.sela.ru/ws_ostatki.asmx"/>
  121. </wsdl:port>
  122. <wsdl:port name="ws_ostatkiSoap12" binding="tns:ws_ostatkiSoap12">
  123. <soap12:address location="http://www.sela.ru/ws_ostatki.asmx"/>
  124. </wsdl:port>
  125. </wsdl:service>
  126. </wsdl:definitions>
Advertisement
Add Comment
Please, Sign In to add comment