Ignore:
Timestamp:
Mar 25, 2015 2:45:22 PM (10 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/www/deploy/20150304/application/modules/services/models/services_model.php

    r780 r823  
    418418                );
    419419               
     420                $xmlHeader = "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n";
    420421                $xml = $this->load->view('bscc', $aryParams, true);
    421422               
     
    426427               
    427428                $client->operation = $action;
    428                 $result = $client->send($xml, $action);
     429                $result = $client->send($xmlHeader.$xml, $action);
    429430                if ($client->fault || (int)$result['Result']['error'] != 0) {
    430431                        return _SBG_GET_COLLABORATOR_FAIL;
Note: See TracChangeset for help on using the changeset viewer.