No can do. I'm getting a complex document object from another system integrating with us. I have to accept an XML Object. String wants to translate all those < and > symbols and won't work. I have it working using getSoapRequest, but it seems strange.
Why, when I declare the argument as an XML Type, and I'm receiving an XML Type, isn't it defined as and xmltype with isXMLDoc or isXMLElement?
It does return true with isObject, but what the heck type of Object is it?
Main Topics
Browse All Topics





by: PluckaPosted on 2006-03-22 at 17:50:18ID: 16264608
RCorfman,
Pass it in as type string, use XmlParse to get it to an XML object.
Regards
Plucka