ws-servicegroup_service.wsdl
来自「globus4.0.4在windows平台下的安装程序」· WSDL 代码 · 共 16 行
WSDL
16 行
<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions name="ServiceGroup" targetNamespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ServiceGroup-1.2-draft-01.wsdl/service" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:binding="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ServiceGroup-1.2-draft-01.wsdl/bindings"> <wsdl:import namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ServiceGroup-1.2-draft-01.wsdl/bindings" location="WS-ServiceGroup_bindings.wsdl"/> <wsdl:service name="ServiceGroupService"> <wsdl:port name="ServiceGroupEntryPort" binding="binding:ServiceGroupEntrySOAPBinding"> <soap:address location="http://localhost:8080/wsrf/services/"/> </wsdl:port> <wsdl:port name="ServiceGroupPort" binding="binding:ServiceGroupSOAPBinding"> <soap:address location="http://localhost:8080/wsrf/services/"/> </wsdl:port> <wsdl:port name="ServiceGroupRegistrationPort" binding="binding:ServiceGroupRegistrationSOAPBinding"> <soap:address location="http://localhost:8080/wsrf/services/"/> </wsdl:port> </wsdl:service></wsdl:definitions>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?