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