⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 loginwsdl.wsdl

📁 SOA
💻 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 + -