What version of CF?
Does the object happen to be a CFC?

CFC's are not serializable in CF < 8.

Try returning a struct of values if can.

~Brad

-----Original Message-----
From: Dean Lawrence [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, October 24, 2007 4:30 PM
To: CF-Talk
Subject: Returning and object from a Web Service

When calling a web service that I created (which is being used as a
gateway), if I try to return an object I get an error that states
"org.xml.sax.SAXException: No deserializer for" and then my object
name. If I get the object and then return individual values from that
object, it works fine. But if I try to return the whole object, I get
the error.

>From Googling, I believe that I somehow have to some additional
reference to the location of the object definition but I don't know
where that would be. In the wsdl file? If this is the case, where in
the file does it go? Can anyone point me in the right direction?

Thanks,

Dean

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292025
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