Re: Deployment with WSDD without SOAP request

2002-05-28 Thread Steve Loughran
- Original Message - From: "Arne M. Degenring" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 28, 2002 1:19 PM Subject: Deployment with WSDD without SOAP request > Hi, > > has anybody managed to do the deployment with a WSDD file without using > AdminClient? AdminClient

RE: Deployment with WSDD without SOAP request

2002-05-28 Thread thomas . cherel
Title: RE: Deployment with WSDD without SOAP request Have a look to org/apache/axis/utils/Admin.java. This is the implementation of the Admin service (which is taking care of the deploy). There is even a main program that might do exactly what you are asking for. Thomas -Original