This content has been marked as final.
Show 1 reply
-
1. Re: org.xml.sax.SAXException: could not find deserializer {} anyType
MrJayJay Jun 6, 2012 4:30 AM (in response to lidBanger)If you have not specified an external WSDL file in your webservice where the arguments (with their types are defined) then you cannot use the type="any" in your webservice arguments.
If you want to use an external WSDL and define the argument types there you can do this by adding wsdlfile="nameOfExternal.wsdl" style="document" to your cfcomponent tag.
