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

📄 testdate.wsdl

📁 Java有关XML编程需要用到axis 的源代码 把里面bin下的包导入相应的Java工程 进行使用
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions targetNamespace="http://date.wsdl.test" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://date.wsdl.test" xmlns:intf="http://date.wsdl.test" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">    <wsdl:types>        <schema targetNamespace="http://date.wsdl.test" xmlns="http://www.w3.org/2001/XMLSchema">            <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>            <complexType name="MyBean">                <sequence>                    <element name="date" nillable="true" type="xsd:date"/>                </sequence>            </complexType>        </schema>    </wsdl:types>    <wsdl:message name="getInfoRequest">    </wsdl:message>    <wsdl:message name="getInfoResponse">        <wsdl:part name="getInfoReturn" type="impl:MyBean"/>    </wsdl:message>    <wsdl:portType name="MyService">        <wsdl:operation name="getInfo">            <wsdl:input message="impl:getInfoRequest" name="getInfoRequest"/>            <wsdl:output message="impl:getInfoResponse" name="getInfoResponse"/>        </wsdl:operation>    </wsdl:portType>    <wsdl:binding name="testdateSoapBinding" type="impl:MyService">        <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>        <wsdl:operation name="getInfo">            <wsdlsoap:operation soapAction=""/>            <wsdl:input name="getInfoRequest">                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://date.wsdl.test" use="encoded"/>            </wsdl:input>            <wsdl:output name="getInfoResponse">                <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://date.wsdl.test" use="encoded"/>            </wsdl:output>        </wsdl:operation>    </wsdl:binding>    <wsdl:service name="MyServiceService">        <wsdl:port binding="impl:testdateSoapBinding" name="testdate">            <wsdlsoap:address location="http://localhost:8080/axis/services/testdate"/>        </wsdl:port>    </wsdl:service></wsdl:definitions>

⌨️ 快捷键说明

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