?? withdrawprocesswsdl.wsdl
字號:
<?xml version="1.0" encoding="UTF-8"?><definitions name="withdrawProcessWSDL" targetNamespace="http://j2ee.netbeans.org/wsdl/ejbBanking/withdrawProcessWSDL" 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/ejbBanking/withdrawProcessWSDL" 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"> <types> <xsd:schema targetNamespace="http://j2ee.netbeans.org/wsdl/ejbBanking/withdrawProcessWSDL"> <xsd:import namespace="http://demo.sun.com/openesb/types/WithdrawResponseMsg" schemaLocation="WithdrawResponseMsg.xsd"/> <xsd:import namespace="http://demo.sun.com/openesb/types/WithdrawRequestMsg" schemaLocation="WithdrawRequestMsg.xsd"/> </xsd:schema> </types> <message name="withdrawProcessWSDLOperationRequest"> <part name="withdrawProcessInput" element="ns:WithdrawRequestMsg"/> </message> <message name="withdrawProcessWSDLOperationResponse"> <part name="withdrawProcessOutput" element="ns0:WithdrawResponseMsg"/> </message> <portType name="withdrawProcessWSDLPortType"> <operation name="withdrawProcessWSDLOperation"> <input name="input1" message="tns:withdrawProcessWSDLOperationRequest"/> <output name="output1" message="tns:withdrawProcessWSDLOperationResponse"/> </operation> </portType> <plnk:partnerLinkType name="withdrawProcessWSDL"> <!-- 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="withdrawProcessWSDLPortTypeRole" portType="tns:withdrawProcessWSDLPortType"/> </plnk:partnerLinkType></definitions>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -