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

📄 bug2102.wsdl

📁 Java有关XML编程需要用到axis 的源代码 把里面bin下的包导入相应的Java工程 进行使用
💻 WSDL
字号:
<?xml version="1.0" ?><definitions name="urn:AddressFetcher"             targetNamespace="urn:wrapperHolder2"             xmlns:tns="urn:wrapperHolder2"             xmlns:typens="urn:wrapperHolder2"             xmlns:xsd="http://www.w3.org/1999/XMLSchema"             xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"             xmlns="http://schemas.xmlsoap.org/wsdl/"><types><schema attributeFormDefault="qualified" elementFormDefault="qualified"  targetNamespace="urn:wrapperHolder2"   xmlns="http://www.w3.org/1999/XMLSchema">  <element name="out" type="xsd:long"/>  <element name="DoExample">    <complexType>      <sequence>        <element name="value1" nillable="true" maxOccurs="unbounded" type="xsd:base64Binary"/>        <element name="value2" minOccurs="0" maxOccurs="1"  ref="typens:out"/>      </sequence>    </complexType>  </element>  <element name="DoExampleResponse">    <complexType>      <sequence>        <element name="val1" nillable="true" maxOccurs="unbounded" type="xsd:base64Binary"/>        <element name="val2" minOccurs="0" maxOccurs="unbounded" ref="typens:out"/>        <element name="val3" nillable="true" maxOccurs="unbounded" type="xsd:int"/>        <element name="val4" maxOccurs="unbounded" type="xsd:int"/>        <element name="val5" maxOccurs="unbounded" type="xsd:byte"/>      </sequence>    </complexType>  </element></schema></types><message name="DoExample">  <part name="body" element="typens:DoExample"/></message><message name="DoExampleResponse">  <part name="result" element="typens:DoExampleResponse"/></message><portType name="ExampleSoap">  <operation name="DoExample" parameterOrder="body result">    <input message="tns:DoExample"/>    <output message="tns:DoExampleResponse"/>  </operation></portType><binding name="ExampleSoap" type="tns:ExampleSoap">  <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>  <operation name="DoExample">    <soap:operation soapAction="" style="document"/>    <input>      <soap:body use="literal" parts="body" />    </input>    <output >      <soap:body use="literal" parts="result" />    </output>  </operation></binding><service name="DoExample">  <port name="WrapperHolder2" binding="tns:ExampleSoap">    <soap:address location="http://localhost:8080/axis/services/WrapperHolder2"/>  </port></service></definitions>

⌨️ 快捷键说明

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