Hello everyone, I'm struggling at getting a good structure for webservice packages.
>From the WSDL Java stubs will be created therefore should the structure be: parent -client -stubs -service where parent also contains the schemas and WSDL files as well as any server-config.wsdd , or other elements? Or should I find a way to have all three artifacts (client, stubs and service jars) be created from the parent pom (classifiers). I will also have to create a special pacakge (called GAR) from the three JARS + WSDL + config files and special deployment descriptors. I'm creating the plugin for creating GARs at the moment but I'm now wondering if this plugin should create the "submodule" when creating STUBS via the WSDL2Java. Help Please? Mathieu --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
