You're missing the point. Don't just post to a forum saying nothing but "I'm trying to do X and I get error Y." That's not even a question, not to mention all of the relevant information that you have not provided.
http://catb.org/~esr/faqs/smart-questions.html On 9/6/07, Chad Gray <[EMAIL PROTECTED]> wrote: > > So how do I make this complexType in java? I don't understand the error. > > > > -----Original Message----- > From: Brian Kotek [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 05, 2007 4:19 PM > To: CF-Talk > Subject: Re: webservice > > Ok. > > On 9/5/07, Chad Gray <[EMAIL PROTECTED]> wrote: > > > > I am trying to work with a web service and I am getting this error in > CF. > > > > > > Error converting CFML arguments to Java classes for web service > > invocation. > > Unable to create web service argument class [ > > Lcom.canto.www._2005.cumulus.ws.types.Record;. Error: > > java.lang.InstantiationException: [ > > Lcom.canto.www._2005.cumulus.ws.types.Record;. Often this is because the > > web service defines an abstract complexType as an input to an operation. > You > > must create an actual instance of this type in Java. > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:287937 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

