source: pro-violet-viettel/www/mt.php @ 794

Last change on this file since 794 was 698, checked in by dungnv, 10 years ago
File size: 783 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    <InsertMT xmlns="http://tempuri.org/">
4      <User><?php echo $User;?></User>
5      <Pass><?php echo $Pass;?></Password>
6      <CPCode><?php echo $CPCode;?></CPCode>
7      <RequestID><?php echo $RequestID;?></RequestID>
8      <UserID><?php echo $UserID;?></UserID>
9      <ReceiveID><?php echo $ReceiverID;?></ReceiveID>
10      <ServiceID><?php echo $ServiceID;?></ServiceID>
11      <CommandCode><?php echo $CommandCode;?></CommandCode>
12      <ContentType><?php echo $ContentType;?></ContentType>
13      <Info><?php echo $Info;?></Info>
14    </InsertMT>
15  </soap:Body>
16</soap:Envelope>
Note: See TracBrowser for help on using the repository browser.