File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes RAD or WID to generate Java skeleton from WSDL Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "RAD or WID to generate Java skeleton from WSDL" Watch "RAD or WID to generate Java skeleton from WSDL" New topic
Author

RAD or WID to generate Java skeleton from WSDL

Ajay Dhar
Greenhorn

Joined: Jan 26, 2011
Posts: 24
Hi,

I'm using IBM Websphere Integration Developer (pretty much same as RAD the way I'm using it) to generate a top down Java skeleton from WSDL. It generated a lot of classes. My question is, what are all these generated classes used for? There are ser/deser classes, helper classes, and others. Some seem to be business objects that were derived from the WSDL and XSDs. I tried very hard to find documentation on what all of these generated classes are used for but I couldn't find anything. Can anyone give me a breakdown of what these different generated classes are and what they are used for.

Thanks!
Ajay


OCPJP 6
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: RAD or WID to generate Java skeleton from WSDL
 
Similar Threads
Getting Axis to publish a wsdl instead of generating it
class from xsd
Java WSDL used by .NET
Incorrectly generated package names using Axis2 wsdl2java
After creating WSDL-to-JAVA what i need to do in RAD IDE?