?? customerwsdl.wsdl
字號:
<?xml version="1.0" encoding="UTF-8"?><definitions name="customerWSDL" targetNamespace="http://j2ee.netbeans.org/wsdl/bpBanking/customerWSDL" 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/customerWSDL" xmlns:ns0="http://demo.sun.com/openesb/types/CustomerResponseMsg" xmlns:ns="http://demo.sun.com/openesb/types/CustomerRequestMsg" 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/customerWSDL"> <xsd:import namespace="http://demo.sun.com/openesb/types/CustomerResponseMsg" schemaLocation="CustomerResponseMsg.xsd"/> <xsd:import namespace="http://demo.sun.com/openesb/types/CustomerRequestMsg" schemaLocation="CustomerRequestMsg.xsd"/> </xsd:schema> </types> <message name="customerWSDLOperationRequest"> <part name="customerInput" element="ns:CustomerRequestMsg"/> </message> <message name="customerWSDLOperationResponse"> <part name="customerOutput" element="ns0:CustomerResponseMsg"/> </message> <portType name="customerWSDLPortType"> <operation name="customerWSDLOperation"> <input name="input1" message="tns:customerWSDLOperationRequest"/> <output name="output1" message="tns:customerWSDLOperationResponse"/> </operation> </portType> <binding name="customerWSDLBinding" type="tns:customerWSDLPortType"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> <operation name="customerWSDLOperation"> <soap:operation/> <input name="input1"> <soap:body use="literal"/> </input> <output name="output1"> <soap:body use="literal"/> </output> </operation> </binding> <service name="customerWSDLService"> <port name="customerWSDLPort" binding="tns:customerWSDLBinding"> <soap:address location="http://localhost:9081/customerWSDLService/customerWSDLPort"/> </port> </service> <plnk:partnerLinkType name="customerWSDL"> <!-- 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="customerWSDLPortTypeRole" portType="tns:customerWSDLPortType"/> </plnk:partnerLinkType></definitions>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -