纽威
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.

159 lines
7.6 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_RUKU">
  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_RUKU">
  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_RUKU">
  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="char100">
  35. <xsd:restriction base="xsd:string">
  36. <xsd:maxLength value="100" />
  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="char36">
  50. <xsd:restriction base="xsd:string">
  51. <xsd:maxLength value="36" />
  52. </xsd:restriction>
  53. </xsd:simpleType>
  54. <xsd:simpleType name="char4">
  55. <xsd:restriction base="xsd:string">
  56. <xsd:maxLength value="4" />
  57. </xsd:restriction>
  58. </xsd:simpleType>
  59. <xsd:simpleType name="clnt3">
  60. <xsd:restriction base="xsd:string">
  61. <xsd:maxLength value="3" />
  62. </xsd:restriction>
  63. </xsd:simpleType>
  64. <xsd:simpleType name="numeric12">
  65. <xsd:restriction base="xsd:string">
  66. <xsd:maxLength value="12" />
  67. <xsd:pattern value="\d*" />
  68. </xsd:restriction>
  69. </xsd:simpleType>
  70. <xsd:simpleType name="numeric5">
  71. <xsd:restriction base="xsd:string">
  72. <xsd:maxLength value="5" />
  73. <xsd:pattern value="\d*" />
  74. </xsd:restriction>
  75. </xsd:simpleType>
  76. <xsd:simpleType name="quantum13.3">
  77. <xsd:restriction base="xsd:decimal">
  78. <xsd:totalDigits value="13" />
  79. <xsd:fractionDigits value="3" />
  80. </xsd:restriction>
  81. </xsd:simpleType>
  82. <xsd:complexType name="ZWEBS_GERNR">
  83. <xsd:sequence>
  84. <xsd:element name="MANDT" type="tns:clnt3" />
  85. <xsd:element name="DANJU" type="tns:char13" />
  86. <xsd:element name="POSNR" type="tns:numeric5" />
  87. <xsd:element name="GERNR_KEY" type="xsd:int" />
  88. <xsd:element name="MATNR" type="tns:char18" />
  89. <xsd:element name="GERNR" type="tns:char18" />
  90. </xsd:sequence>
  91. </xsd:complexType>
  92. <xsd:complexType name="TABLE_OF_ZWEBS_GERNR">
  93. <xsd:sequence>
  94. <xsd:element minOccurs="0" maxOccurs="unbounded" name="item" type="tns:ZWEBS_GERNR" />
  95. </xsd:sequence>
  96. </xsd:complexType>
  97. <xsd:element name="ZWMS_SK_WS_RUKU">
  98. <xsd:complexType>
  99. <xsd:sequence>
  100. <xsd:element name="L_LME" type="tns:quantum13.3" />
  101. <xsd:element name="NEWID" type="tns:char36" />
  102. <xsd:element name="PRUEFLOS" type="tns:numeric12" />
  103. <xsd:element name="SERNP" type="tns:char4" />
  104. <xsd:element name="Z_GERNR" type="tns:TABLE_OF_ZWEBS_GERNR" />
  105. </xsd:sequence>
  106. </xsd:complexType>
  107. </xsd:element>
  108. <xsd:element name="ZWMS_SK_WS_RUKUResponse">
  109. <xsd:complexType>
  110. <xsd:sequence>
  111. <xsd:element name="L_MESSAGE" type="tns:char100" />
  112. <xsd:element name="Z_GERNR" type="tns:TABLE_OF_ZWEBS_GERNR" />
  113. <xsd:element name="Z_NULL" type="tns:char1" />
  114. </xsd:sequence>
  115. </xsd:complexType>
  116. </xsd:element>
  117. </xsd:schema>
  118. </wsdl:types>
  119. <wsdl:message name="ZWMS_SK_WS_RUKU">
  120. <wsdl:part name="parameters" element="tns:ZWMS_SK_WS_RUKU" />
  121. </wsdl:message>
  122. <wsdl:message name="ZWMS_SK_WS_RUKUResponse">
  123. <wsdl:part name="parameter" element="tns:ZWMS_SK_WS_RUKUResponse" />
  124. </wsdl:message>
  125. <wsdl:portType name="ZWMS_SK_WS_RUKU">
  126. <wsp:Policy>
  127. <wsp:PolicyReference URI="#IF_ZWMS_SK_WS_RUKU" />
  128. </wsp:Policy>
  129. <wsdl:operation name="ZWMS_SK_WS_RUKU">
  130. <wsp:Policy>
  131. <wsp:PolicyReference URI="#OP_ZWMS_SK_WS_RUKU" />
  132. </wsp:Policy>
  133. <wsdl:input message="tns:ZWMS_SK_WS_RUKU" />
  134. <wsdl:output message="tns:ZWMS_SK_WS_RUKUResponse" />
  135. </wsdl:operation>
  136. </wsdl:portType>
  137. <wsdl:binding name="ZWMS_SK_WS_RUKU" type="tns:ZWMS_SK_WS_RUKU">
  138. <wsp:Policy>
  139. <wsp:PolicyReference URI="#BN_ZWMS_SK_WS_RUKU" />
  140. </wsp:Policy>
  141. <wsa:EndpointReference xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
  142. <wsa:ReferenceParameters />
  143. </wsa:EndpointReference>
  144. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  145. <wsdl:operation name="ZWMS_SK_WS_RUKU">
  146. <soap:operation soapAction="" style="document" />
  147. <wsdl:input>
  148. <soap:body use="literal" />
  149. </wsdl:input>
  150. <wsdl:output>
  151. <soap:body use="literal" />
  152. </wsdl:output>
  153. </wsdl:operation>
  154. </wsdl:binding>
  155. <wsdl:service name="ZWMS_SK_WS_RUKU">
  156. <wsdl:port name="ZWMS_SK_WS_RUKU" binding="tns:ZWMS_SK_WS_RUKU">
  157. <soap:address location="http://ERPPRD6.neway.com.cn:8000/sap/bc/srt/rfc/sap/zwms_sk_ws_ruku/900/zwms_sk_ws_ruku/zwms_sk_ws_ruku" />
  158. </wsdl:port>
  159. </wsdl:service>
  160. </wsdl:definitions>