📄 withdrawwsdl.wsdl
字号:
<?xml version="1.0" encoding="UTF-8"?><definitions name="withdrawWSDL" targetNamespace="http://j2ee.netbeans.org/wsdl/bpBanking/withdrawWSDL" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://j2ee.netbeans.org/wsdl/bpBanking/withdrawWSDL" xmlns:ns="http://demo.sun.com/openesb/types/WithdrawRequestMsg" xmlns:ns0="http://demo.sun.com/openesb/types/WithdrawResponseMsg" xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"> <types> <xsd:schema targetNamespace="http://j2ee.netbeans.org/wsdl/bpBanking/withdrawWSDL"> <xsd:import namespace="http://demo.sun.com/openesb/types/WithdrawRequestMsg" schemaLocation="WithdrawRequestMsg.xsd"/> <xsd:import namespace="http://demo.sun.com/openesb/types/WithdrawResponseMsg" schemaLocation="WithdrawResponseMsg.xsd"/> </xsd:schema> </types> <message name="withdrawWSDLOperationRequest"> <part name="withdrawInput" element="ns:WithdrawRequestMsg"/> </message> <message name="withdrawWSDLOperationResponse"> <part name="withdrawOutput" element="ns0:WithdrawResponseMsg"/> </message> <portType name="withdrawWSDLPortType"> <operation name="withdrawWSDLOperation"> <input name="input1" message="tns:withdrawWSDLOperationRequest"/> <output name="output1" message="tns:withdrawWSDLOperationResponse"/> </operation> </portType> <binding name="withdrawWSDLBinding" type="tns:withdrawWSDLPortType"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> <operation name="withdrawWSDLOperation"> <soap:operation/> <input name="input1"> <soap:body use="literal"/> </input> <output name="output1"> <soap:body use="literal"/> </output> </operation> </binding> <service name="withdrawWSDLService"> <port name="withdrawWSDLPort" binding="tns:withdrawWSDLBinding"> <soap:address location="http://localhost:9081/withdrawWSDLService/withdrawWSDLPort"/> </port> </service> <plnk:partnerLinkType name="withdrawWSDL"> <!-- A partner link type is automatically generated when a new port type is added. Partner link types are used by BPEL processes. In a BPEL process, a partner link represents the interaction between the BPEL process and a partner service. Each partner link is associated with a partner link type.A partner link type characterizes the conversational relationship between two services. The partner link type can have one or two roles.--> <plnk:role name="withdrawWSDLPortTypeRole" portType="tns:withdrawWSDLPortType"/> </plnk:partnerLinkType></definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -