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

📄 addresslist.wsdl

📁 本光盘包含了本书各章中出现的所有程序的源代码。 1. 如果是Java程序
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://xmlbeans.service.address.samples" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:ns0="http://xmlbeans.service.address.samples" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.service.address.samples" xmlns:ns="http://xmlbeans.service.address.samples">
            <xs:element name="getAdd">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="getAddResponse">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="return" nillable="true" type="xs:string"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="insertAdd">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="name" nillable="true" type="xs:string"/>
                        <xs:element minOccurs="0" name="phone" nillable="true" type="xs:string"/>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:schema>
  </wsdl:types>
  <wsdl:message name="insertAddRequest">
    <wsdl:part name="parameters" element="ns0:insertAdd">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="getAddResponse">
    <wsdl:part name="parameters" element="ns0:getAddResponse">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="getAddRequest">
    <wsdl:part name="parameters" element="ns0:getAdd">
    </wsdl:part>
  </wsdl:message>
  <wsdl:portType name="addressListPortType">
    <wsdl:operation name="getAdd">
      <wsdl:input message="ns0:getAddRequest" wsaw:Action="urn:getAdd">
    </wsdl:input>
      <wsdl:output message="ns0:getAddResponse" wsaw:Action="urn:getAddResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="insertAdd">
      <wsdl:input message="ns0:insertAddRequest" wsaw:Action="urn:insertAdd">
    </wsdl:input>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="addressListSOAP12Binding" type="ns0:addressListPortType">
    <soap12:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="getAdd">
      <soap12:operation soapAction="urn:getAdd" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="insertAdd">
      <soap12:operation soapAction="urn:insertAdd" style="document"/>
      <wsdl:input>
        <soap12:body use="literal"/>
      </wsdl:input>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="addressListSOAP11Binding" type="ns0:addressListPortType">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="getAdd">
      <soap:operation soapAction="urn:getAdd" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="insertAdd">
      <soap:operation soapAction="urn:insertAdd" style="document"/>
      <wsdl:input>
        <soap:body use="literal"/>
      </wsdl:input>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="addressListHttpBinding" type="ns0:addressListPortType">
    <http:binding verb="POST"/>
    <wsdl:operation name="getAdd">
      <http:operation location="addressList/getAdd"/>
      <wsdl:input>
        <mime:content part="getAdd" type="text/xml"/>
      </wsdl:input>
      <wsdl:output>
        <mime:content part="getAdd" type="text/xml"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="insertAdd">
      <http:operation location="addressList/insertAdd"/>
      <wsdl:input>
        <mime:content part="insertAdd" type="text/xml"/>
      </wsdl:input>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="addressList">
    <wsdl:port name="addressListSOAP11port_http" binding="ns0:addressListSOAP11Binding">
      <soap:address location="http://localhost:8080/axis2/services/addressList"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>

⌨️ 快捷键说明

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