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.
96 lines
4.3 KiB
96 lines
4.3 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://webservice.core.intf.mes.xinhua.com/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" name="WkpcsInfoWebServiceService" targetNamespace="http://webservice.core.intf.mes.xinhua.com/">
|
|
<wsdl:types>
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://webservice.core.intf.mes.xinhua.com/" attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://webservice.core.intf.mes.xinhua.com/">
|
|
<xs:element name="deleteWkpcsInfo" type="tns:deleteWkpcsInfo"/>
|
|
<xs:element name="deleteWkpcsInfoResponse" type="tns:deleteWkpcsInfoResponse"/>
|
|
<xs:element name="importWkpcsInfo" type="tns:importWkpcsInfo"/>
|
|
<xs:element name="importWkpcsInfoResponse" type="tns:importWkpcsInfoResponse"/>
|
|
<xs:complexType name="deleteWkpcsInfo">
|
|
<xs:sequence>
|
|
<xs:element form="qualified" minOccurs="0" name="erpcod" type="xs:string"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="deleteWkpcsInfoResponse">
|
|
<xs:sequence>
|
|
<xs:element form="qualified" minOccurs="0" name="result" type="xs:string"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="importWkpcsInfo">
|
|
<xs:sequence>
|
|
<xs:element form="qualified" minOccurs="0" name="jsonData" type="xs:string"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:complexType name="importWkpcsInfoResponse">
|
|
<xs:sequence>
|
|
<xs:element form="qualified" minOccurs="0" name="result" type="xs:string"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
<xs:element name="Exception" type="tns:Exception"/>
|
|
<xs:complexType name="Exception">
|
|
<xs:sequence>
|
|
<xs:element minOccurs="0" name="message" type="xs:string"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="deleteWkpcsInfoResponse">
|
|
<wsdl:part element="tns:deleteWkpcsInfoResponse" name="parameters"> </wsdl:part>
|
|
</wsdl:message>
|
|
<wsdl:message name="deleteWkpcsInfo">
|
|
<wsdl:part element="tns:deleteWkpcsInfo" name="parameters"> </wsdl:part>
|
|
</wsdl:message>
|
|
<wsdl:message name="importWkpcsInfo">
|
|
<wsdl:part element="tns:importWkpcsInfo" name="parameters"> </wsdl:part>
|
|
</wsdl:message>
|
|
<wsdl:message name="Exception">
|
|
<wsdl:part element="tns:Exception" name="Exception"> </wsdl:part>
|
|
</wsdl:message>
|
|
<wsdl:message name="importWkpcsInfoResponse">
|
|
<wsdl:part element="tns:importWkpcsInfoResponse" name="parameters"> </wsdl:part>
|
|
</wsdl:message>
|
|
<wsdl:portType name="WkpcsInfoWebService">
|
|
<wsdl:operation name="deleteWkpcsInfo">
|
|
<wsdl:input message="tns:deleteWkpcsInfo" name="deleteWkpcsInfo"> </wsdl:input>
|
|
<wsdl:output message="tns:deleteWkpcsInfoResponse" name="deleteWkpcsInfoResponse"> </wsdl:output>
|
|
<wsdl:fault message="tns:Exception" name="Exception"> </wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="importWkpcsInfo">
|
|
<wsdl:input message="tns:importWkpcsInfo" name="importWkpcsInfo"> </wsdl:input>
|
|
<wsdl:output message="tns:importWkpcsInfoResponse" name="importWkpcsInfoResponse"> </wsdl:output>
|
|
<wsdl:fault message="tns:Exception" name="Exception"> </wsdl:fault>
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="WkpcsInfoWebServiceServiceSoapBinding" type="tns:WkpcsInfoWebService">
|
|
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
<wsdl:operation name="deleteWkpcsInfo">
|
|
<soap:operation soapAction="deleteWkpcsInfo" style="document"/>
|
|
<wsdl:input name="deleteWkpcsInfo">
|
|
<soap:body use="literal"/>
|
|
</wsdl:input>
|
|
<wsdl:output name="deleteWkpcsInfoResponse">
|
|
<soap:body use="literal"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="Exception">
|
|
<soap:fault name="Exception" use="literal"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="importWkpcsInfo">
|
|
<soap:operation soapAction="importWkpcsInfo" style="document"/>
|
|
<wsdl:input name="importWkpcsInfo">
|
|
<soap:body use="literal"/>
|
|
</wsdl:input>
|
|
<wsdl:output name="importWkpcsInfoResponse">
|
|
<soap:body use="literal"/>
|
|
</wsdl:output>
|
|
<wsdl:fault name="Exception">
|
|
<soap:fault name="Exception" use="literal"/>
|
|
</wsdl:fault>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:service name="WkpcsInfoWebServiceService">
|
|
<wsdl:port binding="tns:WkpcsInfoWebServiceServiceSoapBinding" name="WkpcsInfoWebServicePort">
|
|
<soap:address location="http://10.128.155.13:8080/mes-intfe/services/wkpcsInfo"/>
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions> |