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 | <processCharging xmlns="http://tempuri.org/">
|
---|
4 | <user><?php echo $user?></user>
|
---|
5 | <pass><?php echo $pass?></pass>
|
---|
6 | <MSISDN><?php echo $MSISDN?></MSISDN>
|
---|
7 | <Charging><?php echo $Charging?></Charging>
|
---|
8 | <Contents><?php echo $Contents?></Contents>
|
---|
9 | </processCharging>
|
---|
10 | </soap:Body>
|
---|
11 | </soap:Envelope> |
---|
Note: See
TracBrowser
for help on using the repository browser.