<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s1="http://microsoft.com/wsdl/types/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://content.k-mobile.com/v2/ws" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://content.k-mobile.com/v2/ws" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://content.k-mobile.com/v2/ws">
      <s:import namespace="http://microsoft.com/wsdl/types/" />
      <s:element name="getContentTicket">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="strBillingKey" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="intTrackingCode" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="strMobileType" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getContentTicketResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="KMWebService" nillable="true" type="tns:ServiceOuptut" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ServiceOuptut">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="ResultCode" type="tns:ServiceStatus" />
          <s:element minOccurs="0" maxOccurs="1" name="ErrorMessage" type="s:string" />
          <s:choice minOccurs="1" maxOccurs="1">
            <s:element minOccurs="0" maxOccurs="1" name="TicketData" type="tns:TicketData" />
            <s:element minOccurs="0" maxOccurs="1" name="Ticket" type="tns:ServiceTicket" />
          </s:choice>
        </s:sequence>
      </s:complexType>
      <s:simpleType name="ServiceStatus">
        <s:restriction base="s:string">
          <s:enumeration value="KO" />
          <s:enumeration value="OK" />
        </s:restriction>
      </s:simpleType>
      <s:complexType name="TicketData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Ticket" type="tns:Ticket" />
          <s:element minOccurs="0" maxOccurs="1" name="Data" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="Ticket">
        <s:complexContent mixed="false">
          <s:extension base="tns:FactoryBase">
            <s:sequence>
              <s:element minOccurs="0" maxOccurs="1" name="Content" type="tns:Content" />
              <s:element minOccurs="1" maxOccurs="1" name="IDTicket" type="s:int" />
              <s:element minOccurs="1" maxOccurs="1" name="InsertDate" type="s:dateTime" />
              <s:element minOccurs="1" maxOccurs="1" name="HitCount" type="s:int" />
              <s:element minOccurs="1" maxOccurs="1" name="ShippingStatus" type="tns:TicketStatus" />
              <s:element minOccurs="1" maxOccurs="1" name="ResultCode" type="tns:TicketResultCode" />
              <s:element minOccurs="0" maxOccurs="1" name="Referer" type="s:string" />
              <s:element minOccurs="0" maxOccurs="1" name="CatalogDisplay" type="tns:CatalogDisplay" />
              <s:element minOccurs="1" maxOccurs="1" name="MCC" type="s:int" />
              <s:element minOccurs="1" maxOccurs="1" name="MNC" type="s:int" />
            </s:sequence>
          </s:extension>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="FactoryBase" />
      <s:complexType name="Content">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="IDContent" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="ContentName" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ContentGroup" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="ContentType" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="TrackingCode" type="tns:TrackingCode" />
          <s:element minOccurs="0" maxOccurs="1" name="Version" type="tns:ContentVersion" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="TrackingCode">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="Value" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="CatalogDisplay" type="tns:CatalogDisplay" />
          <s:element minOccurs="0" maxOccurs="1" name="Referer" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="CatalogDisplay">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Media" type="s:string" />
          <s:element minOccurs="1" maxOccurs="1" name="DisplayKey" type="s1:guid" />
          <s:element minOccurs="1" maxOccurs="1" name="IDLanguage" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="IsoCode" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ContentVersion">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Value" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:simpleType name="TicketStatus">
        <s:restriction base="s:string">
          <s:enumeration value="InitialStatus" />
          <s:enumeration value="HitStatus" />
          <s:enumeration value="ErrorStatus" />
          <s:enumeration value="BurntStatus" />
          <s:enumeration value="BurntAfterHitStatus" />
          <s:enumeration value="BurntAfterErrorStatus" />
        </s:restriction>
      </s:simpleType>
      <s:simpleType name="TicketResultCode">
        <s:restriction base="s:string">
          <s:enumeration value="OK" />
          <s:enumeration value="TicketException" />
          <s:enumeration value="ContentNotFound" />
          <s:enumeration value="MobileNotFound" />
          <s:enumeration value="ContentSourceNotFound" />
          <s:enumeration value="SenderNotFound" />
          <s:enumeration value="TicketBurnt" />
          <s:enumeration value="UnknownException" />
          <s:enumeration value="CorrectEncoding" />
          <s:enumeration value="EncodingException" />
          <s:enumeration value="EncodingWarning" />
          <s:enumeration value="EncodingNotAvailable" />
          <s:enumeration value="PendingDelivery" />
          <s:enumeration value="NotificationSuccess" />
          <s:enumeration value="NotificationInsufficientMemory" />
          <s:enumeration value="NotificationUserCancelled" />
          <s:enumeration value="NotificationLossOfService" />
          <s:enumeration value="NotificationJARSizeMismatch" />
          <s:enumeration value="NotificationAttributeMismatch" />
          <s:enumeration value="NotificationInvalidDescriptor" />
          <s:enumeration value="NotificationInvalidJAR" />
          <s:enumeration value="NotificationIncompatibleConfigurationOrProfile" />
          <s:enumeration value="NotificationAppAuthenticationFailure" />
          <s:enumeration value="NotificationAppAutorizationFailure" />
          <s:enumeration value="NotificationPushRegistrationFailure" />
          <s:enumeration value="NotificationDeletionNotification" />
          <s:enumeration value="NotificationRequiredPackageNotSupportedByTheDevice" />
          <s:enumeration value="NotificationInvalidDDVersion" />
          <s:enumeration value="NotificationDeviceAborted" />
          <s:enumeration value="NotificationNonAcceptableContent" />
          <s:enumeration value="NotificationLoaderError" />
        </s:restriction>
      </s:simpleType>
      <s:complexType name="ServiceTicket">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="IDTicket" type="s:int" />
          <s:element minOccurs="0" maxOccurs="1" name="URL" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Title" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Data" type="tns:datablock" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="datablock">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="block" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="PushURI">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="URI" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Title" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="SMS" type="tns:SMS" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="SMS">
        <s:sequence>
          <s:element minOccurs="1" maxOccurs="1" name="TP_PID" type="s:unsignedByte" />
          <s:element minOccurs="1" maxOccurs="1" name="TP_DCS" type="s:unsignedByte" />
          <s:element minOccurs="0" maxOccurs="1" name="TP_UD" type="tns:TPUserData" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="TPUserData">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="UDH" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="UD" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfSMS">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="SMS" nillable="true" type="tns:SMS" />
        </s:sequence>
      </s:complexType>
      <s:element name="getContentTicketEncoded">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="strBillingKey" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="intTrackingCode" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="strMobileType" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getContentTicketEncodedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="KMWebService" nillable="true" type="tns:ServiceOuptut" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getContentTicketExtended">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="strBillingKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strDisplayKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strReferer" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="IDContent" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="ContentType" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strMobileType" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getContentTicketExtendedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="KMWebService" nillable="true" type="tns:ServiceOuptut" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSendeableContentEx">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="billingKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="displayKey" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="contentID" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="contentType" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="mobileType" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="referer" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="mcc" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="mnc" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSendeableContentExResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetSendeableContentExResult" type="tns:TicketData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSendeableContentExWithVersion">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="billingKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="displayKey" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="contentID" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="contentType" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="version" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="mobileType" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="referer" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="mcc" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="mnc" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSendeableContentExWithVersionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetSendeableContentExWithVersionResult" type="tns:TicketData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSendeableContent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="billingKey" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="trackingCode" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="mobileType" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="mcc" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="mnc" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSendeableContentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetSendeableContentResult" type="tns:TicketData" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendContent">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="strBillingKey" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="intMode" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="intMCC" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="intMNC" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="intTrackingCode" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="strMobileNumber" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strMobileType" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendContentResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="KMWebService" nillable="true" type="tns:ServiceOuptut" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendContentExtended">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="strBillingKey" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="intMode" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="intMCC" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="intMNC" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="strDisplayKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strReferer" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="ContentID" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="ContentType" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strMobileNumber" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="strMobileType" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SendContentExtendedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="KMWebService" nillable="true" type="tns:ServiceOuptut" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetContentTicketFileEx">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="billingKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="displayKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="referer" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="contentID" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="contentType" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="mobileType" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetContentTicketFileExResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="KMWebService" nillable="true" type="tns:ServiceOuptut" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="KMWebService" nillable="true" type="tns:ServiceOuptut" />
      <s:element name="TicketData" nillable="true" type="tns:TicketData" />
    </s:schema>
    <s:schema elementFormDefault="qualified" targetNamespace="http://microsoft.com/wsdl/types/">
      <s:simpleType name="guid">
        <s:restriction base="s:string">
          <s:pattern value="[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" />
        </s:restriction>
      </s:simpleType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="getContentTicketSoapIn">
    <wsdl:part name="parameters" element="tns:getContentTicket" />
  </wsdl:message>
  <wsdl:message name="getContentTicketSoapOut">
    <wsdl:part name="parameters" element="tns:getContentTicketResponse" />
  </wsdl:message>
  <wsdl:message name="getContentTicketEncodedSoapIn">
    <wsdl:part name="parameters" element="tns:getContentTicketEncoded" />
  </wsdl:message>
  <wsdl:message name="getContentTicketEncodedSoapOut">
    <wsdl:part name="parameters" element="tns:getContentTicketEncodedResponse" />
  </wsdl:message>
  <wsdl:message name="getContentTicketExtendedSoapIn">
    <wsdl:part name="parameters" element="tns:getContentTicketExtended" />
  </wsdl:message>
  <wsdl:message name="getContentTicketExtendedSoapOut">
    <wsdl:part name="parameters" element="tns:getContentTicketExtendedResponse" />
  </wsdl:message>
  <wsdl:message name="GetSendeableContentExSoapIn">
    <wsdl:part name="parameters" element="tns:GetSendeableContentEx" />
  </wsdl:message>
  <wsdl:message name="GetSendeableContentExSoapOut">
    <wsdl:part name="parameters" element="tns:GetSendeableContentExResponse" />
  </wsdl:message>
  <wsdl:message name="GetSendeableContentExWithVersionSoapIn">
    <wsdl:part name="parameters" element="tns:GetSendeableContentExWithVersion" />
  </wsdl:message>
  <wsdl:message name="GetSendeableContentExWithVersionSoapOut">
    <wsdl:part name="parameters" element="tns:GetSendeableContentExWithVersionResponse" />
  </wsdl:message>
  <wsdl:message name="GetSendeableContentSoapIn">
    <wsdl:part name="parameters" element="tns:GetSendeableContent" />
  </wsdl:message>
  <wsdl:message name="GetSendeableContentSoapOut">
    <wsdl:part name="parameters" element="tns:GetSendeableContentResponse" />
  </wsdl:message>
  <wsdl:message name="SendContentSoapIn">
    <wsdl:part name="parameters" element="tns:SendContent" />
  </wsdl:message>
  <wsdl:message name="SendContentSoapOut">
    <wsdl:part name="parameters" element="tns:SendContentResponse" />
  </wsdl:message>
  <wsdl:message name="SendContentExtendedSoapIn">
    <wsdl:part name="parameters" element="tns:SendContentExtended" />
  </wsdl:message>
  <wsdl:message name="SendContentExtendedSoapOut">
    <wsdl:part name="parameters" element="tns:SendContentExtendedResponse" />
  </wsdl:message>
  <wsdl:message name="GetContentTicketFileExSoapIn">
    <wsdl:part name="parameters" element="tns:GetContentTicketFileEx" />
  </wsdl:message>
  <wsdl:message name="GetContentTicketFileExSoapOut">
    <wsdl:part name="parameters" element="tns:GetContentTicketFileExResponse" />
  </wsdl:message>
  <wsdl:message name="getContentTicketHttpGetIn">
    <wsdl:part name="strBillingKey" type="s:string" />
    <wsdl:part name="intTrackingCode" type="s:string" />
    <wsdl:part name="strMobileType" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getContentTicketHttpGetOut">
    <wsdl:part name="Body" element="tns:KMWebService" />
  </wsdl:message>
  <wsdl:message name="getContentTicketEncodedHttpGetIn">
    <wsdl:part name="strBillingKey" type="s:string" />
    <wsdl:part name="intTrackingCode" type="s:string" />
    <wsdl:part name="strMobileType" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getContentTicketEncodedHttpGetOut">
    <wsdl:part name="Body" element="tns:KMWebService" />
  </wsdl:message>
  <wsdl:message name="getContentTicketExtendedHttpGetIn">
    <wsdl:part name="strBillingKey" type="s:string" />
    <wsdl:part name="strDisplayKey" type="s:string" />
    <wsdl:part name="strReferer" type="s:string" />
    <wsdl:part name="IDContent" type="s:string" />
    <wsdl:part name="ContentType" type="s:string" />
    <wsdl:part name="strMobileType" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getContentTicketExtendedHttpGetOut">
    <wsdl:part name="Body" element="tns:KMWebService" />
  </wsdl:message>
  <wsdl:message name="GetSendeableContentExHttpGetIn">
    <wsdl:part name="billingKey" type="s:string" />
    <wsdl:part name="displayKey" type="s:string" />
    <wsdl:part name="contentID" type="s:string" />
    <wsdl:part name="contentType" type="s:string" />
    <wsdl:part name="mobileType" type="s:string" />
    <wsdl:part name="referer" type="s:string" />
    <wsdl:part name="mcc" type="s:string" />
    <wsdl:part name="mnc" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetSendeableContentExHttpGetOut">
    <wsdl:part name="Body" element="tns:TicketData" />
  </wsdl:message>
  <wsdl:message name="GetSendeableContentExWithVersionHttpGetIn">
    <wsdl:part name="billingKey" type="s:string" />
    <wsdl:part name="displayKey" type="s:string" />
    <wsdl:part name="contentID" type="s:string" />
    <wsdl:part name="contentType" type="s:string" />
    <wsdl:part name="version" type="s:string" />
    <wsdl:part name="mobileType" type="s:string" />
    <wsdl:part name="referer" type="s:string" />
    <wsdl:part name="mcc" type="s:string" />
    <wsdl:part name="mnc" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetSendeableContentExWithVersionHttpGetOut">
    <wsdl:part name="Body" element="tns:TicketData" />
  </wsdl:message>
  <wsdl:message name="GetSendeableContentHttpGetIn">
    <wsdl:part name="billingKey" type="s:string" />
    <wsdl:part name="trackingCode" type="s:string" />
    <wsdl:part name="mobileType" type="s:string" />
    <wsdl:part name="mcc" type="s:string" />
    <wsdl:part name="mnc" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetSendeableContentHttpGetOut">
    <wsdl:part name="Body" element="tns:TicketData" />
  </wsdl:message>
  <wsdl:message name="SendContentHttpGetIn">
    <wsdl:part name="strBillingKey" type="s:string" />
    <wsdl:part name="intMode" type="s:string" />
    <wsdl:part name="intMCC" type="s:string" />
    <wsdl:part name="intMNC" type="s:string" />
    <wsdl:part name="intTrackingCode" type="s:string" />
    <wsdl:part name="strMobileNumber" type="s:string" />
    <wsdl:part name="strMobileType" type="s:string" />
  </wsdl:message>
  <wsdl:message name="SendContentHttpGetOut">
    <wsdl:part name="Body" element="tns:KMWebService" />
  </wsdl:message>
  <wsdl:message name="SendContentExtendedHttpGetIn">
    <wsdl:part name="strBillingKey" type="s:string" />
    <wsdl:part name="intMode" type="s:string" />
    <wsdl:part name="intMCC" type="s:string" />
    <wsdl:part name="intMNC" type="s:string" />
    <wsdl:part name="strDisplayKey" type="s:string" />
    <wsdl:part name="strReferer" type="s:string" />
    <wsdl:part name="ContentID" type="s:string" />
    <wsdl:part name="ContentType" type="s:string" />
    <wsdl:part name="strMobileNumber" type="s:string" />
    <wsdl:part name="strMobileType" type="s:string" />
  </wsdl:message>
  <wsdl:message name="SendContentExtendedHttpGetOut">
    <wsdl:part name="Body" element="tns:KMWebService" />
  </wsdl:message>
  <wsdl:message name="GetContentTicketFileExHttpGetIn">
    <wsdl:part name="billingKey" type="s:string" />
    <wsdl:part name="displayKey" type="s:string" />
    <wsdl:part name="referer" type="s:string" />
    <wsdl:part name="contentID" type="s:string" />
    <wsdl:part name="contentType" type="s:string" />
    <wsdl:part name="mobileType" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetContentTicketFileExHttpGetOut">
    <wsdl:part name="Body" element="tns:KMWebService" />
  </wsdl:message>
  <wsdl:message name="getContentTicketHttpPostIn">
    <wsdl:part name="strBillingKey" type="s:string" />
    <wsdl:part name="intTrackingCode" type="s:string" />
    <wsdl:part name="strMobileType" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getContentTicketHttpPostOut">
    <wsdl:part name="Body" element="tns:KMWebService" />
  </wsdl:message>
  <wsdl:message name="getContentTicketEncodedHttpPostIn">
    <wsdl:part name="strBillingKey" type="s:string" />
    <wsdl:part name="intTrackingCode" type="s:string" />
    <wsdl:part name="strMobileType" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getContentTicketEncodedHttpPostOut">
    <wsdl:part name="Body" element="tns:KMWebService" />
  </wsdl:message>
  <wsdl:message name="getContentTicketExtendedHttpPostIn">
    <wsdl:part name="strBillingKey" type="s:string" />
    <wsdl:part name="strDisplayKey" type="s:string" />
    <wsdl:part name="strReferer" type="s:string" />
    <wsdl:part name="IDContent" type="s:string" />
    <wsdl:part name="ContentType" type="s:string" />
    <wsdl:part name="strMobileType" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getContentTicketExtendedHttpPostOut">
    <wsdl:part name="Body" element="tns:KMWebService" />
  </wsdl:message>
  <wsdl:message name="GetSendeableContentExHttpPostIn">
    <wsdl:part name="billingKey" type="s:string" />
    <wsdl:part name="displayKey" type="s:string" />
    <wsdl:part name="contentID" type="s:string" />
    <wsdl:part name="contentType" type="s:string" />
    <wsdl:part name="mobileType" type="s:string" />
    <wsdl:part name="referer" type="s:string" />
    <wsdl:part name="mcc" type="s:string" />
    <wsdl:part name="mnc" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetSendeableContentExHttpPostOut">
    <wsdl:part name="Body" element="tns:TicketData" />
  </wsdl:message>
  <wsdl:message name="GetSendeableContentExWithVersionHttpPostIn">
    <wsdl:part name="billingKey" type="s:string" />
    <wsdl:part name="displayKey" type="s:string" />
    <wsdl:part name="contentID" type="s:string" />
    <wsdl:part name="contentType" type="s:string" />
    <wsdl:part name="version" type="s:string" />
    <wsdl:part name="mobileType" type="s:string" />
    <wsdl:part name="referer" type="s:string" />
    <wsdl:part name="mcc" type="s:string" />
    <wsdl:part name="mnc" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetSendeableContentExWithVersionHttpPostOut">
    <wsdl:part name="Body" element="tns:TicketData" />
  </wsdl:message>
  <wsdl:message name="GetSendeableContentHttpPostIn">
    <wsdl:part name="billingKey" type="s:string" />
    <wsdl:part name="trackingCode" type="s:string" />
    <wsdl:part name="mobileType" type="s:string" />
    <wsdl:part name="mcc" type="s:string" />
    <wsdl:part name="mnc" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetSendeableContentHttpPostOut">
    <wsdl:part name="Body" element="tns:TicketData" />
  </wsdl:message>
  <wsdl:message name="SendContentHttpPostIn">
    <wsdl:part name="strBillingKey" type="s:string" />
    <wsdl:part name="intMode" type="s:string" />
    <wsdl:part name="intMCC" type="s:string" />
    <wsdl:part name="intMNC" type="s:string" />
    <wsdl:part name="intTrackingCode" type="s:string" />
    <wsdl:part name="strMobileNumber" type="s:string" />
    <wsdl:part name="strMobileType" type="s:string" />
  </wsdl:message>
  <wsdl:message name="SendContentHttpPostOut">
    <wsdl:part name="Body" element="tns:KMWebService" />
  </wsdl:message>
  <wsdl:message name="SendContentExtendedHttpPostIn">
    <wsdl:part name="strBillingKey" type="s:string" />
    <wsdl:part name="intMode" type="s:string" />
    <wsdl:part name="intMCC" type="s:string" />
    <wsdl:part name="intMNC" type="s:string" />
    <wsdl:part name="strDisplayKey" type="s:string" />
    <wsdl:part name="strReferer" type="s:string" />
    <wsdl:part name="ContentID" type="s:string" />
    <wsdl:part name="ContentType" type="s:string" />
    <wsdl:part name="strMobileNumber" type="s:string" />
    <wsdl:part name="strMobileType" type="s:string" />
  </wsdl:message>
  <wsdl:message name="SendContentExtendedHttpPostOut">
    <wsdl:part name="Body" element="tns:KMWebService" />
  </wsdl:message>
  <wsdl:message name="GetContentTicketFileExHttpPostIn">
    <wsdl:part name="billingKey" type="s:string" />
    <wsdl:part name="displayKey" type="s:string" />
    <wsdl:part name="referer" type="s:string" />
    <wsdl:part name="contentID" type="s:string" />
    <wsdl:part name="contentType" type="s:string" />
    <wsdl:part name="mobileType" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetContentTicketFileExHttpPostOut">
    <wsdl:part name="Body" element="tns:KMWebService" />
  </wsdl:message>
  <wsdl:portType name="SendServiceSoap">
    <wsdl:operation name="getContentTicket">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">generate a downloadable ticket for a (tracked)content and return a pushable URL</documentation>
      <wsdl:input message="tns:getContentTicketSoapIn" />
      <wsdl:output message="tns:getContentTicketSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getContentTicketEncoded">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">generate a downloadable ticket for a (tracked)content and return a WAP SI encoded URL</documentation>
      <wsdl:input message="tns:getContentTicketEncodedSoapIn" />
      <wsdl:output message="tns:getContentTicketEncodedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getContentTicketExtended">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">generate a downloadable ticket for a content with full tracked parameters and return an URL</documentation>
      <wsdl:input message="tns:getContentTicketExtendedSoapIn" />
      <wsdl:output message="tns:getContentTicketExtendedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSendeableContentEx">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Get ready-to-send encoded data with full tracked parameters.</documentation>
      <wsdl:input message="tns:GetSendeableContentExSoapIn" />
      <wsdl:output message="tns:GetSendeableContentExSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSendeableContentExWithVersion">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Get ready-to-send encoded data with full tracked parameters.</documentation>
      <wsdl:input message="tns:GetSendeableContentExWithVersionSoapIn" />
      <wsdl:output message="tns:GetSendeableContentExWithVersionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSendeableContent">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Get ready-to-send encoded data.</documentation>
      <wsdl:input message="tns:GetSendeableContentSoapIn" />
      <wsdl:output message="tns:GetSendeableContentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SendContent">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Send to a User Mobile the (traked)content</documentation>
      <wsdl:input message="tns:SendContentSoapIn" />
      <wsdl:output message="tns:SendContentSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="SendContentExtended">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Send to a User Mobile the content with full tracked parameters</documentation>
      <wsdl:input message="tns:SendContentExtendedSoapIn" />
      <wsdl:output message="tns:SendContentExtendedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetContentTicketFileEx">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">[OBSOLETE] Delivrated a ready to use  Tmp File for a specified content/Mobile</documentation>
      <wsdl:input message="tns:GetContentTicketFileExSoapIn" />
      <wsdl:output message="tns:GetContentTicketFileExSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="SendServiceHttpGet">
    <wsdl:operation name="getContentTicket">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">generate a downloadable ticket for a (tracked)content and return a pushable URL</documentation>
      <wsdl:input message="tns:getContentTicketHttpGetIn" />
      <wsdl:output message="tns:getContentTicketHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getContentTicketEncoded">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">generate a downloadable ticket for a (tracked)content and return a WAP SI encoded URL</documentation>
      <wsdl:input message="tns:getContentTicketEncodedHttpGetIn" />
      <wsdl:output message="tns:getContentTicketEncodedHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getContentTicketExtended">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">generate a downloadable ticket for a content with full tracked parameters and return an URL</documentation>
      <wsdl:input message="tns:getContentTicketExtendedHttpGetIn" />
      <wsdl:output message="tns:getContentTicketExtendedHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSendeableContentEx">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Get ready-to-send encoded data with full tracked parameters.</documentation>
      <wsdl:input message="tns:GetSendeableContentExHttpGetIn" />
      <wsdl:output message="tns:GetSendeableContentExHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSendeableContentExWithVersion">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Get ready-to-send encoded data with full tracked parameters.</documentation>
      <wsdl:input message="tns:GetSendeableContentExWithVersionHttpGetIn" />
      <wsdl:output message="tns:GetSendeableContentExWithVersionHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSendeableContent">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Get ready-to-send encoded data.</documentation>
      <wsdl:input message="tns:GetSendeableContentHttpGetIn" />
      <wsdl:output message="tns:GetSendeableContentHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="SendContent">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Send to a User Mobile the (traked)content</documentation>
      <wsdl:input message="tns:SendContentHttpGetIn" />
      <wsdl:output message="tns:SendContentHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="SendContentExtended">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Send to a User Mobile the content with full tracked parameters</documentation>
      <wsdl:input message="tns:SendContentExtendedHttpGetIn" />
      <wsdl:output message="tns:SendContentExtendedHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetContentTicketFileEx">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">[OBSOLETE] Delivrated a ready to use  Tmp File for a specified content/Mobile</documentation>
      <wsdl:input message="tns:GetContentTicketFileExHttpGetIn" />
      <wsdl:output message="tns:GetContentTicketFileExHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="SendServiceHttpPost">
    <wsdl:operation name="getContentTicket">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">generate a downloadable ticket for a (tracked)content and return a pushable URL</documentation>
      <wsdl:input message="tns:getContentTicketHttpPostIn" />
      <wsdl:output message="tns:getContentTicketHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getContentTicketEncoded">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">generate a downloadable ticket for a (tracked)content and return a WAP SI encoded URL</documentation>
      <wsdl:input message="tns:getContentTicketEncodedHttpPostIn" />
      <wsdl:output message="tns:getContentTicketEncodedHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getContentTicketExtended">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">generate a downloadable ticket for a content with full tracked parameters and return an URL</documentation>
      <wsdl:input message="tns:getContentTicketExtendedHttpPostIn" />
      <wsdl:output message="tns:getContentTicketExtendedHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSendeableContentEx">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Get ready-to-send encoded data with full tracked parameters.</documentation>
      <wsdl:input message="tns:GetSendeableContentExHttpPostIn" />
      <wsdl:output message="tns:GetSendeableContentExHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSendeableContentExWithVersion">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Get ready-to-send encoded data with full tracked parameters.</documentation>
      <wsdl:input message="tns:GetSendeableContentExWithVersionHttpPostIn" />
      <wsdl:output message="tns:GetSendeableContentExWithVersionHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSendeableContent">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Get ready-to-send encoded data.</documentation>
      <wsdl:input message="tns:GetSendeableContentHttpPostIn" />
      <wsdl:output message="tns:GetSendeableContentHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="SendContent">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Send to a User Mobile the (traked)content</documentation>
      <wsdl:input message="tns:SendContentHttpPostIn" />
      <wsdl:output message="tns:SendContentHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="SendContentExtended">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">Send to a User Mobile the content with full tracked parameters</documentation>
      <wsdl:input message="tns:SendContentExtendedHttpPostIn" />
      <wsdl:output message="tns:SendContentExtendedHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetContentTicketFileEx">
      <documentation xmlns="http://schemas.xmlsoap.org/wsdl/">[OBSOLETE] Delivrated a ready to use  Tmp File for a specified content/Mobile</documentation>
      <wsdl:input message="tns:GetContentTicketFileExHttpPostIn" />
      <wsdl:output message="tns:GetContentTicketFileExHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="SendServiceSoap" type="tns:SendServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="getContentTicket">
      <soap:operation soapAction="http://content.k-mobile.com/v2/ws/getContentTicket" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getContentTicketEncoded">
      <soap:operation soapAction="http://content.k-mobile.com/v2/ws/getContentTicketEncoded" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getContentTicketExtended">
      <soap:operation soapAction="http://content.k-mobile.com/v2/ws/getContentTicketExtended" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSendeableContentEx">
      <soap:operation soapAction="http://content.k-mobile.com/v2/ws/GetSendeableContentEx" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSendeableContentExWithVersion">
      <soap:operation soapAction="http://content.k-mobile.com/v2/ws/GetSendeableContentExWithVersion" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSendeableContent">
      <soap:operation soapAction="http://content.k-mobile.com/v2/ws/GetSendeableContent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SendContent">
      <soap:operation soapAction="http://content.k-mobile.com/v2/ws/SendContent" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SendContentExtended">
      <soap:operation soapAction="http://content.k-mobile.com/v2/ws/SendContentExtended" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetContentTicketFileEx">
      <soap:operation soapAction="http://content.k-mobile.com/v2/ws/GetContentTicketFileEx" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="SendServiceHttpGet" type="tns:SendServiceHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="getContentTicket">
      <http:operation location="/getContentTicket" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getContentTicketEncoded">
      <http:operation location="/getContentTicketEncoded" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getContentTicketExtended">
      <http:operation location="/getContentTicketExtended" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSendeableContentEx">
      <http:operation location="/GetSendeableContentEx" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSendeableContentExWithVersion">
      <http:operation location="/GetSendeableContentExWithVersion" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSendeableContent">
      <http:operation location="/GetSendeableContent" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SendContent">
      <http:operation location="/SendContent" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SendContentExtended">
      <http:operation location="/SendContentExtended" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetContentTicketFileEx">
      <http:operation location="/GetContentTicketFileEx" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="SendServiceHttpPost" type="tns:SendServiceHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="getContentTicket">
      <http:operation location="/getContentTicket" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getContentTicketEncoded">
      <http:operation location="/getContentTicketEncoded" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getContentTicketExtended">
      <http:operation location="/getContentTicketExtended" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSendeableContentEx">
      <http:operation location="/GetSendeableContentEx" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSendeableContentExWithVersion">
      <http:operation location="/GetSendeableContentExWithVersion" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSendeableContent">
      <http:operation location="/GetSendeableContent" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SendContent">
      <http:operation location="/SendContent" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SendContentExtended">
      <http:operation location="/SendContentExtended" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetContentTicketFileEx">
      <http:operation location="/GetContentTicketFileEx" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="SendService">
    <documentation xmlns="http://schemas.xmlsoap.org/wsdl/" />
    <wsdl:port name="SendServiceSoap" binding="tns:SendServiceSoap">
      <soap:address location="http://drmservice.com/v2/ws/sendservice.asmx" />
    </wsdl:port>
    <wsdl:port name="SendServiceHttpGet" binding="tns:SendServiceHttpGet">
      <http:address location="http://drmservice.com/v2/ws/sendservice.asmx" />
    </wsdl:port>
    <wsdl:port name="SendServiceHttpPost" binding="tns:SendServiceHttpPost">
      <http:address location="http://drmservice.com/v2/ws/sendservice.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>