Hello,
I'm calling:
$result = $proxy->salesOrderInfo($session, '######');
and the result I'm getting is this:
[Client] looks like we got no XML document
in the DB sales_flat_order_item table when looking at the order I change the name of the product from 'Fougère Cologne (100ml)' to 'Fougere Cologne (100ml)' I get the correct and valid xml response.
I'm guessing I will need to encode it or wrap it in CDATA but not sure where I need to do this or even if this would fix it. Any help would be appreciated.
All the best,
Ben