Martin Gainty wrote:

I'm assuming you have already used Axis wsdl2java to automate the generation of the Java Class? http://ws.apache.org/axis/java/user-guide.html#WSDL2JavaBuildingStubsSkeletonsAndDataTypesFromWSDL

Or if that doesn't do what you need, just write a simple script in Perl/Python/Jython/Ruby/Lisp to parse the WSDL and write out the classes for you; I use this strategy in one way or another quite often (usually in Ruby now, used to use Jython).

Code generation good, hand-rolling bad.

Dave Newton
Technical Lead, Project MonkeyLips Omnigalgomon



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to