This is more than likely a schema problem. I've had this before with Axis/CF. Some schema in the WSDL lacks a defined name space and Axis just Throws the classes into the default package. Then when java tries to compile the generated .java file you get an error. Not sure how the command line works for wsdl2java(never used it) in maven(not recommended if you're not familiar with it) I define a default package and all works out in the end.
Adam On Wed, Oct 20, 2010 at 2:37 PM, Donnie Carvajal < [email protected]> wrote: > > I am having a problem with the NetSuite wsdl. There are stub class files > that are missing. I've seen some posts in some other forums indicating that > when the web service is setup through Coldfusion, there are class files > missing, but when wsdl2java is run from the command line, it works just > fine. > > Is anyone else experiencing this problem with any other web services? If > so, is there a fix or do I need to compile all wsdl classes from the command > line from here on out? > > Thanks, > > Donnie > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338598 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

