if I run the following
=====
$xml = simplexml_load_file("./Sample.xml");
print_r($xml);
========
I come up empty.
But if I strip the soap wrappers, I can get at the data I want without
problem.
Is there a simple way to parse out the soap references or is the
another simple way to get at the data I want.?
How