?? echodoclit.wsdl
字號(hào):
<?xml version="1.0" encoding="UTF-8" ?>
<wsdl:definitions name="EchoService"
targetNamespace="urn:xfire:wsdl"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tns="urn:xfire:wsdl"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<wsdl:message name="reply">
<wsdl:part name="out" type="xsd:string" />
</wsdl:message>
<wsdl:message name="request">
<wsdl:part name="in0" type="xsd:string" />
</wsdl:message>
<wsdl:portType name="EchoServicePortType">
<wsdl:operation name="echo">
<wsdl:input message="tns:request" />
<wsdl:output message="tns:reply" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="EchoServiceBinding"
type="tns:EchoServicePortType">
<soap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
<wsdl:operation name="echo">
<soap:operation soapAction="" style="document"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
<wsdl:input>
<soap:body use="literal"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="EchoService">
<wsdl:port binding="tns:EchoServiceBinding"
name="EchoServicePort">
<soap:address
location="http://localhost:8080/active-bpel/services/EchoService"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -