Ignore:
Timestamp:
Nov 26, 2014 4:24:07 PM (10 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/services/views/mo.php

    r460 r630  
    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     <MOReceiver xmlns="http://tempuri.org/">
    4       <username>sbg</username>
    5       <password>sbg571285</password>   
    6       <requestID>4</requestID>
    7       <userID>841695061706</userID>
    8       <receiverID>841695061706</receiverID>
    9       <serviceID>8062</serviceID>
    10       <commandCode>SBG</commandCode>
    11       <contentType>0</contentType>
    12       <info>SBG DK</info>
    13       <receiveTime><?php echo date('Y-m-d H:i:s') ?></receiveTime>
    14     </MOReceiver>
    15   </soap:Body>
    16 </soap:Envelope>
     1<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
     2        <S:Body>
     3                <messageReceiverResponse xmlns="http://tempuri.org/">
     4                        <return><?php echo $message;?></return>
     5                </messageReceiverResponse>
     6        </S:Body>
     7</S:Envelope>
Note: See TracChangeset for help on using the changeset viewer.