Ignore:
Timestamp:
Apr 24, 2015 11:17:57 AM (10 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/services/views/charging.php

    r457 r909  
    11<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/">
    22  <soap:Body>
    3     <processCharging xmlns="http://tempuri.org/">
     3    <Charge xmlns="http://tempuri.org/">
    44      <user><?php echo $user?></user>
    55      <pass><?php echo $pass?></pass>
     
    77      <Charging><?php echo $Charging?></Charging>
    88      <Contents><?php echo $Contents?></Contents>
    9     </processCharging>
     9    </Charge>
    1010  </soap:Body>
    1111</soap:Envelope>
Note: See TracChangeset for help on using the changeset viewer.