📄 ewcrfidws.wsdl
字号:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://ws.ewc.rfid.tw.ibm.com" xmlns:impl="http://ws.ewc.rfid.tw.ibm.com" xmlns:intf="http://ws.ewc.rfid.tw.ibm.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<wsdl:types>
<schema elementFormDefault="qualified" targetNamespace="http://ws.ewc.rfid.tw.ibm.com" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:impl="http://ws.ewc.rfid.tw.ibm.com" xmlns:intf="http://ws.ewc.rfid.tw.ibm.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<element name="addTagID">
<complexType>
<sequence>
<element name="snNO" nillable="true" type="xsd:string"/>
<element name="tagID" nillable="true" type="xsd:string"/>
</sequence>
</complexType>
</element>
<element name="addTagIDResponse">
<complexType>
<sequence>
<element name="addTagIDReturn" type="xsd:int"/>
</sequence>
</complexType>
</element>
<element name="getEmpInfoByTagID">
<complexType>
<sequence>
<element name="tagID" nillable="true" type="xsd:string"/>
<element name="eventID" nillable="true" type="xsd:string"/>
</sequence>
</complexType>
</element>
<element name="getEmpInfoByTagIDResponse">
<complexType>
<sequence>
<element name="getEmpInfoByTagIDReturn" nillable="true" type="xsd:string"/>
</sequence>
</complexType>
</element>
<element name="getEventIDList">
<complexType>
<sequence/>
</complexType>
</element>
<element name="getEventIDListResponse">
<complexType>
<sequence>
<element name="getEventIDListReturn" nillable="true" type="xsd:string"/>
</sequence>
</complexType>
</element>
<element name="updateRegInfo">
<complexType>
<sequence>
<element name="snNO" nillable="true" type="xsd:string"/>
<element name="eventID" nillable="true" type="xsd:string"/>
<element name="showUpCount" type="xsd:int"/>
<element name="comment" nillable="true" type="xsd:string"/>
</sequence>
</complexType>
</element>
<element name="updateRegInfoResponse">
<complexType>
<sequence>
<element name="updateRegInfoReturn" type="xsd:int"/>
</sequence>
</complexType>
</element>
<element name="getEmployeeInfo">
<complexType>
<sequence>
<element name="snNO" nillable="true" type="xsd:string"/>
</sequence>
</complexType>
</element>
<element name="getEmployeeInfoResponse">
<complexType>
<sequence>
<element name="getEmployeeInfoReturn" nillable="true" type="xsd:string"/>
</sequence>
</complexType>
</element>
<element name="getEmpInfoBySnNO">
<complexType>
<sequence>
<element name="snNO" nillable="true" type="xsd:string"/>
<element name="eventID" nillable="true" type="xsd:string"/>
</sequence>
</complexType>
</element>
<element name="getEmpInfoBySnNOResponse">
<complexType>
<sequence>
<element name="getEmpInfoBySnNOReturn" nillable="true" type="xsd:string"/>
</sequence>
</complexType>
</element>
</schema>
</wsdl:types>
<wsdl:message name="updateRegInfoResponse">
<wsdl:part element="intf:updateRegInfoResponse" name="parameters"/>
</wsdl:message>
<wsdl:message name="getEmpInfoByTagIDRequest">
<wsdl:part element="intf:getEmpInfoByTagID" name="parameters"/>
</wsdl:message>
<wsdl:message name="getEventIDListResponse">
<wsdl:part element="intf:getEventIDListResponse" name="parameters"/>
</wsdl:message>
<wsdl:message name="updateRegInfoRequest">
<wsdl:part element="intf:updateRegInfo" name="parameters"/>
</wsdl:message>
<wsdl:message name="getEmpInfoBySnNOResponse">
<wsdl:part element="intf:getEmpInfoBySnNOResponse" name="parameters"/>
</wsdl:message>
<wsdl:message name="getEmployeeInfoResponse">
<wsdl:part element="intf:getEmployeeInfoResponse" name="parameters"/>
</wsdl:message>
<wsdl:message name="getEmployeeInfoRequest">
<wsdl:part element="intf:getEmployeeInfo" name="parameters"/>
</wsdl:message>
<wsdl:message name="addTagIDResponse">
<wsdl:part element="intf:addTagIDResponse" name="parameters"/>
</wsdl:message>
<wsdl:message name="getEmpInfoBySnNORequest">
<wsdl:part element="intf:getEmpInfoBySnNO" name="parameters"/>
</wsdl:message>
<wsdl:message name="getEventIDListRequest">
<wsdl:part element="intf:getEventIDList" name="parameters"/>
</wsdl:message>
<wsdl:message name="addTagIDRequest">
<wsdl:part element="intf:addTagID" name="parameters"/>
</wsdl:message>
<wsdl:message name="getEmpInfoByTagIDResponse">
<wsdl:part element="intf:getEmpInfoByTagIDResponse" name="parameters"/>
</wsdl:message>
<wsdl:portType name="EWCRfidWS">
<wsdl:operation name="addTagID">
<wsdl:input message="intf:addTagIDRequest" name="addTagIDRequest"/>
<wsdl:output message="intf:addTagIDResponse" name="addTagIDResponse"/>
</wsdl:operation>
<wsdl:operation name="getEmpInfoByTagID">
<wsdl:input message="intf:getEmpInfoByTagIDRequest" name="getEmpInfoByTagIDRequest"/>
<wsdl:output message="intf:getEmpInfoByTagIDResponse" name="getEmpInfoByTagIDResponse"/>
</wsdl:operation>
<wsdl:operation name="getEventIDList">
<wsdl:input message="intf:getEventIDListRequest" name="getEventIDListRequest"/>
<wsdl:output message="intf:getEventIDListResponse" name="getEventIDListResponse"/>
</wsdl:operation>
<wsdl:operation name="updateRegInfo">
<wsdl:input message="intf:updateRegInfoRequest" name="updateRegInfoRequest"/>
<wsdl:output message="intf:updateRegInfoResponse" name="updateRegInfoResponse"/>
</wsdl:operation>
<wsdl:operation name="getEmployeeInfo">
<wsdl:input message="intf:getEmployeeInfoRequest" name="getEmployeeInfoRequest"/>
<wsdl:output message="intf:getEmployeeInfoResponse" name="getEmployeeInfoResponse"/>
</wsdl:operation>
<wsdl:operation name="getEmpInfoBySnNO">
<wsdl:input message="intf:getEmpInfoBySnNORequest" name="getEmpInfoBySnNORequest"/>
<wsdl:output message="intf:getEmpInfoBySnNOResponse" name="getEmpInfoBySnNOResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="EWCRfidWSSoapBinding" type="intf:EWCRfidWS">
<wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="addTagID">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="addTagIDRequest">
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="addTagIDResponse">
<wsdlsoap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getEmpInfoByTagID">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="getEmpInfoByTagIDRequest">
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="getEmpInfoByTagIDResponse">
<wsdlsoap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getEventIDList">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="getEventIDListRequest">
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="getEventIDListResponse">
<wsdlsoap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="updateRegInfo">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="updateRegInfoRequest">
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="updateRegInfoResponse">
<wsdlsoap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getEmployeeInfo">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="getEmployeeInfoRequest">
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="getEmployeeInfoResponse">
<wsdlsoap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getEmpInfoBySnNO">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="getEmpInfoBySnNORequest">
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output name="getEmpInfoBySnNOResponse">
<wsdlsoap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="EWCRfidWSService">
<wsdl:port binding="intf:EWCRfidWSSoapBinding" name="EWCRfidWS">
<wsdlsoap:address location="http://localhost:9080/IBM_EWC_WS/services/EWCRfidWS"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -