basic_perf_test_bindings.wsdl
来自「globus4.0.4在windows平台下的安装程序」· WSDL 代码 · 共 26 行
WSDL
26 行
<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions name="Test" targetNamespace="http://wsrf.globus.org/tests/performance/basic/bindings" xmlns:porttype="http://wsrf.globus.org/tests/performance/basic" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:import namespace="http://wsrf.globus.org/tests/performance/basic" location="basic_perf_test_port_type.wsdl"/> <wsdl:binding name="TestPortTypeSOAPBinding" type="porttype:TestPortType"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="resourceDispatch"> <soap:operation soapAction="http://wsrf.globus.org/tests/performance/basic/TestPortType/resourceDispatchRequest"/> <wsdl:input> <soap:body use="literal"/> </wsdl:input> <wsdl:output> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="baseline"> <soap:operation soapAction="http://wsrf.globus.org/tests/performance/basic/TestPortType/baselineRequest"/> <wsdl:input> <soap:body use="literal"/> </wsdl:input> <wsdl:output> <soap:body use="literal"/> </wsdl:output> </wsdl:operation> </wsdl:binding></wsdl:definitions>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?