source:
pro-violet-viettel/sourcecode/application/modules/services/views/topup.php
@
467
Last change on this file since 467 was 457, checked in by dungnv, 11 years ago | |
---|---|
File size: 446 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 | <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.