Is anybody integrating MapQuests Site Advantage with ColdFusion?

I am having a hard time parsing through their XML. 

I am using this code to retrieve their XML.

<cfhttp 
   method="get"  
   resolveurl="yes"
   
url="http://xml.sa.mapquest.com/?transaction=route&clientID=31500&passwd=#password#&origAddress=#Replace(StartAddress,'
 
','+','ALL')#&origPostalCode=#StartZip#&origCity=#StartCity#&origStateProvince=#StartState#&destAddress=#Arguments.EndAddressNo#+#Arguments.EndAddressStreetName#&destCity=#Arguments.EndAddressCity#&destStateProvince=#Arguments.EndAddressState#&destPostalCode=#Arguments.EndAddressZipCode#&routeType=#Arguments.RouteType#&pwidth=343&pheight=290&routeMaps=1"
 
    result="XMLResults">
  </cfhttp>
  

I receive errors if I try to parse through XMLResults["FileContent"]





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217733
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to