⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 counter_notification_service.wsdl

📁 factorization.zip
💻 WSDL
字号:
<?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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -