Skip to main content
Participating Frequently
May 23, 2012
Answered

Problem with XML CFX Tag...

  • May 23, 2012
  • 2 replies
  • 533 views

I just installed this Java CFX tag:

http://www.zrinity.com/xml/xmlparser/

When I run the example.cfm file I get this error:

If for some reason the image did not show up large enough view it here:

http://img687.imageshack.us/img687/1310/xmlparserproblem.jpg

So why is it erroring out like this can someone explain I'm not familiar with this kind of error...

    This topic has been closed for replies.
    Correct answer Adam Cameron.

    It looks to me like obj is a WDDX packet, so you're gonna have to turn it back into a struct before you start addressing it as one.

    --

    Adam

    2 replies

    Kastion2KAuthor
    Participating Frequently
    May 23, 2012

    Stucture was wddx encoded as shown at the top of the cfdump.

    <CFX_XMLParser xml="#xml#" output="thisXML">

    <cfwddx action="wddx2cfml" input="#thisXML#" output="MyXML">

    This worked for me.. problem solved.

    Adam Cameron.Correct answer
    Inspiring
    May 23, 2012

    It looks to me like obj is a WDDX packet, so you're gonna have to turn it back into a struct before you start addressing it as one.

    --

    Adam