Hi,
I'm a bit new to using web services with PHP and I've hit this problem. When I do getlastrequest on my call I get this output:
[FONT="Courier New"]------=_Part_23_26643509.1224148811737
Content-Type: application/xop+xml; charset=UTF-8; type="text/xml"
Content-Transfer-Encoding: 8bit
Content-ID:
8
------=_Part_23_26643509.1224148811737--[/FONT]
Which looks ok and has the value in I need, but my PHP is throwing an exception on this saying [FONT="Courier New"]"[message : protected] => looks like we got no XML document"[/FONT] so I can't access this value etc.
Has any one any hints on what is wrong here? It's driving me crazy. Is it that the XML the webservice is chucking back is wrong? Or that PHP just can't deal with a repsonse like this?
Is there anyway around this? I can't change the webservice, it's someone elses, but I need to be able to access the values without the script failing.
Please help if you can.
Thanks