source: pro-violet-viettel/sourcecode/application/modules/services/views/topup.php @ 504

Last change on this file since 504 was 470, checked in by dungnv, 11 years ago
File size: 685 bytes
Line 
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 TracBrowser for help on using the repository browser.