Sorry if this is a double post (email's acting up).
I'm getting this error:
java.io.FileNotFoundException: deploy.wsdd (The system
cannot find the file specified)

when running the following code:
  AdminClient admin = new AdminClient();

  String[] args =
{"-lhttp://localhost/axis/services/AdminService","deploy.wsdd"};

  try {    
    admin.process(args);
  } catch (Exception e) {
    out.println(e.toString()+"<BR>");
  }

Gotta be something simple I'm missing.
Where should the deploy.wsdd file reside?

Thanks,
Mike

__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

Reply via email to