I am having trouble parsing out a soap response because of colons in element
names. How do you parse them?
I.e.
<cfxml variable="XMLObj">
  <env:envelope>
    <env:body>
      <ab1:uname>FRED</ab1:uname>
      <ab1:score>390</ab1:score>
    </env:body>
  </env:envelope>
<cfxml>

#XMLObj.env:envelope.env:body.xmlchildren[1].XmlText#

gives me a invalid CFML construct error. Anyone run into responses like
this?


Thanks
J


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258440
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to