?? helloworld.wsdl
字號(hào):
<?xml version="1.0" encoding="UTF-8"?><definitions name="HelloWorld"targetNamespace="http://hello.jaxrpc.samples/"xmlns:tns="http://hello.jaxrpc.samples/"xmlns="http://schemas.xmlsoap.org/wsdl/"xmlns:xsd="http://www.w3.org/2001/XMLSchema"xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"> <types /> <message name="sayHello"> <part name="String_1" type="xsd:string" /> </message> <message name="sayHelloResponse"> <part name="result" type="xsd:string" /> </message> <portType name="Hello"> <operation name="sayHello" parameterOrder="String_1"> <input message="tns:sayHello" /> <output message="tns:sayHelloResponse" /> </operation> </portType> <binding name="HelloBinding" type="tns:Hello"> <operation name="sayHello"> <input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://hello.jaxrpc.samples/" /> </input> <output> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="encoded" namespace="http://hello.jaxrpc.samples/" /> </output> <soap:operation soapAction="" /> </operation> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" /> </binding> <service name="HelloWorld"> <port name="HelloPort" binding="tns:HelloBinding"> <soap:address location="http://localhost:8080/axis/Hello" /> </port> </service></definitions>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -