Hegii.wsdl 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  3. <wsdl:types>
  4. <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
  5. <s:element name="SubmitProcess">
  6. <s:complexType>
  7. <s:sequence>
  8. <s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
  9. <s:element minOccurs="0" maxOccurs="1" name="userAccount" type="s:string" />
  10. <s:element minOccurs="0" maxOccurs="1" name="XmlData" type="s:string" />
  11. <s:element minOccurs="0" maxOccurs="1" name="Processname" type="s:string" />
  12. <s:element minOccurs="1" maxOccurs="1" name="Incident" type="s:int" />
  13. </s:sequence>
  14. </s:complexType>
  15. </s:element>
  16. <s:element name="SubmitProcessResponse">
  17. <s:complexType>
  18. <s:sequence>
  19. <s:element minOccurs="0" maxOccurs="1" name="SubmitProcessResult" type="s:string" />
  20. </s:sequence>
  21. </s:complexType>
  22. </s:element>
  23. <s:element name="ReturnProcess">
  24. <s:complexType>
  25. <s:sequence>
  26. <s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
  27. <s:element minOccurs="0" maxOccurs="1" name="userAccount" type="s:string" />
  28. <s:element minOccurs="0" maxOccurs="1" name="Processname" type="s:string" />
  29. <s:element minOccurs="1" maxOccurs="1" name="Incident" type="s:int" />
  30. </s:sequence>
  31. </s:complexType>
  32. </s:element>
  33. <s:element name="ReturnProcessResponse">
  34. <s:complexType>
  35. <s:sequence>
  36. <s:element minOccurs="0" maxOccurs="1" name="ReturnProcessResult" type="s:string" />
  37. </s:sequence>
  38. </s:complexType>
  39. </s:element>
  40. <s:element name="MasterDataUpdate">
  41. <s:complexType>
  42. <s:sequence>
  43. <s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
  44. <s:element minOccurs="0" maxOccurs="1" name="XmlData" type="s:string" />
  45. </s:sequence>
  46. </s:complexType>
  47. </s:element>
  48. <s:element name="MasterDataUpdateResponse">
  49. <s:complexType>
  50. <s:sequence>
  51. <s:element minOccurs="0" maxOccurs="1" name="MasterDataUpdateResult" type="s:string" />
  52. </s:sequence>
  53. </s:complexType>
  54. </s:element>
  55. <s:element name="UpdatSingleTable">
  56. <s:complexType>
  57. <s:sequence>
  58. <s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
  59. <s:element minOccurs="0" maxOccurs="1" name="XmlData" type="s:string" />
  60. </s:sequence>
  61. </s:complexType>
  62. </s:element>
  63. <s:element name="UpdatSingleTableResponse">
  64. <s:complexType>
  65. <s:sequence>
  66. <s:element minOccurs="0" maxOccurs="1" name="UpdatSingleTableResult" type="s:string" />
  67. </s:sequence>
  68. </s:complexType>
  69. </s:element>
  70. <s:element name="SyncMASTER_SAP_MATERIEL_BOM">
  71. <s:complexType>
  72. <s:sequence>
  73. <s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
  74. <s:element minOccurs="0" maxOccurs="1" name="jsonData" type="s:string" />
  75. </s:sequence>
  76. </s:complexType>
  77. </s:element>
  78. <s:element name="SyncMASTER_SAP_MATERIEL_BOMResponse">
  79. <s:complexType>
  80. <s:sequence>
  81. <s:element minOccurs="0" maxOccurs="1" name="SyncMASTER_SAP_MATERIEL_BOMResult" type="s:string" />
  82. </s:sequence>
  83. </s:complexType>
  84. </s:element>
  85. </s:schema>
  86. </wsdl:types>
  87. <wsdl:message name="SubmitProcessSoapIn">
  88. <wsdl:part name="parameters" element="tns:SubmitProcess" />
  89. </wsdl:message>
  90. <wsdl:message name="SubmitProcessSoapOut">
  91. <wsdl:part name="parameters" element="tns:SubmitProcessResponse" />
  92. </wsdl:message>
  93. <wsdl:message name="ReturnProcessSoapIn">
  94. <wsdl:part name="parameters" element="tns:ReturnProcess" />
  95. </wsdl:message>
  96. <wsdl:message name="ReturnProcessSoapOut">
  97. <wsdl:part name="parameters" element="tns:ReturnProcessResponse" />
  98. </wsdl:message>
  99. <wsdl:message name="MasterDataUpdateSoapIn">
  100. <wsdl:part name="parameters" element="tns:MasterDataUpdate" />
  101. </wsdl:message>
  102. <wsdl:message name="MasterDataUpdateSoapOut">
  103. <wsdl:part name="parameters" element="tns:MasterDataUpdateResponse" />
  104. </wsdl:message>
  105. <wsdl:message name="UpdatSingleTableSoapIn">
  106. <wsdl:part name="parameters" element="tns:UpdatSingleTable" />
  107. </wsdl:message>
  108. <wsdl:message name="UpdatSingleTableSoapOut">
  109. <wsdl:part name="parameters" element="tns:UpdatSingleTableResponse" />
  110. </wsdl:message>
  111. <wsdl:message name="SyncMASTER_SAP_MATERIEL_BOMSoapIn">
  112. <wsdl:part name="parameters" element="tns:SyncMASTER_SAP_MATERIEL_BOM" />
  113. </wsdl:message>
  114. <wsdl:message name="SyncMASTER_SAP_MATERIEL_BOMSoapOut">
  115. <wsdl:part name="parameters" element="tns:SyncMASTER_SAP_MATERIEL_BOMResponse" />
  116. </wsdl:message>
  117. <wsdl:portType name="ProcessServiceSoap">
  118. <wsdl:operation name="SubmitProcess">
  119. <wsdl:input message="tns:SubmitProcessSoapIn" />
  120. <wsdl:output message="tns:SubmitProcessSoapOut" />
  121. </wsdl:operation>
  122. <wsdl:operation name="ReturnProcess">
  123. <wsdl:input message="tns:ReturnProcessSoapIn" />
  124. <wsdl:output message="tns:ReturnProcessSoapOut" />
  125. </wsdl:operation>
  126. <wsdl:operation name="MasterDataUpdate">
  127. <wsdl:input message="tns:MasterDataUpdateSoapIn" />
  128. <wsdl:output message="tns:MasterDataUpdateSoapOut" />
  129. </wsdl:operation>
  130. <wsdl:operation name="UpdatSingleTable">
  131. <wsdl:input message="tns:UpdatSingleTableSoapIn" />
  132. <wsdl:output message="tns:UpdatSingleTableSoapOut" />
  133. </wsdl:operation>
  134. <wsdl:operation name="SyncMASTER_SAP_MATERIEL_BOM">
  135. <wsdl:input message="tns:SyncMASTER_SAP_MATERIEL_BOMSoapIn" />
  136. <wsdl:output message="tns:SyncMASTER_SAP_MATERIEL_BOMSoapOut" />
  137. </wsdl:operation>
  138. </wsdl:portType>
  139. <wsdl:binding name="ProcessServiceSoap" type="tns:ProcessServiceSoap">
  140. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  141. <wsdl:operation name="SubmitProcess">
  142. <soap:operation soapAction="http://tempuri.org/SubmitProcess" style="document" />
  143. <wsdl:input>
  144. <soap:body use="literal" />
  145. </wsdl:input>
  146. <wsdl:output>
  147. <soap:body use="literal" />
  148. </wsdl:output>
  149. </wsdl:operation>
  150. <wsdl:operation name="ReturnProcess">
  151. <soap:operation soapAction="http://tempuri.org/ReturnProcess" style="document" />
  152. <wsdl:input>
  153. <soap:body use="literal" />
  154. </wsdl:input>
  155. <wsdl:output>
  156. <soap:body use="literal" />
  157. </wsdl:output>
  158. </wsdl:operation>
  159. <wsdl:operation name="MasterDataUpdate">
  160. <soap:operation soapAction="http://tempuri.org/MasterDataUpdate" style="document" />
  161. <wsdl:input>
  162. <soap:body use="literal" />
  163. </wsdl:input>
  164. <wsdl:output>
  165. <soap:body use="literal" />
  166. </wsdl:output>
  167. </wsdl:operation>
  168. <wsdl:operation name="UpdatSingleTable">
  169. <soap:operation soapAction="http://tempuri.org/UpdatSingleTable" style="document" />
  170. <wsdl:input>
  171. <soap:body use="literal" />
  172. </wsdl:input>
  173. <wsdl:output>
  174. <soap:body use="literal" />
  175. </wsdl:output>
  176. </wsdl:operation>
  177. <wsdl:operation name="SyncMASTER_SAP_MATERIEL_BOM">
  178. <soap:operation soapAction="http://tempuri.org/SyncMASTER_SAP_MATERIEL_BOM" style="document" />
  179. <wsdl:input>
  180. <soap:body use="literal" />
  181. </wsdl:input>
  182. <wsdl:output>
  183. <soap:body use="literal" />
  184. </wsdl:output>
  185. </wsdl:operation>
  186. </wsdl:binding>
  187. <wsdl:binding name="ProcessServiceSoap12" type="tns:ProcessServiceSoap">
  188. <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
  189. <wsdl:operation name="SubmitProcess">
  190. <soap12:operation soapAction="http://tempuri.org/SubmitProcess" style="document" />
  191. <wsdl:input>
  192. <soap12:body use="literal" />
  193. </wsdl:input>
  194. <wsdl:output>
  195. <soap12:body use="literal" />
  196. </wsdl:output>
  197. </wsdl:operation>
  198. <wsdl:operation name="ReturnProcess">
  199. <soap12:operation soapAction="http://tempuri.org/ReturnProcess" style="document" />
  200. <wsdl:input>
  201. <soap12:body use="literal" />
  202. </wsdl:input>
  203. <wsdl:output>
  204. <soap12:body use="literal" />
  205. </wsdl:output>
  206. </wsdl:operation>
  207. <wsdl:operation name="MasterDataUpdate">
  208. <soap12:operation soapAction="http://tempuri.org/MasterDataUpdate" style="document" />
  209. <wsdl:input>
  210. <soap12:body use="literal" />
  211. </wsdl:input>
  212. <wsdl:output>
  213. <soap12:body use="literal" />
  214. </wsdl:output>
  215. </wsdl:operation>
  216. <wsdl:operation name="UpdatSingleTable">
  217. <soap12:operation soapAction="http://tempuri.org/UpdatSingleTable" style="document" />
  218. <wsdl:input>
  219. <soap12:body use="literal" />
  220. </wsdl:input>
  221. <wsdl:output>
  222. <soap12:body use="literal" />
  223. </wsdl:output>
  224. </wsdl:operation>
  225. <wsdl:operation name="SyncMASTER_SAP_MATERIEL_BOM">
  226. <soap12:operation soapAction="http://tempuri.org/SyncMASTER_SAP_MATERIEL_BOM" style="document" />
  227. <wsdl:input>
  228. <soap12:body use="literal" />
  229. </wsdl:input>
  230. <wsdl:output>
  231. <soap12:body use="literal" />
  232. </wsdl:output>
  233. </wsdl:operation>
  234. </wsdl:binding>
  235. <wsdl:service name="ProcessService">
  236. <wsdl:port name="ProcessServiceSoap" binding="tns:ProcessServiceSoap">
  237. <soap:address location="http://bpmtest.hegii.com:8010/Hegii.BPMWebService.WorkFlowProcess.asmx" />
  238. </wsdl:port>
  239. <wsdl:port name="ProcessServiceSoap12" binding="tns:ProcessServiceSoap12">
  240. <soap12:address location="http://bpmtest.hegii.com:8010/Hegii.BPMWebService.WorkFlowProcess.asmx" />
  241. </wsdl:port>
  242. </wsdl:service>
  243. </wsdl:definitions>