source:
pro-violet-viettel/sourcecode/application/modules/services/views/chargingBalance.php
Last change on this file was 909, checked in by dungnv, 10 years ago | |
---|---|
File size: 400 bytes |
Line | |
---|---|
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 | <soap:Body> |
3 | <Balance xmlns="http://tempuri.org/"> |
4 | <user><?php echo $user?></user> |
5 | <pass><?php echo $pass?></pass> |
6 | <MSISDN><?php echo $MSISDN?></MSISDN> |
7 | </Balance> |
8 | </soap:Body> |
9 | </soap:Envelope> |
Note: See TracBrowser
for help on using the repository browser.