Rev | Line | |
---|
[457] | 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 | <TopupService xmlns="http://tempuri.org/">
|
---|
| 4 | <EWalletID><?php echo $EWalletID?></EWalletID>
|
---|
| 5 | <CardSerial><?php echo $CardSerial?></CardSerial>
|
---|
| 6 | <PinCard><?php echo $PinCard?></PinCard>
|
---|
| 7 | </TopupService>
|
---|
| 8 | </soap:Body>
|
---|
| 9 | </soap:Envelope> |
---|
Note: See
TracBrowser
for help on using the repository browser.