> Trying to use a cfc to return a list of folders on my server 
> (website folders). The cfc chokes when I point to the cfc with 
> ?wsdl appended at the end, stating Axis can't resolve the cfc 
> datatype. I've tried returntypes of structures, queries, any, 
> all with the same failure.

First, you must use a specific returntype with web services, such as struct
or query. Second, it may be the case that the "query" object returned by
CFDIRECTORY isn't the same as a regular query object as far as Axis is
concerned. So, you might try taking the data from that CFDIRECTORY and
putting it in a regular query object that you create using QueryNew.
Finally, it's worth noting that non-CF web services might have trouble
consuming a query object from a CFC web service, so you might want to send
back the data in a different format.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:212075
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to