Hello,
I have attempted to extract an attribute from the paypal soap wsdl file using SimpleXml and DOM in php5 but they all skip over the root tag where the namespace declarations are.
It is not clear to me yet how to get a node referencing the root tag so that I can retrieve the value of ns:version using the current attributes function or array reference.
I need the version value for use in the classes I dynamically generate from a wsdl file.
Thanks for any help provided.
[Edit] Solved it already, lol.