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 "Bromberg, Dirk - encoway" <Di...@encoway.de> on 2005/09/12 13:02:46 UTC

Deploy Service via API

Hi,

 

i've developed a webservice via java2wsdl -> wsdl2java. The webservice
works fine by deploying it via an entry in the server-config.wsdd placed
in WEB-INF directory.

 

How can i deploy the webservice via an api call, without using the
AdminClient or adding sections to files or starting an ant task?

 

I'll have a servlet wich deloys my service on tomcat startup if there is
an instance of axis.... 

 

Thx

 

Dirk