Does this give you anything meaningful <cfdump var="#aResults.GetClass().GetName()#">?
On 13/07/07, james carberry <[EMAIL PROTECTED]> wrote: > > 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 8 beta â Build next generation applications today. Free beta download on Labs http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:283663 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

