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

📄 round3_groupf_ext.wsdl

📁 PHP v6.0 For Linux 运行环境:Win9X/ WinME/ WinNT/ Win2K/ WinXP
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8"?><definitions name="WSDLInteropTestDocLitService"     targetNamespace="http://soapinterop.org/"     xmlns="http://schemas.xmlsoap.org/wsdl/"     xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"     xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"     xmlns:tns="http://soapinterop.org/"     xmlns:xsd="http://www.w3.org/2001/XMLSchema"     xmlns:xsd1="http://soapinterop.org/xsd"    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"    xmlns:ext="http://soapinterop.org/ext">    	<ext:types/> 	<types>	<ext:schema targetNamespace="http://soapinterop.org/xsd"/>        <schema targetNamespace="http://soapinterop.org/xsd"            xmlns="http://www.w3.org/2001/XMLSchema"             xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">                         <element name="echoStringParam" type="xsd:string"/>                     <element name="echoStringReturn" type="xsd:string"/>                    </schema>    </types>    <ext:message name="echoString"/>    <message name="echoString">        <part element="xsd1:echoStringParam" name="a"/>    </message>    <message name="echoStringResponse">        <part element="xsd1:echoStringReturn" name="result"/>    </message>    <ext:portType name="WSDLInteropTestDocLitPortType"/>    <portType name="WSDLInteropTestDocLitPortType">        <operation name="echoString">            <input message="tns:echoString" name="echoString"/>            <output message="tns:echoStringResponse" name="echoStringResponse"/>        </operation>    </portType>    <ext:binding name="WSDLInteropTestDocLitPortBinding"/>    <binding name="WSDLInteropTestDocLitPortBinding"         type="tns:WSDLInteropTestDocLitPortType">	<ext:binding style ="chunked"/>        <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>        <operation name="echoString">	    <ext:operation style ="chunked"/>            <soap:operation soapAction="http://soapinterop.org/" style="document"/>            <input name="echoString">		<ext:body use ="direct"/>                <soap:body namespace="http://soapinterop.org/WSDLInteropTestDocLit"                     use="literal"/>            </input>            <output name="echoStringResponse">		<ext:body use ="direct"/>                <soap:body namespace="http://soapinterop.org/WSDLInteropTestDocLit"                     use="literal"/>            </output>        </operation>    </binding>    <ext:service name="WSDLInteropTestDocLitService"/>    <service name="WSDLInteropTestDocLitService">        <ext:port binding="tns:WSDLInteropTestDocLitPortBinding"             name="WSDLInteropTestDocLitPort"/>	<port binding="tns:WSDLInteropTestDocLitPortBinding"             name="WSDLInteropTestDocLitPort">	    <ext:address location=""/>            <soap:address                 location="round3_groupF_ext.inc"/>		</port>	</service></definitions>

⌨️ 快捷键说明

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