| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243 |
- <?xml version="1.0" encoding="utf-8"?>
- <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/">
- <wsdl:types>
- <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
- <s:element name="SubmitProcess">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="userAccount" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="XmlData" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Processname" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="Incident" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SubmitProcessResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="SubmitProcessResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="ReturnProcess">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="userAccount" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="Processname" type="s:string" />
- <s:element minOccurs="1" maxOccurs="1" name="Incident" type="s:int" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="ReturnProcessResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="ReturnProcessResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="MasterDataUpdate">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="XmlData" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="MasterDataUpdateResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="MasterDataUpdateResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="UpdatSingleTable">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="XmlData" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="UpdatSingleTableResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="UpdatSingleTableResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SyncMASTER_SAP_MATERIEL_BOM">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
- <s:element minOccurs="0" maxOccurs="1" name="jsonData" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- <s:element name="SyncMASTER_SAP_MATERIEL_BOMResponse">
- <s:complexType>
- <s:sequence>
- <s:element minOccurs="0" maxOccurs="1" name="SyncMASTER_SAP_MATERIEL_BOMResult" type="s:string" />
- </s:sequence>
- </s:complexType>
- </s:element>
- </s:schema>
- </wsdl:types>
- <wsdl:message name="SubmitProcessSoapIn">
- <wsdl:part name="parameters" element="tns:SubmitProcess" />
- </wsdl:message>
- <wsdl:message name="SubmitProcessSoapOut">
- <wsdl:part name="parameters" element="tns:SubmitProcessResponse" />
- </wsdl:message>
- <wsdl:message name="ReturnProcessSoapIn">
- <wsdl:part name="parameters" element="tns:ReturnProcess" />
- </wsdl:message>
- <wsdl:message name="ReturnProcessSoapOut">
- <wsdl:part name="parameters" element="tns:ReturnProcessResponse" />
- </wsdl:message>
- <wsdl:message name="MasterDataUpdateSoapIn">
- <wsdl:part name="parameters" element="tns:MasterDataUpdate" />
- </wsdl:message>
- <wsdl:message name="MasterDataUpdateSoapOut">
- <wsdl:part name="parameters" element="tns:MasterDataUpdateResponse" />
- </wsdl:message>
- <wsdl:message name="UpdatSingleTableSoapIn">
- <wsdl:part name="parameters" element="tns:UpdatSingleTable" />
- </wsdl:message>
- <wsdl:message name="UpdatSingleTableSoapOut">
- <wsdl:part name="parameters" element="tns:UpdatSingleTableResponse" />
- </wsdl:message>
- <wsdl:message name="SyncMASTER_SAP_MATERIEL_BOMSoapIn">
- <wsdl:part name="parameters" element="tns:SyncMASTER_SAP_MATERIEL_BOM" />
- </wsdl:message>
- <wsdl:message name="SyncMASTER_SAP_MATERIEL_BOMSoapOut">
- <wsdl:part name="parameters" element="tns:SyncMASTER_SAP_MATERIEL_BOMResponse" />
- </wsdl:message>
- <wsdl:portType name="ProcessServiceSoap">
- <wsdl:operation name="SubmitProcess">
- <wsdl:input message="tns:SubmitProcessSoapIn" />
- <wsdl:output message="tns:SubmitProcessSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="ReturnProcess">
- <wsdl:input message="tns:ReturnProcessSoapIn" />
- <wsdl:output message="tns:ReturnProcessSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="MasterDataUpdate">
- <wsdl:input message="tns:MasterDataUpdateSoapIn" />
- <wsdl:output message="tns:MasterDataUpdateSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="UpdatSingleTable">
- <wsdl:input message="tns:UpdatSingleTableSoapIn" />
- <wsdl:output message="tns:UpdatSingleTableSoapOut" />
- </wsdl:operation>
- <wsdl:operation name="SyncMASTER_SAP_MATERIEL_BOM">
- <wsdl:input message="tns:SyncMASTER_SAP_MATERIEL_BOMSoapIn" />
- <wsdl:output message="tns:SyncMASTER_SAP_MATERIEL_BOMSoapOut" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="ProcessServiceSoap" type="tns:ProcessServiceSoap">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="SubmitProcess">
- <soap:operation soapAction="http://tempuri.org/SubmitProcess" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="ReturnProcess">
- <soap:operation soapAction="http://tempuri.org/ReturnProcess" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="MasterDataUpdate">
- <soap:operation soapAction="http://tempuri.org/MasterDataUpdate" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="UpdatSingleTable">
- <soap:operation soapAction="http://tempuri.org/UpdatSingleTable" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SyncMASTER_SAP_MATERIEL_BOM">
- <soap:operation soapAction="http://tempuri.org/SyncMASTER_SAP_MATERIEL_BOM" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:binding name="ProcessServiceSoap12" type="tns:ProcessServiceSoap">
- <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="SubmitProcess">
- <soap12:operation soapAction="http://tempuri.org/SubmitProcess" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="ReturnProcess">
- <soap12:operation soapAction="http://tempuri.org/ReturnProcess" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="MasterDataUpdate">
- <soap12:operation soapAction="http://tempuri.org/MasterDataUpdate" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="UpdatSingleTable">
- <soap12:operation soapAction="http://tempuri.org/UpdatSingleTable" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- <wsdl:operation name="SyncMASTER_SAP_MATERIEL_BOM">
- <soap12:operation soapAction="http://tempuri.org/SyncMASTER_SAP_MATERIEL_BOM" style="document" />
- <wsdl:input>
- <soap12:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap12:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="ProcessService">
- <wsdl:port name="ProcessServiceSoap" binding="tns:ProcessServiceSoap">
- <soap:address location="http://bpmtest.hegii.com:8010/Hegii.BPMWebService.WorkFlowProcess.asmx" />
- </wsdl:port>
- <wsdl:port name="ProcessServiceSoap12" binding="tns:ProcessServiceSoap12">
- <soap12:address location="http://bpmtest.hegii.com:8010/Hegii.BPMWebService.WorkFlowProcess.asmx" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|