RE: namespace and java class mapping

2004-02-02 Thread christopher justin
t; <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: RE: namespace and java class mapping Date: Mon, 2 Feb 2004 15:16:34 -0500 Hi: For WSDL2Java, look at the --NStoPkg option. I believe it should address your problem It's equivalent to what Castor o

RE: namespace and java class mapping

2004-02-02 Thread Marepalli, Somesh
bject: namespace and java class mapping Hi, All, In using WSDL2java to generate java classes Axis creates java packages using the namespaces by default. When there is only one namespace there is a command option "-p" to create classes for a user defined package. Does anyone know if there

namespace and java class mapping

2004-02-02 Thread Liu, Scott
Hi, All, In using WSDL2java to generate java classes Axis creates java packages using the namespaces by default. When there is only one namespace there is a command option "-p" to create classes for a user defined package. Does anyone know if there is a way to map more than one namespace to differ