Nicolas,

Have you considered using org.apache.axis.utils.Admin? It can be used to create a server-config.wsdd file from a deploy.wsdd file.

i.e.

        java -cp $AXISCLASSPATH org.apache.axis.utils.Admin server deploy.wsdd


You may need to tweak the generated server-config.wsdd file, but the tweaking could potentially be automated with your scripting language of preference.


On Jan 26, 2006, at 2:56 AM, Nicolas De Loof wrote:

The deploy.wsdd is generated as part of the build process (as endpoint interface is not yet stable), but it requires to manually update the server-config.wsdd to include the deploy.wsdd content. Using AdminClient to deploy is not a solution as the web service has to be started with the webapp (axis configuration is static)

Is there any way to replace WEB-INF/server-config.wsdd based configuration by a "programmable" configuration ? I'd like to extend AxisServlet and automatically deploy my web service at application startup from it's generated deploy.wsdd.

--
  Tony Ingraldi
  [EMAIL PROTECTED]

Reply via email to