Re: Axis Gurus! - Axis AdminClient deploy using InputStream
Posted By:
Hari_Rajagopal
Posted On:
Wednesday, September 25, 2002 10:55 AM
AdminClient _theClient = new AdminClient();
String[] args = {"","-l "localhost:8080/gateway/services/AdminService", processPath(endpointWSDL)};
_theClient.process(args);
_outStream.println("Service deployed succesfully!");