Hi,
Iam new to AXIS and Iam working on axis migration from 1.2 to axis2.
In axis1.2, to deploy a webservice we created the server-config.wsdd file
and used AdminClient to deploy the service.

        String wsddDeployment = toString(fwsddDeoloyment);

        adminClient.process(options, new
ByteArrayInputStream(wsddDeployment.getBytes()));

Is there any similar class in axis2 to do the deployment (other than
manually copying .aar file in webapps) ?


Thanks
--Phani 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to