Skip to main content
This topic has been closed for replies.

1 reply

p_sim
Participating Frequently
April 4, 2012

I believe the explanation regarding asXML is incorrect.

If true, the header is returned as ColdFusion XML document object. Correct!

However, the funny thing that we still need to parse using xmlParse() to get values. Why?

If false, the header is returned as a Java object. Wrong!

The header is returned as a plain text/string.