> > What type of CFC object are you trying to return... More the case is it in > the same directory as the webservice? Or does it use a mapping? > > If a mapping, try using a CFC that is in the same directory as the web > service. >
It is a simple User object that I created (usrname, password, etc.). It is located in a subdirectory below the web service itself. I can call it and use it within the webservice method call, but if I try to return it directly or as an element of an array (i.e. <cfreturn User />), I get the error message that I originally posted. Instead I need to break it apart and either need to return individual element values, place each value into a structure, or return a query instead. Dean -- __________________________________________ Dean Lawrence, CIO/Partner Internet Data Technology 888.GET.IDT1 ext. 701 * fax: 888.438.4381 http://www.idatatech.com/ Corporate Internet Development and Marketing Specialists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292133 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

