📄 onlineoperation-binding.wsdl
字号:
<?xml version="1.0" encoding="UTF-8"?>
<definitions name="OnlineOperationRemoteInterface" targetNamespace="http://www.onlineoperation.com/definitions/OnlineOperationRemoteInterface" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://www.onlineoperation.com/definitions/OnlineOperationRemoteInterface" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsd1="http://www.onlineoperation.com/schemas/OnlineOperationRemoteInterface" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
<import namespace="http://www.onlineoperation.com/schemas/OnlineOperationRemoteInterface" location="http://localhost:8080/wsdl/OnlineOperation-schema.xsd"/>
<message name="checkUserRequest">
<part name="userid" type="xsd:string"/>
<part name="password" type="xsd:string"/>
</message>
<message name="checkUserResponse">
<part name="result" type="xsd1:com.empire.webapp.util.Msg"/>
</message>
<message name="getRequestFileNameRequest">
<part name="userid" type="xsd:string"/>
<part name="cpsenos" type="xsd:string"/>
</message>
<message name="getRequestFileNameResponse">
<part name="result" type="xsd1:com.empire.webapp.util.Msg"/>
</message>
<message name="uploadDataRequest">
<part name="pswgcase" type="xsd:string"/>
<part name="psagacct" type="xsd:string"/>
<part name="pspause" type="xsd:string"/>
<part name="htarch" type="xsd:string"/>
<part name="rtacct" type="xsd:string"/>
</message>
<message name="uploadDataResponse">
<part name="result" type="xsd1:com.empire.webapp.util.Msg"/>
</message>
<message name="deleteDataFile">
<part name="filename" type="xsd:string"/>
</message>
<portType name="OnlineOperationJavaPortType">
<operation name="checkUser">
<input name="checkUserRequest" message="tns:checkUserRequest"/>
<output name="checkUserResponse" message="tns:checkUserResponse"/>
</operation>
<operation name="getRequestFileName">
<input name="getRequestFileNameRequest" message="tns:getRequestFileNameRequest"/>
<output name="getRequestFileNameResponse" message="tns:getRequestFileNameResponse"/>
</operation>
<operation name="uploadData">
<input name="uploadDataRequest" message="tns:uploadDataRequest"/>
<output name="uploadDataResponse" message="tns:uploadDataResponse"/>
</operation>
<operation name="deleteDataFile">
<input name="deleteDataFile" message="tns:deleteDataFile"/>
</operation>
</portType>
<binding name="OnlineOperationBinding" type="tns:OnlineOperationJavaPortType">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="checkUser">
<soap:operation soapAction="" style="rpc"/>
<input name="checkUserRequest">
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tempuri.org/com.empire.webapp.bean.OnlineOperation"/>
</input>
<output name="checkUserResponse">
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tempuri.org/com.empire.webapp.bean.OnlineOperation"/>
</output>
</operation>
<operation name="getRequestFileName">
<soap:operation soapAction="" style="rpc"/>
<input name="getRequestFileNameRequest">
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tempuri.org/com.empire.webapp.bean.OnlineOperation"/>
</input>
<output name="getRequestFileNameResponse">
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tempuri.org/com.empire.webapp.bean.OnlineOperation"/>
</output>
</operation>
<operation name="uploadData">
<soap:operation soapAction="" style="rpc"/>
<input name="uploadDataRequest">
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tempuri.org/com.empire.webapp.bean.OnlineOperation"/>
</input>
<output name="uploadDataResponse">
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tempuri.org/com.empire.webapp.bean.OnlineOperation"/>
</output>
</operation>
<operation name="deleteDataFile">
<soap:operation soapAction="" style="rpc"/>
<input name="deleteDataFile">
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://tempuri.org/com.empire.webapp.bean.OnlineOperation"/>
</input>
</operation>
</binding>
</definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -