ws-resourcelifetime_service.wsdl

来自「使用eclipse集成GT4插件环境」· WSDL 代码 · 共 13 行

WSDL
13
字号
<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions name="WS-ResourceLifetime" targetNamespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-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-ResourceLifetime-1.2-draft-01.wsdl/bindings">  <wsdl:import namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.wsdl/bindings" location="WS-ResourceLifetime_bindings.wsdl"/>  <wsdl:service name="WS-ResourceLifetimeService">    <wsdl:port name="ImmediateResourceTerminationPort" binding="binding:ImmediateResourceTerminationSOAPBinding">      <soap:address location="http://localhost:8080/wsrf/services/"/>    </wsdl:port>    <wsdl:port name="ScheduledResourceTerminationPort" binding="binding:ScheduledResourceTerminationSOAPBinding">      <soap:address location="http://localhost:8080/wsrf/services/"/>    </wsdl:port>  </wsdl:service></wsdl:definitions>

⌨️ 快捷键说明

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