source: pro-violet-viettel/sourcecode/application/modules/services/views/report.php

Last change on this file was 758, checked in by dungnv, 10 years ago
File size: 335 bytes
Line 
1<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
2        <S:Body>
3                <<?php echo $response?> xmlns="http://tempuri.org/">
4                        <return><?php echo $message;?></return>
5                        <success><?php echo $success;?></success>
6                        <receiveTime><?php echo $receiveTime;?></receiveTime>
7                </<?php echo $response?>>
8        </S:Body>
9</S:Envelope>
Note: See TracBrowser for help on using the repository browser.