views:

684

answers:

1

I am using jax ws wsgen tool in maven2. I need to deploy the webservice on weblogic10.1 wsgen is not generating the webservice.xml , weblogic-webservices.xml. Is there any way to generate these weblogic related artifacts using wsgen or by anyother tool by inuputting the wsdl.

A: 

The maven jax-ws plugin will not do this directly but Bea provides as servicegen ant task that will generate the weblogic deployment descriptors. You can easily call as this ant task as part of the maven build using the Maven AntRun plugin

Lars Tackmann