天津投入产出系统后端
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.

90 lines
5.1 KiB

<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://tempuri.org/" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="PLCServiceTest" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsp:Policy wsu:Id="NetTcpBinding_IPLCServiceTest_policy">
<wsp:ExactlyOne>
<wsp:All>
<wsrm:RMAssertion xmlns:wsrm="http://schemas.xmlsoap.org/ws/2005/02/rm/policy">
<wsrm:InactivityTimeout Milliseconds="600000">
</wsrm:InactivityTimeout>
<wsrm:AcknowledgementInterval Milliseconds="200">
</wsrm:AcknowledgementInterval>
</wsrm:RMAssertion>
<msb:BinaryEncoding xmlns:msb="http://schemas.microsoft.com/ws/06/2004/mspolicy/netbinary1">
</msb:BinaryEncoding>
<wsaw:UsingAddressing>
</wsaw:UsingAddressing>
</wsp:All>
</wsp:ExactlyOne>
</wsp:Policy>
<wsdl:types>
<xsd:schema targetNamespace="http://tempuri.org/Imports">
<xsd:import namespace="http://tempuri.org/" />
<xsd:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
</xsd:schema>
</wsdl:types>
<wsdl:message name="IPLCServiceTest_Register_InputMessage">
<wsdl:part name="parameters" element="tns:Register" />
</wsdl:message>
<wsdl:message name="IPLCServiceTest_Register_OutputMessage">
<wsdl:part name="parameters" element="tns:RegisterResponse" />
</wsdl:message>
<wsdl:message name="IPLCServiceTest_Logout_InputMessage">
<wsdl:part name="parameters" element="tns:Logout" />
</wsdl:message>
<wsdl:message name="IPLCServiceTest_Logout_OutputMessage">
<wsdl:part name="parameters" element="tns:LogoutResponse" />
</wsdl:message>
<wsdl:message name="IPLCServiceTest_ReturnProductCode_OutputCallbackMessage">
<wsdl:part name="parameters" element="tns:ReturnProductCode" />
</wsdl:message>
<wsdl:portType msc:usingSession="true" name="IPLCServiceTest">
<wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="Register">
<wsdl:input wsaw:Action="http://tempuri.org/IPLCServiceTest/Register" message="tns:IPLCServiceTest_Register_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IPLCServiceTest/RegisterResponse" message="tns:IPLCServiceTest_Register_OutputMessage" />
</wsdl:operation>
<wsdl:operation msc:isInitiating="false" msc:isTerminating="true" name="Logout">
<wsdl:input wsaw:Action="http://tempuri.org/IPLCServiceTest/Logout" message="tns:IPLCServiceTest_Logout_InputMessage" />
<wsdl:output wsaw:Action="http://tempuri.org/IPLCServiceTest/LogoutResponse" message="tns:IPLCServiceTest_Logout_OutputMessage" />
</wsdl:operation>
<wsdl:operation msc:isInitiating="true" msc:isTerminating="false" name="ReturnProductCode">
<wsdl:output wsaw:Action="http://tempuri.org/IPLCServiceTest/ReturnProductCode" message="tns:IPLCServiceTest_ReturnProductCode_OutputCallbackMessage" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="NetTcpBinding_IPLCServiceTest" type="tns:IPLCServiceTest">
<wsp:PolicyReference URI="#NetTcpBinding_IPLCServiceTest_policy">
</wsp:PolicyReference>
<soap12:binding transport="http://schemas.microsoft.com/soap/tcp" />
<wsdl:operation name="Register">
<soap12:operation soapAction="http://tempuri.org/IPLCServiceTest/Register" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="Logout">
<soap12:operation soapAction="http://tempuri.org/IPLCServiceTest/Logout" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="ReturnProductCode">
<soap12:operation soapAction="http://tempuri.org/IPLCServiceTest/ReturnProductCode" style="document" />
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="PLCServiceTest">
<wsdl:port name="NetTcpBinding_IPLCServiceTest" binding="tns:NetTcpBinding_IPLCServiceTest">
<soap12:address location="net.tcp://127.0.0.1:4444/PLCServiceTest" />
<wsa10:EndpointReference>
<wsa10:Address>net.tcp://127.0.0.1:4444/PLCServiceTest</wsa10:Address>
</wsa10:EndpointReference>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>