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

📄 round3_groupd_import3.wsdl

📁 PHP v6.0 For Linux 运行环境:Win9X/ WinME/ WinNT/ Win2K/ WinXP
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8"?><definitions name="SoapInterop" targetNamespace="http://soapinterop.org/main2/" 		xmlns:wsdlns="http://soapinterop.org/main2/"  		xmlns:impns="http://soapinterop.org/definitions/"  		xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" 				xmlns:typens2="http://soapinterop.org/xsd2" 				xmlns:typens="http://soapinterop.org/xsd"		xmlns="http://schemas.xmlsoap.org/wsdl/">		<import namespace = "http://soapinterop.org/xsd" location = "round3_groupD_import2.wsdl"/>	<import namespace = "http://soapinterop.org/definitions/" location = "round3_groupD_import2.wsdl"/>		<types>	<schema targetNamespace='http://soapinterop.org/xsd2'	      xmlns='http://www.w3.org/2001/XMLSchema'  	      xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'      	      xmlns:wsdl = "http://schemas.xmlsoap.org/wsdl/"		    	      elementFormDefault='unqualified'>	      <import namespace = "http://schemas.xmlsoap.org/soap/encoding/"/>	      <import namespace = "http://soapinterop.org/xsd"/>		      <complexType  name ='ArrayOfSOAPStruct'>	        <complexContent>        	  <restriction base='SOAP-ENC:Array'>            		<attribute ref='SOAP-ENC:arrayType' wsdl:arrayType='typens:SOAPStruct[]'/>	          </restriction>        	</complexContent>	      </complexType>	</schema>	</types>	<message name='Server.echoStructArray'>    		<part name='inputArray' type='typens2:ArrayOfSOAPStruct'/>  	</message>  	<message name='Server.echoStructArrayResponse'>    		<part name='Result' type='typens2:ArrayOfSOAPStruct'/>  	</message>	<portType name="SoapInteropImport3PortType">		<operation name='echoStruct' parameterOrder='inputStruct'>    			  <input message='impns:Server.echoStruct' />      			  <output message='impns:Server.echoStructResponse' />		</operation>		<operation name='echoStructArray' parameterOrder='inputArray'>    			  <input message='wsdlns:Server.echoStructArray' />      			  <output message='wsdlns:Server.echoStructArrayResponse' />		</operation>	</portType>		<binding name="SoapInteropImport3Binding" type="wsdlns:SoapInteropImport3PortType">		<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>		<operation name="echoStruct">			<soap:operation soapAction="http://soapinterop.org/"/>			<input>				<soap:body use="encoded" namespace="http://soapinterop/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>			</input>			<output>				<soap:body use="encoded" namespace="http://soapinterop/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>			</output>		</operation>		<operation name="echoStructArray">			<soap:operation soapAction="http://soapinterop.org/"/>			<input>				<soap:body use="encoded" namespace="http://soapinterop/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>			</input>			<output>				<soap:body use="encoded" namespace="http://soapinterop/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>			</output>		</operation>	</binding>	<service name="Import3">		<port name="SoapInteropImport3Port" binding="wsdlns:SoapInteropImport3Binding">			<soap:address location="round3_groupD_import3.inc"/>		</port>	</service></definitions>

⌨️ 快捷键说明

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