I am having trouble figuring out how to access data returned from a web service 
I am consuming from my ColdFusion app. The web service is in .NET if that makes 
any difference. 

The web service is called "getCountries" and it should basically return a 
result set with a list of country codes (probably a numeric key) and country 
names. It appears that I am calling the service correctly and "something" is 
getting returned, but I cannot figure out how to get at it. I cannot CFDUMP it 
or figure out how to CFOUTPUT it either. Any help much appreciated! 

You can see the service description at:
http://sme.atsol.org/lookups.asmx?op=getCountries

My source is:
<cfinvoke 
 webservice="http://sme.atsol.org/lookups.asmx?wsdl";
 method="getCountries"
 returnvariable="aResults">
</cfinvoke>
<cfdump var="#variables#" label="variables">
<cfdump var="#aResults#" label="aResults">

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT

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

Reply via email to