📄 echo1bound.wsdl
字号:
<?xml version="1.0" encoding="UTF-8"?>
<definitions targetNamespace="urn:echo:echoService" xmlns:defs="urn:echo:Definitions" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn:echo:echoService" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
<import namespace="urn:echo:Definitions" location="http://localhost:9080/bpws4j-samples/extendedEcho/echoDefs.wsdl"/>
<binding name="callerechoPTApacheAxisSOAPBinding" type="defs:echoPT">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="echo">
<soap:operation soapAction="" style="rpc"/>
<input>
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:echo:echoService#extendedEcho1BP#caller#urn:echo:Definitions#echoPT"/>
</input>
<output>
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:echo:echoService#extendedEcho1BP#caller#urn:echo:Definitions#echoPT"/>
</output>
</operation>
</binding>
<service name="extendedEcho1BP">
<port name="callerechoPTApacheAxisSOAPBindingPort" binding="tns:callerechoPTApacheAxisSOAPBinding">
<soap:address location="http://localhost:9080/bpws4j/axisengine"/>
</port>
</service>
</definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -