Question
org.xml.sax.SAXException: could not find deserializer {} anyType
org.xml.sax.SAXException: Deserializing parameter 'item': could not find deserializer for type {http://www.w3.org/2001/XMLSchema}anyType
I'm using Flex builder4 connecting to a CF 7 server. Using the sample Testdrive project when I invoke createEmployee in EmployeeService.cfc I get the error above.
I tried invoking the method via soapUI and CF chokes in the same manner.
What to do?
Thanks
