纽威
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

193 lines
9.0 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="urn:sap-com:document:sap:rfc:functions" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" targetNamespace="urn:sap-com:document:sap:rfc:functions" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  3. <wsdl:documentation>
  4. <sidl:sidl xmlns:sidl="http://www.sap.com/2007/03/sidl" />
  5. </wsdl:documentation>
  6. <wsp:UsingPolicy wsdl:required="true" />
  7. <wsp:Policy wsu:Id="BN_ZWMS_SK_WS_PZ">
  8. <wsaw:UsingAddressing xmlns:wsaw="http://schemas.xmlsoap.org/ws/2004/08/addressing" />
  9. <saptrnbnd:OptimizedXMLTransfer uri="http://xml.sap.com/2006/11/esi/esp/binxml" xmlns:saptrnbnd="http://www.sap.com/webas/710/soap/features/transportbinding/" wsp:Optional="true" />
  10. <sapattahnd:Enabled xmlns:sapattahnd="http://www.sap.com/710/features/attachment/">false</sapattahnd:Enabled>
  11. <wsp:ExactlyOne xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:sapsp="http://www.sap.com/webas/630/soap/features/security/policy" xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility" />
  12. </wsp:Policy>
  13. <wsp:Policy wsu:Id="IF_ZWMS_SK_WS_PZ">
  14. <sapsession:Session xmlns:sapsession="http://www.sap.com/webas/630/soap/features/session/">
  15. <sapsession:enableSession>false</sapsession:enableSession>
  16. </sapsession:Session>
  17. <sapcentraladmin:CentralAdministration xmlns:sapcentraladmin="http://www.sap.com/webas/700/soap/features/CentralAdministration/" wsp:Optional="true">
  18. <sapcentraladmin:BusinessApplicationID>E50B2D7A654B0CF1BEC76C3BE5AB5E3F</sapcentraladmin:BusinessApplicationID>
  19. </sapcentraladmin:CentralAdministration>
  20. </wsp:Policy>
  21. <wsp:Policy wsu:Id="OP_ZWMS_SK_WS_PZ">
  22. <sapcomhnd:enableCommit xmlns:sapcomhnd="http://www.sap.com/NW05/soap/features/commit/">false</sapcomhnd:enableCommit>
  23. <sapblock:enableBlocking xmlns:sapblock="http://www.sap.com/NW05/soap/features/blocking/">true</sapblock:enableBlocking>
  24. <saptrhnw05:required xmlns:saptrhnw05="http://www.sap.com/NW05/soap/features/transaction/">no</saptrhnw05:required>
  25. <saprmnw05:enableWSRM xmlns:saprmnw05="http://www.sap.com/NW05/soap/features/wsrm/">false</saprmnw05:enableWSRM>
  26. </wsp:Policy>
  27. <wsdl:types>
  28. <xsd:schema attributeFormDefault="qualified" targetNamespace="urn:sap-com:document:sap:rfc:functions">
  29. <xsd:simpleType name="char1">
  30. <xsd:restriction base="xsd:string">
  31. <xsd:maxLength value="1" />
  32. </xsd:restriction>
  33. </xsd:simpleType>
  34. <xsd:simpleType name="char10">
  35. <xsd:restriction base="xsd:string">
  36. <xsd:maxLength value="10" />
  37. </xsd:restriction>
  38. </xsd:simpleType>
  39. <xsd:simpleType name="char13">
  40. <xsd:restriction base="xsd:string">
  41. <xsd:maxLength value="13" />
  42. </xsd:restriction>
  43. </xsd:simpleType>
  44. <xsd:simpleType name="char18">
  45. <xsd:restriction base="xsd:string">
  46. <xsd:maxLength value="18" />
  47. </xsd:restriction>
  48. </xsd:simpleType>
  49. <xsd:simpleType name="char255">
  50. <xsd:restriction base="xsd:string">
  51. <xsd:maxLength value="255" />
  52. </xsd:restriction>
  53. </xsd:simpleType>
  54. <xsd:simpleType name="char36">
  55. <xsd:restriction base="xsd:string">
  56. <xsd:maxLength value="36" />
  57. </xsd:restriction>
  58. </xsd:simpleType>
  59. <xsd:simpleType name="char4">
  60. <xsd:restriction base="xsd:string">
  61. <xsd:maxLength value="4" />
  62. </xsd:restriction>
  63. </xsd:simpleType>
  64. <xsd:simpleType name="clnt3">
  65. <xsd:restriction base="xsd:string">
  66. <xsd:maxLength value="3" />
  67. </xsd:restriction>
  68. </xsd:simpleType>
  69. <xsd:simpleType name="numeric1">
  70. <xsd:restriction base="xsd:string">
  71. <xsd:maxLength value="1" />
  72. <xsd:pattern value="\d*" />
  73. </xsd:restriction>
  74. </xsd:simpleType>
  75. <xsd:simpleType name="numeric5">
  76. <xsd:restriction base="xsd:string">
  77. <xsd:maxLength value="5" />
  78. <xsd:pattern value="\d*" />
  79. </xsd:restriction>
  80. </xsd:simpleType>
  81. <xsd:simpleType name="quantum13.3">
  82. <xsd:restriction base="xsd:decimal">
  83. <xsd:totalDigits value="13" />
  84. <xsd:fractionDigits value="3" />
  85. </xsd:restriction>
  86. </xsd:simpleType>
  87. <xsd:complexType name="ZWEB_RETURN">
  88. <xsd:sequence>
  89. <xsd:element name="DANJU" type="tns:char13" />
  90. <xsd:element name="POSNR" type="tns:numeric5" />
  91. <xsd:element name="FLAG" type="tns:char1" />
  92. <xsd:element name="L_MESSAGE" type="tns:char255" />
  93. <xsd:element name="MBLNR" type="tns:char10" />
  94. </xsd:sequence>
  95. </xsd:complexType>
  96. <xsd:complexType name="ZWEBS_GERNR">
  97. <xsd:sequence>
  98. <xsd:element name="MANDT" type="tns:clnt3" />
  99. <xsd:element name="DANJU" type="tns:char13" />
  100. <xsd:element name="POSNR" type="tns:numeric5" />
  101. <xsd:element name="GERNR_KEY" type="xsd:int" />
  102. <xsd:element name="MATNR" type="tns:char18" />
  103. <xsd:element name="GERNR" type="tns:char18" />
  104. </xsd:sequence>
  105. </xsd:complexType>
  106. <xsd:complexType name="ZWMS_PZ">
  107. <xsd:sequence>
  108. <xsd:element name="DANJU" type="tns:char13" />
  109. <xsd:element name="POSNR" type="tns:numeric5" />
  110. <xsd:element name="LINGYSL" type="tns:quantum13.3" />
  111. <xsd:element name="SERNP" type="tns:char4" />
  112. </xsd:sequence>
  113. </xsd:complexType>
  114. <xsd:complexType name="TABLE_OF_ZWEB_RETURN">
  115. <xsd:sequence>
  116. <xsd:element minOccurs="0" maxOccurs="unbounded" name="item" type="tns:ZWEB_RETURN" />
  117. </xsd:sequence>
  118. </xsd:complexType>
  119. <xsd:complexType name="TABLE_OF_ZWEBS_GERNR">
  120. <xsd:sequence>
  121. <xsd:element minOccurs="0" maxOccurs="unbounded" name="item" type="tns:ZWEBS_GERNR" />
  122. </xsd:sequence>
  123. </xsd:complexType>
  124. <xsd:complexType name="TABLE_OF_ZWMS_PZ">
  125. <xsd:sequence>
  126. <xsd:element minOccurs="0" maxOccurs="unbounded" name="item" type="tns:ZWMS_PZ" />
  127. </xsd:sequence>
  128. </xsd:complexType>
  129. <xsd:element name="ZWMS_SK_WS_PZ">
  130. <xsd:complexType>
  131. <xsd:sequence>
  132. <xsd:element name="DANJU" type="tns:char13" />
  133. <xsd:element name="NEWID" type="tns:char36" />
  134. <xsd:element name="STATE" type="tns:numeric1" />
  135. <xsd:element name="Z_FLAG" type="tns:TABLE_OF_ZWEB_RETURN" />
  136. <xsd:element name="Z_GERNR" type="tns:TABLE_OF_ZWEBS_GERNR" />
  137. <xsd:element name="Z_ITEM" type="tns:TABLE_OF_ZWMS_PZ" />
  138. </xsd:sequence>
  139. </xsd:complexType>
  140. </xsd:element>
  141. <xsd:element name="ZWMS_SK_WS_PZResponse">
  142. <xsd:complexType>
  143. <xsd:sequence>
  144. <xsd:element name="Z_FLAG" type="tns:TABLE_OF_ZWEB_RETURN" />
  145. <xsd:element name="Z_GERNR" type="tns:TABLE_OF_ZWEBS_GERNR" />
  146. <xsd:element name="Z_ITEM" type="tns:TABLE_OF_ZWMS_PZ" />
  147. <xsd:element name="Z_NULL" type="tns:char1" />
  148. </xsd:sequence>
  149. </xsd:complexType>
  150. </xsd:element>
  151. </xsd:schema>
  152. </wsdl:types>
  153. <wsdl:message name="ZWMS_SK_WS_PZ">
  154. <wsdl:part name="parameters" element="tns:ZWMS_SK_WS_PZ" />
  155. </wsdl:message>
  156. <wsdl:message name="ZWMS_SK_WS_PZResponse">
  157. <wsdl:part name="parameter" element="tns:ZWMS_SK_WS_PZResponse" />
  158. </wsdl:message>
  159. <wsdl:portType name="ZWMS_SK_WS_PZ">
  160. <wsp:Policy>
  161. <wsp:PolicyReference URI="#IF_ZWMS_SK_WS_PZ" />
  162. </wsp:Policy>
  163. <wsdl:operation name="ZWMS_SK_WS_PZ">
  164. <wsp:Policy>
  165. <wsp:PolicyReference URI="#OP_ZWMS_SK_WS_PZ" />
  166. </wsp:Policy>
  167. <wsdl:input message="tns:ZWMS_SK_WS_PZ" />
  168. <wsdl:output message="tns:ZWMS_SK_WS_PZResponse" />
  169. </wsdl:operation>
  170. </wsdl:portType>
  171. <wsdl:binding name="ZWMS_SK_WS_PZ" type="tns:ZWMS_SK_WS_PZ">
  172. <wsp:Policy>
  173. <wsp:PolicyReference URI="#BN_ZWMS_SK_WS_PZ" />
  174. </wsp:Policy>
  175. <wsa:EndpointReference xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
  176. <wsa:ReferenceParameters />
  177. </wsa:EndpointReference>
  178. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  179. <wsdl:operation name="ZWMS_SK_WS_PZ">
  180. <soap:operation soapAction="" style="document" />
  181. <wsdl:input>
  182. <soap:body use="literal" />
  183. </wsdl:input>
  184. <wsdl:output>
  185. <soap:body use="literal" />
  186. </wsdl:output>
  187. </wsdl:operation>
  188. </wsdl:binding>
  189. <wsdl:service name="ZWMS_SK_WS_PZ">
  190. <wsdl:port name="ZWMS_SK_WS_PZ" binding="tns:ZWMS_SK_WS_PZ">
  191. <soap:address location="http://ERPPRD6.neway.com.cn:8000/sap/bc/srt/rfc/sap/zwms_sk_ws_pz/900/zwms_sk_ws_pz/zwms_sk_ws_pz" />
  192. </wsdl:port>
  193. </wsdl:service>
  194. </wsdl:definitions>