You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Partha Pal <pa...@gmail.com> on 2008/12/04 18:14:41 UTC

custom generate deploy.wsdd

Hi All,



In our project we have a requirement that we need to automate the process of
generating stubs and artifacts from WSDL as well as the WSDD and deploy it
to Axis . Our Services act both



 as client and server to other published services. We use ant scripts to
achieve the automated process , but the problem is, the generated
deploy.wsdd has its own way of publishing services which we do not want.

Earlier we had few services on our part and ant script used to generate the
server-config.wsdd  from an xml file (type-mappings.xml) which contain the
service and type mapping definition. It would be of great help if somebody
could suggest how to custom generate deploy.wsdd so we could merge it with
our existing server-config.wsdd or any other way to achieve the complete
automation of deploying services from WSDL. Axis version we use is 1.4 and
Ant version 1.5.3

 Thanks in advance

Partha