counter_notification_service.wsdl

来自「factorization.zip」· WSDL 代码 · 共 39 行

WSDL
39
字号
<?xml version="1.0" encoding="UTF-8"?>
<definitions name="CounterNotificationDefinition"
  targetNamespace="http://samples.ogsa.globus.org/extension/counter_notification"
  xmlns="http://schemas.xmlsoap.org/wsdl/"
  xmlns:counter-bindings="http://samples.ogsa.globus.org/counter/counter_bindings"
  xmlns:grid-service-bindings="http://ogsa.gridforum.org/service/grid_service_bindings"
  xmlns:notification-bindings="http://ogsa.gridforum.org/notification/notification_source_bindings"
  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">

<import location="../../samples/counter/counter_bindings.wsdl"
        namespace="http://samples.ogsa.globus.org/counter/counter_bindings"/>

<import location="../../core/notification/notification_source_bindings.wsdl"
        namespace="http://ogsa.gridforum.org/notification/notification_source_bindings"/>

<import location="../../core/service/grid_service_bindings.wsdl"
        namespace="http://ogsa.gridforum.org/service/grid_service_bindings"/>

<service name="CounterNotificationService">
  <documentation>sample counter notification service demonstrating port type extension</documentation>

  <port binding="counter-bindings:CounterSOAPBinding"
        name="CounterPort">
    <soap:address location="http://localhost:8080/ogsa/services"/>
  </port>

  <port binding="notification-bindings:NotificationSourceSOAPBinding"
        name="NotificationSourcePort">
    <soap:address location="http://localhost:8080/ogsa/services"/>
  </port>

  <port binding="grid-service-bindings:GridServiceSOAPBinding"
        name="GridServicePort">
    <soap:address location="http://localhost:8080/ogsa/services"/>
  </port>
</service>

</definitions>

⌨️ 快捷键说明

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