Hi All,
 
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.
 
When I run just a cfdirectory command without using a CFC, the results are
as expected.  What's wrong?
 
<cfcomponent>
 <cffunction access="remote" name="listServerDirectory" output="false">
   <cfdirectory action="list" directory="c:\inetpub\websites\"
name="serverWebsites" sort="Name">
  <cfreturn serverWebsites>
 </cffunction>
</cfcomponent>
 
Thanks,
Mark
 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212074
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