<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <soap:Header>
    <Request xmlns="http://premconn.premiereconnect.com/2007/02">
      <ReceiverKey>http://xoatweb1.xpedite.com/soap/sync</ReceiverKey>
      <ResponseRequired>yes</ResponseRequired>
      <Authentication>
        <XDDSAuth>
          <RequesterID>****userid****</RequesterID>
          <Password>****passord****</Password>
        </XDDSAuth>
      </Authentication>
    </Request>
  </soap:Header>
  <soap:Body>

    <TTSObjectCreateRequest xmlns="http://premconn.premiereconnect.com/2007/02">
      <ObjectStore>pt</ObjectStore>
      <ReplaceExisting>true</ReplaceExisting>
      <TTSObjectId ownership="user" objKind="sos_tts">SampleTTS</TTSObjectId>
      <TTSObjectContent>
        <TTSContent ref="MyTTS">
          <DocType>unspec</DocType>
          <Filename>Cool.ssml</Filename>
            <DocData format="base64">PHNwZWFrIHZlcnNpb249IjEuMCIgeG1sOmxhbmc9ImVuLVVTIj4gPHZvaWNlIGdlbmRlcj0ibWFsZSI+IDxpbnNlcnQga2V5d29yZD0iaW5zZXJ0WzFdIiBzZWdtZW50PSJpbnNlcnRzIiBkZWZhdWx0PSJDb3BlbmhhZ2VuIi8+IDwvdm9pY2U+IDwvc3BlYWs+</DocData> 
        </TTSContent>
      </TTSObjectContent>
    </TTSObjectCreateRequest>
  </soap:Body>
</soap:Envelope>