- 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
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