testrpcservice.wsdl
来自「globus4.0.4在windows平台下的安装程序」· WSDL 代码 · 共 45 行
WSDL
45 行
<?xml version="1.0" encoding="UTF-8"?><!-- Portions of this file Copyright 1999-2005 University of Chicago Portions of this file Copyright 1999-2005 The University of Southern California. This file or a portion of this file is licensed under the terms of the Globus Toolkit Public License, found at http://www.globus.org/toolkit/download/license.html. If you redistribute this file, with or without modifications, you must include this notice in the file.--><wsdl:definitions targetNamespace="http://129.215.30.251:8080/wsrf/services/TestRPCService" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://129.215.30.251:8080/wsrf/services/TestRPCService" xmlns:intf="http://129.215.30.251:8080/wsrf/services/TestRPCService" 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 created by Apache Axis version: 1.2RC2Built on Jan 25, 2005 (02:00:55 EST)--> <wsdl:message name="helloRequest"> <wsdl:part name="a1" type="soapenc:string"/> <wsdl:part name="a2" type="soapenc:string"/> </wsdl:message> <wsdl:message name="helloResponse"> <wsdl:part name="helloReturn" type="soapenc:string"/> </wsdl:message> <wsdl:portType name="RPCService"> <wsdl:operation name="hello" parameterOrder="a1 a2"> <wsdl:input message="intf:helloRequest" name="helloRequest"/> <wsdl:output message="intf:helloResponse" name="helloResponse"/> </wsdl:operation> </wsdl:portType> <wsdl:binding name="TestRPCServiceSoapBinding" type="intf:RPCService"> <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="hello"> <wsdlsoap:operation soapAction=""/> <wsdl:input name="helloRequest"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://handlers.wsrf.globus.org" use="encoded"/> </wsdl:input> <wsdl:output name="helloResponse"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://129.215.30.251:8080/wsrf/services/TestRPCService" use="encoded"/> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="RPCServiceService"> <wsdl:port binding="intf:TestRPCServiceSoapBinding" name="TestRPCService"> <wsdlsoap:address location="http://129.215.30.251:8080/wsrf/services/TestRPCService"/> </wsdl:port> </wsdl:service></wsdl:definitions>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?