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

📄 importinterface.wsdl

📁 Java有关XML编程需要用到axis 的源代码 把里面bin下的包导入相应的Java工程 进行使用
💻 WSDL
字号:
<definitions name="ImportTestDefinition"  targetNamespace="http://test.globus.org/interface"  xmlns:tns="http://test.globus.org/interface"  xmlns:types="http://test.globus.org/types"  xmlns:bigType="http://test.globus.org/bigType"  xmlns="http://schemas.xmlsoap.org/wsdl/"  xmlns:xsd="http://www.w3.org/2001/XMLSchema"  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"><import namespace="http://test.globus.org/bigType"        location="../../types1/types2/importtypes.wsdl"/><message name="sendStringRequest">  <part name="myInput" type="types:StringType"/>  <part name="myBigInput" type="bigType:BigType"/></message><message name="sendStringResponse"/><portType name="ImportTestPortType">  <operation name="sendString">    <input message="tns:sendStringRequest"/>    <output message="tns:sendStringResponse"/>  </operation></portType><binding name="ImportTestSOAPBinding" type="tns:ImportTestPortType">  <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>  <operation name="sendString">    <soap:operation soapAction="http://test.globus.org/importtest#sendString"/>    <input>      <soap:body use="encoded" namespace="http://test.globus.org/importtest"                                encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>    </input>    <output>      <soap:body use="encoded" namespace="http://test.globus.org/importtest"                                encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>    </output>  </operation></binding></definitions>

⌨️ 快捷键说明

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