Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.94 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- May 30, 2006 -->
  3. <wsdl:definitions
  4.   name="parlayx_sms_notification_interface"
  5.   targetNamespace="http://www.csapi.org/wsdl/parlayx/sms/notification/v2_2/interface"
  6.   xmlns="http://schemas.xmlsoap.org/wsdl/"
  7.   xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
  8.   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  9.   xmlns:parlayx_sms_notification="http://www.csapi.org/wsdl/parlayx/sms/notification/v2_2/interface"
  10.   xmlns:parlayx_sms_xsd="http://www.csapi.org/schema/parlayx/sms/v2_2"
  11.   xmlns:parlayx_common_xsd="http://www.csapi.org/schema/parlayx/common/v2_1"
  12.   xmlns:parlayx_sms_notification_local_xsd="http://www.csapi.org/schema/parlayx/sms/notification/v2_2/local">
  13.  
  14.    <wsdl:types>
  15.       <xsd:schema elementFormDefault="qualified" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.csapi.org/schema/parlayx/sms/notification/v2_2/local">
  16.          <xsd:import namespace="http://www.csapi.org/schema/parlayx/sms/v2_2" schemaLocation="parlayx_sms_types_2_2.xsd"/>
  17.          <xsd:import namespace="http://www.csapi.org/schema/parlayx/common/v2_1" schemaLocation="parlayx_common_types_2_1.xsd"/>
  18.  
  19.          <xsd:element name="notifySmsReception" type="parlayx_sms_notification_local_xsd:notifySmsReception"/>
  20.          <xsd:complexType name="notifySmsReception">
  21.             <xsd:sequence>
  22.                <xsd:element name="correlator" type="xsd:string"/>
  23.                <xsd:element name="message" type="parlayx_sms_xsd:SmsMessage"/>
  24.             </xsd:sequence>
  25.          </xsd:complexType>
  26.  
  27.          <xsd:element name="notifySmsReceptionResponse" type="parlayx_sms_notification_local_xsd:notifySmsReceptionResponse"/>
  28.          <xsd:complexType name="notifySmsReceptionResponse">
  29.             <xsd:sequence/>
  30.          </xsd:complexType>
  31.  
  32.          <xsd:element name="notifySmsDeliveryReceipt" type="parlayx_sms_notification_local_xsd:notifySmsDeliveryReceipt"/>
  33.          <xsd:complexType name="notifySmsDeliveryReceipt">
  34.             <xsd:sequence>
  35.                <xsd:element name="correlator" type="xsd:string"/>
  36.                <xsd:element name="deliveryStatus" type="parlayx_sms_xsd:DeliveryInformation"/>
  37.             </xsd:sequence>
  38.          </xsd:complexType>
  39.  
  40.          <xsd:element name="notifySmsDeliveryReceiptResponse" type="parlayx_sms_notification_local_xsd:notifySmsDeliveryReceiptResponse"/>
  41.          <xsd:complexType name="notifySmsDeliveryReceiptResponse">
  42.             <xsd:sequence/>
  43.          </xsd:complexType>
  44.       </xsd:schema>
  45.    </wsdl:types>
  46.  
  47.    <wsdl:message name="SmsNotification_notifySmsReceptionRequest">
  48.       <wsdl:part name="parameters" element="parlayx_sms_notification_local_xsd:notifySmsReception"/>
  49.    </wsdl:message>
  50.  
  51.    <wsdl:message name="SmsNotification_notifySmsReceptionResponse">
  52.       <wsdl:part name="result" element="parlayx_sms_notification_local_xsd:notifySmsReceptionResponse"/>
  53.    </wsdl:message>
  54.  
  55.    <wsdl:message name="SmsNotification_notifySmsDeliveryReceiptRequest">
  56.       <wsdl:part name="parameters" element="parlayx_sms_notification_local_xsd:notifySmsDeliveryReceipt"/>
  57.    </wsdl:message>
  58.  
  59.    <wsdl:message name="SmsNotification_notifySmsDeliveryReceiptResponse">
  60.       <wsdl:part name="result" element="parlayx_sms_notification_local_xsd:notifySmsDeliveryReceiptResponse"/>
  61.    </wsdl:message>
  62.  
  63.    <wsdl:portType name="SmsNotification">
  64.       <wsdl:operation name="notifySmsReception">
  65.          <wsdl:input message="parlayx_sms_notification:SmsNotification_notifySmsReceptionRequest"/>
  66.          <wsdl:output message="parlayx_sms_notification:SmsNotification_notifySmsReceptionResponse"/>
  67.       </wsdl:operation>
  68.  
  69.       <wsdl:operation name="notifySmsDeliveryReceipt">
  70.          <wsdl:input message="parlayx_sms_notification:SmsNotification_notifySmsDeliveryReceiptRequest"/>
  71.          <wsdl:output message="parlayx_sms_notification:SmsNotification_notifySmsDeliveryReceiptResponse"/>
  72.       </wsdl:operation>
  73.    </wsdl:portType>
  74. </wsdl:definitions>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement