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. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:287921 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

