<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <InsertMT xmlns="http://tempuri.org/">
      <User><?php echo $User;?></User>
      <Pass><?php echo $Pass;?></Pass>
      <CPCode><?php echo $CPCode;?></CPCode>
      <RequestID><?php echo $RequestID;?></RequestID>
      <UserID><?php echo $UserID;?></UserID>
      <ReceiveID><?php echo $ReceiverID;?></ReceiveID>
      <ServiceID><?php echo $ServiceID;?></ServiceID>
      <CommandCode><?php echo $CommandCode;?></CommandCode>
      <ContentType><?php echo $ContentType;?></ContentType>
      <Info><?php echo $Info;?></Info>
    </InsertMT>
  </soap:Body>
</soap:Envelope>