- Timestamp:
- Apr 24, 2015 11:17:57 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/services/views/charging.php
r457 r909 1 1 <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/"> 2 2 <soap:Body> 3 < processChargingxmlns="http://tempuri.org/">3 <Charge xmlns="http://tempuri.org/"> 4 4 <user><?php echo $user?></user> 5 5 <pass><?php echo $pass?></pass> … … 7 7 <Charging><?php echo $Charging?></Charging> 8 8 <Contents><?php echo $Contents?></Contents> 9 </ processCharging>9 </Charge> 10 10 </soap:Body> 11 11 </soap:Envelope>
Note: See TracChangeset
for help on using the changeset viewer.