<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>
    <processCharging xmlns="http://tempuri.org/">
      <user><?php echo $user?></user>
      <pass><?php echo $pass?></pass>
      <MSISDN><?php echo $MSISDN?></MSISDN>
      <Charging><?php echo $Charging?></Charging>
      <Contents><?php echo $Contents?></Contents>
    </processCharging>
  </soap:Body>
</soap:Envelope>