?? getbalancewsdl.wsdl
字號:
<?xml version="1.0" encoding="UTF-8"?><definitions name="getBalanceWSDL" targetNamespace="http://j2ee.netbeans.org/wsdl/ejbBanking/getBalanceWSDL" 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/getBalanceWSDL" xmlns:ns="http://demo.sun.com/openesb/types/GetBalanceRequestMsg" xmlns:ns0="http://demo.sun.com/openesb/types/GetBalanceResponseMsg" xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"> <types> <xsd:schema targetNamespace="http://j2ee.netbeans.org/wsdl/ejbBanking/getBalanceWSDL"> <xsd:import namespace="http://demo.sun.com/openesb/types/GetBalanceResponseMsg" schemaLocation="GetBalanceResponseMsg.xsd"/> <xsd:import namespace="http://demo.sun.com/openesb/types/GetBalanceRequestMsg" schemaLocation="GetBalanceRequestMsg.xsd"/> </xsd:schema> </types> <message name="getBalanceWSDLOperationRequest"> <part name="getBalanceInput" element="ns:GetBalanceRequestMsg"/> </message> <message name="getBalanceWSDLOperationResponse"> <part name="getBalanceOutput" element="ns0:GetBalanceResponseMsg"/> </message> <portType name="getBalanceWSDLPortType"> <operation name="getBalanceWSDLOperation"> <input name="input1" message="tns:getBalanceWSDLOperationRequest"/> <output name="output1" message="tns:getBalanceWSDLOperationResponse"/> </operation> </portType> <plnk:partnerLinkType name="getBalanceWSDL"> <!-- 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="getBalanceWSDLPortTypeRole" portType="tns:getBalanceWSDLPortType"/> </plnk:partnerLinkType></definitions>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -