📄 fileservice.wsdl
字号:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://localhost:8080/axis/services/FileService" xmlns:impl="http://localhost:8080/axis/services/FileService" xmlns:intf="http://localhost:8080/axis/services/FileService" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">
<wsdl:message name="getFileRequest">
<wsdl:part name="name" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="getFileResponse">
<wsdl:part name="getFileReturn" type="apachesoap:DataHandler"/>
</wsdl:message>
<wsdl:message name="putFileRequest">
<wsdl:part name="dh" type="apachesoap:DataHandler"/>
<wsdl:part name="name" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="putFileResponse">
<wsdl:part name="putFileReturn" type="xsd:string"/>
</wsdl:message>
<wsdl:portType name="FileService">
<wsdl:operation name="getFile" parameterOrder="name">
<wsdl:input name="getFileRequest" message="impl:getFileRequest"/>
<wsdl:output name="getFileResponse" message="impl:getFileResponse"/>
</wsdl:operation>
<wsdl:operation name="putFile" parameterOrder="dh name">
<wsdl:input name="putFileRequest" message="impl:putFileRequest"/>
<wsdl:output name="putFileResponse" message="impl:putFileResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="FileServiceSoapBinding" type="impl:FileService">
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="getFile">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="getFileRequest">
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8080/axis/services/FileService"/>
</wsdl:input>
<wsdl:output name="getFileResponse">
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8080/axis/services/FileService"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="putFile">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="putFileRequest">
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8080/axis/services/FileService"/>
</wsdl:input>
<wsdl:output name="putFileResponse">
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8080/axis/services/FileService"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="FileServiceService">
<wsdl:port name="FileService" binding="impl:FileServiceSoapBinding">
<wsdlsoap:address location="http://localhost:8080/axis/services/FileService"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -