- Timestamp:
- Nov 11, 2014 9:40:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/services/views/topup.php
r457 r470 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> 1 <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:pay="http://schemas.datacontract.org/2004/07/Payment.Utility.Object.RequestObject"> 2 <soapenv:Header/> 3 <soapenv:Body> 4 <tem:TopUp> 5 <!--Optional:--> 6 <tem:request> 7 <!--Optional:--> 8 <pay:CardSerial><?php echo $CardSerial?></pay:CardSerial> 9 <!--Optional:--> 10 <pay:EWalletID><?php echo $EWalletID?></pay:EWalletID> 11 <!--Optional:--> 12 <pay:PinCard><?php echo $PinCard?></pay:PinCard> 13 </tem:request> 14 </tem:TopUp> 15 </soapenv:Body> 16 </soapenv:Envelope>
Note: See TracChangeset
for help on using the changeset viewer.