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

143 lines
7.1 KiB

9 months ago
  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:soap:functions:mc-style" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:n1="urn:sap-com:document:sap:rfc:functions" 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:soap:functions:mc-style" 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_binding">
  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_WS_HGPJD">
  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_ZwmsWsHgpjd">
  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="char20">
  40. <xsd:restriction base="xsd:string">
  41. <xsd:maxLength value="20" />
  42. </xsd:restriction>
  43. </xsd:simpleType>
  44. <xsd:simpleType name="char4">
  45. <xsd:restriction base="xsd:string">
  46. <xsd:maxLength value="4" />
  47. </xsd:restriction>
  48. </xsd:simpleType>
  49. <xsd:simpleType name="clnt3">
  50. <xsd:restriction base="xsd:string">
  51. <xsd:maxLength value="3" />
  52. </xsd:restriction>
  53. </xsd:simpleType>
  54. <xsd:simpleType name="numeric6">
  55. <xsd:restriction base="xsd:string">
  56. <xsd:maxLength value="6" />
  57. <xsd:pattern value="\d*" />
  58. </xsd:restriction>
  59. </xsd:simpleType>
  60. <xsd:simpleType name="quantum13.3">
  61. <xsd:restriction base="xsd:decimal">
  62. <xsd:totalDigits value="13" />
  63. <xsd:fractionDigits value="3" />
  64. </xsd:restriction>
  65. </xsd:simpleType>
  66. </xsd:schema>
  67. <xsd:schema xmlns:n0="urn:sap-com:document:sap:rfc:functions" attributeFormDefault="qualified" targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style">
  68. <xsd:import namespace="urn:sap-com:document:sap:rfc:functions" />
  69. <xsd:complexType name="ZhgpJd">
  70. <xsd:sequence>
  71. <xsd:element name="Mandt" type="n0:clnt3" />
  72. <xsd:element name="Tcode" type="n0:char20" />
  73. <xsd:element name="Werks" type="n0:char4" />
  74. <xsd:element name="Lgort" type="n0:char4" />
  75. <xsd:element name="Spmon" type="n0:numeric6" />
  76. <xsd:element name="Zbhgs" type="n0:quantum13.3" />
  77. <xsd:element name="Zbhgh" type="xsd:int" />
  78. </xsd:sequence>
  79. </xsd:complexType>
  80. <xsd:complexType name="TableOfZhgpJd">
  81. <xsd:sequence>
  82. <xsd:element minOccurs="0" maxOccurs="unbounded" name="item" type="tns:ZhgpJd" />
  83. </xsd:sequence>
  84. </xsd:complexType>
  85. <xsd:element name="ZwmsWsHgpjd">
  86. <xsd:complexType>
  87. <xsd:sequence>
  88. <xsd:element minOccurs="0" name="THgjd" type="tns:TableOfZhgpJd" />
  89. </xsd:sequence>
  90. </xsd:complexType>
  91. </xsd:element>
  92. <xsd:element name="ZwmsWsHgpjdResponse">
  93. <xsd:complexType>
  94. <xsd:sequence>
  95. <xsd:element name="Message" type="n0:char100" />
  96. <xsd:element name="MessageType" type="n0:char1" />
  97. <xsd:element minOccurs="0" name="THgjd" type="tns:TableOfZhgpJd" />
  98. </xsd:sequence>
  99. </xsd:complexType>
  100. </xsd:element>
  101. </xsd:schema>
  102. </wsdl:types>
  103. <wsdl:message name="ZwmsWsHgpjd">
  104. <wsdl:part name="parameters" element="tns:ZwmsWsHgpjd" />
  105. </wsdl:message>
  106. <wsdl:message name="ZwmsWsHgpjdResponse">
  107. <wsdl:part name="parameter" element="tns:ZwmsWsHgpjdResponse" />
  108. </wsdl:message>
  109. <wsdl:portType name="ZWMS_WS_HGPJD">
  110. <wsp:Policy>
  111. <wsp:PolicyReference URI="#IF_ZWMS_WS_HGPJD" />
  112. </wsp:Policy>
  113. <wsdl:operation name="ZwmsWsHgpjd">
  114. <wsp:Policy>
  115. <wsp:PolicyReference URI="#OP_ZwmsWsHgpjd" />
  116. </wsp:Policy>
  117. <wsdl:input message="tns:ZwmsWsHgpjd" />
  118. <wsdl:output message="tns:ZwmsWsHgpjdResponse" />
  119. </wsdl:operation>
  120. </wsdl:portType>
  121. <wsdl:binding name="binding" type="tns:ZWMS_WS_HGPJD">
  122. <wsp:Policy>
  123. <wsp:PolicyReference URI="#BN_binding" />
  124. </wsp:Policy>
  125. <wsa:EndpointReference xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
  126. <wsa:ReferenceParameters />
  127. </wsa:EndpointReference>
  128. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  129. <wsdl:operation name="ZwmsWsHgpjd">
  130. <soap:operation soapAction="" style="document" />
  131. <wsdl:input>
  132. <soap:body use="literal" />
  133. </wsdl:input>
  134. <wsdl:output>
  135. <soap:body use="literal" />
  136. </wsdl:output>
  137. </wsdl:operation>
  138. </wsdl:binding>
  139. <wsdl:service name="ZWMS_WS_HGPJD">
  140. <wsdl:port name="binding" binding="tns:binding">
  141. <soap:address location="http://ERPQA1.neway.com.cn:8000/sap/bc/srt/rfc/sap/zwms_ws_hgpjd/900/zwms_ws_hgpjd/binding" />
  142. </wsdl:port>
  143. </wsdl:service>
  144. </wsdl:definitions>