Help getting value from xml node
I need help in getting the value of the following xml node called MemberInformation's Last_Updated's value (see below)
I got all the values such as the id, addr1,addr2,addr3,addr4, city,state,zip and country but can get the Lat_Updated value back
I got the id's values back but why not last_updated values??? do I need a certain tehnique to get the second nodes of MemberInformation?
Please help!
Here is how I invoke my xml (see the xml below my cfinvoke tags):
<cfinvoke webservice="https://someurl.asmx?wsdl" method="GetMembersChangedSince" returnvariable="result4">
<cfinvokeargument name="login" value="xxxxxxxxxxxxxx">
<cfinvokeargument name="password" value="xxxxxxx">
<cfinvokeargument name="columns" value="id,addr1,addr2,addr3,addr4,city,state,zip,country,last_updated"> <------?????
<cfinvokeargument name="changedColumns" value="">
<cfinvokeargument name="changedSince" value="2010-07-21">
<cfinvokeargument name="includeNonMembers" value="TRUE">
<cfinvokeargument name="includeBlankIds" value="FALSE">
<cfinvokeargument name="filter" value="[id] LIKE '0%'">
</cfinvoke>
