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

📄 soap12-test.wsdl

📁 Java有关XML编程需要用到axis 的源代码 把里面bin下的包导入相应的Java工程 进行使用
💻 WSDL
📖 第 1 页 / 共 2 页
字号:
		<!-- 3.4.3 echoStructArray rpc operation -->		<operation name="echoStructArray" parameterOrder="inputStructArray">			<input message="tns:echoStructArrayRequest" name="echoStructArray"/>			<output message="tns:echoStructArrayResponse" name="echoStructArrayResponse"/>		</operation>		<!-- 3.4.4 echoStructAsSimpleTypes rpc operation -->		<operation name="echoStructAsSimpleTypes" parameterOrder="inputStruct outputString outputInteger outputFloat">			<input message="tns:echoStructAsSimpleTypesRequest"/>			<output message="tns:echoStructAsSimpleTypesResponse"/>		</operation>		<!-- 3.4.5 echoSimpleTypesAsStruct rpc operation -->		<operation name="echoSimpleTypesAsStruct" parameterOrder="inputString inputInteger inputFloat">			<input message="tns:echoSimpleTypesAsStructRequest"/>			<output message="tns:echoSimpleTypesAsStructResponse"/>		</operation>		<!-- 3.4.6 echoNestedStruct rpc operation -->		<operation name="echoNestedStruct" parameterOrder="inputStruct">			<input message="tns:echoNestedStructRequest"/>			<output message="tns:echoNestedStructResponse"/>		</operation>		<!-- 3.4.7 echoNestedArray rpc operation -->		<operation name="echoNestedArray" parameterOrder="inputStruct">			<input message="tns:echoNestedArrayRequest"/>			<output message="tns:echoNestedArrayResponse"/>		</operation>		<!-- 3.4.8 echoFloatArray rpc operation -->		<operation name="echoFloatArray" parameterOrder="inputFloatArray">			<input message="tns:echoFloatArrayRequest" name="echoFloatArray"/>			<output message="tns:echoFloatArrayResponse" name="echoFloatArrayResponse"/>		</operation>		<!-- 3.4.9 echoStringArray rpc operation -->		<operation name="echoStringArray" parameterOrder="inputStringArray">			<input message="tns:echoStringArrayRequest" name="echoStringArray"/>			<output message="tns:echoStringArrayResponse" name="echoStringArrayResponse"/>		</operation>		<!-- 3.4.10 echoIntegerArray rpc operation -->		<operation name="echoIntegerArray" parameterOrder="inputIntegerArray">			<input message="tns:echoIntegerArrayRequest" name="echoIntegerArray"/>			<output message="tns:echoIntegerArrayResponse" name="echoIntegerArrayResponse"/>		</operation>		<!-- 3.4.11 echoBase64 rpc operation -->		<operation name="echoBase64" parameterOrder="inputBase64">			<input message="tns:echoBase64Request" name="echoBase64"/>			<output message="tns:echoBase64Response" name="echoBase64Response"/>		</operation>		<!-- 3.4.12 echoBoolean rpc operation -->		<operation name="echoBoolean" parameterOrder="inputBoolean">			<input message="tns:echoBooleanRequest" name="echoBoolean"/>			<output message="tns:echoBooleanResponse" name="echoBooleanResponse"/>		</operation>		<!-- 3.4.13 echoDate rpc operation -->		<operation name="echoDate" parameterOrder="inputDate">			<input message="tns:echoDateRequest" name="echoDate"/>			<output message="tns:echoDateResponse" name="echoDateResponse"/>		</operation>		<!-- 3.4.14 echoDecimal rpc operation -->		<operation name="echoDecimal" parameterOrder="inputDecimal">			<input message="tns:echoDecimalRequest" name="echoDecimal"/>			<output message="tns:echoDecimalResponse" name="echoDecimalResponse"/>		</operation>		<!-- 3.4.15 echoFloat rpc operation -->		<operation name="echoFloat" parameterOrder="inputFloat">			<input message="tns:echoFloatRequest" name="echoFloat"/>			<output message="tns:echoFloatResponse" name="echoFloatResponse"/>		</operation>		<!-- 3.4.16 echoString rpc operation -->		<operation name="echoString" parameterOrder="inputString">			<input message="tns:echoStringRequest" name="echoString"/>			<output message="tns:echoStringResponse" name="echoStringResponse"/>		</operation>		<!-- 3.4.17 countItems rpc operation -->		<operation name="countItems" parameterOrder="inputStringArray">			<input message="tns:countItemsRequest" name="countItems"/>			<output message="tns:countItemsResponse" name="countItemsResponse"/>		</operation>		<!-- 3.4.18 isNil rpc operation -->		<operation name="isNil" parameterOrder="inputString">			<input message="tns:isNilRequest" name="isNil"/>			<output message="tns:isNilResponse" name="isNilResponse"/>		</operation>	</portType>  	<binding name="Soap12TestDocBinding" type="tns:Soap12TestPortTypeDoc">    		<soap12:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />    		<operation name="emptyBody">      			<soap12:operation/>      			<input>        			<soap12:body use="literal" />        			<soap12:header message="tns:echoOkRequest" part="echoOk" use="literal" />      			</input>      			<output>        			<soap12:body use="literal" />        			<soap12:header message="tns:echoOkResponse" part="responseOk" use="literal" />      			</output>    		</operation>    		<operation name="echoOk">      			<soap12:operation/>      			<input>        			<soap12:body use="literal" />        			<soap12:header message="tns:echoOkRequest" part="echoOk" use="literal" />      			</input>      			<output>        			<soap12:body use="literal" />        			<soap12:header message="tns:echoOkResponse" part="responseOk" use="literal" />      			</output>    		</operation>	</binding>	<binding name="Soap12TestRpcBinding" type="tns:Soap12TestPortTypeRpc">		<soap12:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>		<!-- 3.4.1 returnVoid rpc operation -->		<operation name="returnVoid">			<soap12:operation/>			<input>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</input>			<output>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</output>		</operation>		<!-- 3.4.2 echoStruct rpc operation -->		<operation name="echoStruct">			<soap12:operation/>			<input>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</input>			<output>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</output>		</operation>		<!-- 3.4.3 echoStructArray rpc operation -->		<operation name="echoStructArray">			<soap12:operation/>			<input>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</input>			<output>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</output>		</operation>		<!-- 3.4.4 echoStructAsSimpleTypes rpc operation -->		<operation name="echoStructAsSimpleTypes">			<soap12:operation/>			<input>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</input>			<output>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</output>		</operation>		<!-- 3.4.5 echoSimpleTypesAsStruct rpc operation -->		<operation name="echoSimpleTypesAsStruct">			<soap12:operation/>			<input>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</input>			<output>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</output>		</operation>		<!-- 3.4.6 echoNestedStruct rpc operation -->		<operation name="echoNestedStruct">			<soap12:operation/>			<input>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</input>			<output>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</output>		</operation>		<!-- 3.4.7 echoNestedArray rpc operation -->		<operation name="echoNestedArray">			<soap12:operation/>			<input>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</input>			<output>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</output>		</operation>		<!-- 3.4.8 echoFloatArray rpc operation -->		<operation name="echoFloatArray">			<soap12:operation/>			<input>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</input>			<output>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</output>		</operation>		<!-- 3.4.9 echoStringArray rpc operation -->		<operation name="echoStringArray">			<soap12:operation/>			<input>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</input>			<output>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</output>		</operation>		<!-- 3.4.10 echoIntegerArray rpc operation -->		<operation name="echoIntegerArray">			<soap12:operation/>			<input>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</input>			<output>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</output>		</operation>		<!-- 3.4.11 echoBase64 rpc operation -->		<operation name="echoBase64">			<soap12:operation/>			<input>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</input>			<output>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</output>		</operation>		<!-- 3.4.12 echoBoolean rpc operation -->		<operation name="echoBoolean">			<soap12:operation/>			<input>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</input>			<output>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</output>		</operation>		<!-- 3.4.13 echoDate rpc operation -->		<operation name="echoDate">			<soap12:operation/>			<input>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</input>			<output>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</output>		</operation>		<!-- 3.4.14 echoDecimal rpc operation -->		<operation name="echoDecimal">			<soap12:operation/>			<input>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</input>			<output>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</output>		</operation>		<!-- 3.4.15 echoFloat rpc operation -->		<operation name="echoFloat">			<soap12:operation/>			<input>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</input>			<output>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</output>		</operation>		<!-- 3.4.16 echoString rpc operation -->		<operation name="echoString">			<soap12:operation/>			<input>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>				<soap12:header use="encoded" message="tns:DataHolder_Request" part="DataHolder" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</input>			<output>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>				<soap12:header use="encoded" message="tns:DataHolder_Response" part="DataHolder" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</output>		</operation>		<!-- 3.4.17 countItems rpc operation -->		<operation name="countItems">			<soap12:operation/>			<input>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</input>			<output>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</output>		</operation>		<!-- 3.4.18 isNil rpc operation -->		<operation name="isNil">			<soap12:operation/>			<input>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</input>			<output>				<soap12:body use="encoded" namespace="http://example.org/ts-tests" encodingStyle="http://www.w3.org/2003/05/soap-encoding"/>			</output>		</operation>	</binding>	<service name="WhiteMesaSoap12TestSvc">        <!--  		<port name="Soap12TestDocPort" binding="tns:Soap12TestDocBinding">    			<soap12:address location="http://www.whitemesa.net/soap12/test-doc"/>  		</port>  		<port name="Soap12TestRpcPort" binding="tns:Soap12TestRpcBinding">    			<soap12:address location="http://www.whitemesa.net/soap12/test-rpc"/>  		</port>        -->        <port name="Soap12TestDocPort" binding="tns:Soap12TestDocBinding">              <soap12:address location="http://localhost:8080/axis/services/Soap12TestDocPort"/>        </port>        <port name="Soap12TestRpcPort" binding="tns:Soap12TestRpcBinding">              <soap12:address location="http://localhost:8080/axis/services/Soap12TestRpcPort"/>        </port>	</service></definitions>

⌨️ 快捷键说明

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