I had a similar issue calling a java method. I had to wrap the javacast() function around one of the arguments passed.
Because the java class was local I could use cfdump on the object to give me some clues - not so easy with a web service, but if you don't have good docs you can always take a close look at the wsdl XML. On 3/23/06, Thomas Chiverton <[EMAIL PROTECTED]> wrote: > > On Wednesday 22 March 2006 21:58, jonese wrote: > > Error converting CFML arguments to Java classes for web service > > I'm guessing your inputs to the web service are of the wrong type. > > -- > > Tom Chiverton > Advanced ColdFusion Programmer > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236020 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

