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

📄 bankquoteservice0.wsdl

📁 基于eclipse环境下开发的bpel流程编排例程
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:axis2="http://services.samples" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:ns1="http://services.samples/xsd" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="http://services.samples">
    <wsdl:documentation>BankQuoteService0</wsdl:documentation>
    <wsdl:types>
        <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ax21="http://services.samples/xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://services.samples/xsd">
            <xs:element name="getQuote">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="request" type="ax21:GetQuote"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="GetQuote" type="ax21:GetQuote"/>
            <xs:complexType name="GetQuote">
                <xs:sequence>
                    <xs:element name="houseNumber" type="xs:int"/>
                </xs:sequence>
            </xs:complexType>
            <xs:element name="getQuoteResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="return" type="ax21:GetQuoteResponse"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="GetQuoteResponse" type="ax21:GetQuoteResponse"/>
            <xs:complexType name="GetQuoteResponse">
                <xs:sequence>
                    <xs:element name="firstPaidRatio" type="xs:double"/>
                    <xs:element name="rate" type="xs:double"/>
                    <xs:element name="bankName" type="xs:string"/>
                </xs:sequence>
            </xs:complexType>
        </xs:schema>
    </wsdl:types>
    <wsdl:message name="getQuoteMessage">
        <wsdl:part name="part1" element="ns1:getQuote"/>
    </wsdl:message>
    <wsdl:message name="getQuoteResponseMessage">
        <wsdl:part name="part1" element="ns1:getQuoteResponse"/>
    </wsdl:message>
    <wsdl:portType name="BankQuoteService0PortType">
        <wsdl:operation name="getQuote">
            <wsdl:input message="axis2:getQuoteMessage" wsaw:Action="urn:getQuote"/>
            <wsdl:output message="axis2:getQuoteResponseMessage" wsaw:Action="http://services.samples/BankQuoteServicePortType/getQuoteResponse"/>
        </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="BankQuoteService0SOAP11Binding" type="axis2:BankQuoteService0PortType">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
        <wsdl:operation name="getQuote">
            <soap:operation soapAction="urn:getQuote" style="document"/>
            <wsdl:input>
                <soap:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:binding name="BankQuoteService0SOAP12Binding" type="axis2:BankQuoteService0PortType">
        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
        <wsdl:operation name="getQuote">
            <soap12:operation soapAction="urn:getQuote" style="document"/>
            <wsdl:input>
                <soap12:body use="literal"/>
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal"/>
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:binding name="BankQuoteService0HttpBinding" type="axis2:BankQuoteService0PortType">
        <http:binding verb="POST"/>
        <wsdl:operation name="getQuote">
            <http:operation location="BankQuoteService0/getQuote"/>
            <wsdl:input>
                <mime:content type="text/xml" part="getQuote"/>
            </wsdl:input>
            <wsdl:output>
                <mime:content type="text/xml" part="getQuote"/>
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="BankQuoteService0">
        <wsdl:port name="BankQuoteService0SOAP11port_http" binding="axis2:BankQuoteService0SOAP11Binding">
            <soap:address location="http://localhost:9000/axis2/services/BankQuoteService0"/>
        </wsdl:port>
        <wsdl:port name="BankQuoteService0SOAP12port_http" binding="axis2:BankQuoteService0SOAP12Binding">
            <soap12:address location="http://localhost:9000/axis2/services/BankQuoteService0"/>
        </wsdl:port>
        <wsdl:port name="BankQuoteService0Httpport" binding="axis2:BankQuoteService0HttpBinding">
            <http:address location="http://localhost:9000/axis2/services/BankQuoteService0"/>
        </wsdl:port>
    </wsdl:service>
</wsdl:definitions>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -