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

📄 ctcc_terminal_status_notification_manager_interface_2_1.wsdl

📁 电信网关接口程序
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!-- July 14, 2005 -->
<wsdl:definitions
   name="terminal_status_notification_manager_interface"
   targetNamespace="http://www.chinatelecom.com.cn/wsdl/ctcc/terminal_status/notification_manager/v2_1/interface"
   xmlns="http://schemas.xmlsoap.org/wsdl/"
   xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
   xmlns:terminal_status_notification_manager="http://www.chinatelecom.com.cn/wsdl/ctcc/terminal_status/notification_manager/v2_1/interface"
   xmlns:ctcc_common_faults="http://www.chinatelecom.com.cn/wsdl/ctcc/common/v2_0/faults"
   xmlns:terminal_status_xsd="http://www.chinatelecom.com.cn/schema/ctcc/terminal_status/v2_1"
   xmlns:ctcc_common_xsd="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1"
   xmlns:terminal_status_notification_manager_local_xsd="http://www.chinatelecom.com.cn/schema/ctcc/terminal_status/notification_manager/v2_1/local">

   <wsdl:import namespace="http://www.chinatelecom.com.cn/wsdl/ctcc/common/v2_0/faults" location="ctcc_common_faults_2_0.wsdl"/>

   <wsdl:types>
      <xsd:schema elementFormDefault="qualified" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.chinatelecom.com.cn/schema/ctcc/terminal_status/notification_manager/v2_1/local">
         <xsd:import namespace="http://www.chinatelecom.com.cn/schema/ctcc/terminal_status/v2_1" schemaLocation="ctcc_terminal_status_types_2_1.xsd"/>
         <xsd:import namespace="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1" schemaLocation="ctcc_common_types_2_1.xsd"/>

         <xsd:element name="startNotification" type="terminal_status_notification_manager_local_xsd:startNotification"/>
         <xsd:complexType name="startNotification">
            <xsd:sequence>
               <xsd:element name="reference" type="ctcc_common_xsd:SimpleReference"/>
               <xsd:element name="addresses" type="xsd:anyURI" minOccurs="1" maxOccurs="unbounded"/>
               <xsd:element name="criteria" type="terminal_status_xsd:Status" minOccurs="1" maxOccurs="unbounded"/>
               <xsd:element name="checkImmediate" type="xsd:boolean"/>
               <xsd:element name="frequency" type="ctcc_common_xsd:TimeMetric"/>
               <xsd:element name="duration" type="ctcc_common_xsd:TimeMetric" minOccurs="0" maxOccurs="1"/>
               <xsd:element name="count" type="xsd:int" minOccurs="0" maxOccurs="1"/>
            </xsd:sequence>
         </xsd:complexType>

         <xsd:element name="startNotificationResponse" type="terminal_status_notification_manager_local_xsd:startNotificationResponse"/>
         <xsd:complexType name="startNotificationResponse">
            <xsd:sequence/>
         </xsd:complexType>

         <xsd:element name="endNotification" type="terminal_status_notification_manager_local_xsd:endNotification"/>
         <xsd:complexType name="endNotification">
            <xsd:sequence>
               <xsd:element name="correlator" type="xsd:string"/>
            </xsd:sequence>
         </xsd:complexType>

         <xsd:element name="endNotificationResponse" type="terminal_status_notification_manager_local_xsd:endNotificationResponse"/>
         <xsd:complexType name="endNotificationResponse">
            <xsd:sequence/>
         </xsd:complexType>
      </xsd:schema>
   </wsdl:types>

   <wsdl:message name="TerminalStatusNotificationManager_startNotificationRequest">
      <wsdl:part name="parameters" element="terminal_status_notification_manager_local_xsd:startNotification"/>
   </wsdl:message>

   <wsdl:message name="TerminalStatusNotificationManager_startNotificationResponse">
      <wsdl:part name="result" element="terminal_status_notification_manager_local_xsd:startNotificationResponse"/>
   </wsdl:message>

   <wsdl:message name="TerminalStatusNotificationManager_endNotificationRequest">
      <wsdl:part name="parameters" element="terminal_status_notification_manager_local_xsd:endNotification"/>
   </wsdl:message>

   <wsdl:message name="TerminalStatusNotificationManager_endNotificationResponse">
      <wsdl:part name="result" element="terminal_status_notification_manager_local_xsd:endNotificationResponse"/>
   </wsdl:message>

   <wsdl:portType name="TerminalStatusNotificationManager">
      <wsdl:operation name="startNotification">
         <wsdl:input message="terminal_status_notification_manager:TerminalStatusNotificationManager_startNotificationRequest"/>
         <wsdl:output message="terminal_status_notification_manager:TerminalStatusNotificationManager_startNotificationResponse"/>
         <wsdl:fault name="ServiceException" message="ctcc_common_faults:ServiceException"/>
         <wsdl:fault name="PolicyException" message="ctcc_common_faults:PolicyException"/>
      </wsdl:operation>

      <wsdl:operation name="endNotification">
         <wsdl:input message="terminal_status_notification_manager:TerminalStatusNotificationManager_endNotificationRequest"/>
         <wsdl:output message="terminal_status_notification_manager:TerminalStatusNotificationManager_endNotificationResponse"/>
         <wsdl:fault name="ServiceException" message="ctcc_common_faults:ServiceException"/>
         <wsdl:fault name="PolicyException" message="ctcc_common_faults:PolicyException"/>
      </wsdl:operation>
   </wsdl:portType>
</wsdl:definitions>

⌨️ 快捷键说明

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