----- Original Message ----- From: "Mitch Gitman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, November 10, 2002 15:01 Subject: RE: running Java2WSDL via reflection
> Explanation and suggestion.Apparently, Java2WSDL is quitting for the most obvious reason. It's calling System.exit(): It's just a wrapper around the emitter class. You can create that and configure it from inside your own app. >Anyone who wants to run Java2WSDL from a build script or Ant or the like is out of luck Not at all, in that situation you use the <axis-java2wsdl> ant task. Its in axis-ant.jar, but the docs didnt come together till after axis 1.0 shipped...they are in CVS now. -steve
