|
Hi guys
I am working on magento API and we using SOAP v2 request to magento.
$result = $client->salesOrderInfo($session, '100000568'); var_dump($result);
it is working fine but I need add one field into this response. Can you please help me found out which actually files magento core runs for generate xml response? Thanks!
|