----- Original Message ----- From: "Vijetha Vadlakonda (vijetha)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 15:53 Subject: _default.java and _return.java files created by WSDL2Java
> Hi, > > When I run the WSDL2Java tool on my WSDL file, it creates a > _default.java and an _return.java classes which are no where to be found > in the WSDL file or the XSD files. Would anyone know why they would be > created? because those are reserved words in java; default.java and return.java are illegal classnames. This is all documented in the JAX-RPC spec
