> The "Done Processing" indicates that the AdminClient successfully > processed the WSDD file.
Just to add some context to that, the AdminClient is used to deply the webservice using the deploy.wsdd as the deployment descriptor. In terms of seeing things happen, you could look at the server-config.wsdd file (which is the file that axis uses to store information on the services it has deployed) to find the entry created in there for your service by the AdminClient. Apart from that, you won't actually see much at all - especially in your development directory... HTH Jim > Jhon Sanabria wrote: > > >Greetings > > > >i'm reading the user's guide and in the sample that comes with > the section > >Custom Deployment - Introduction WSDD with file (deploy.wsdd): > > > ><deployment xmlns="http...> > ><service name="MyService" pro...> > > <parameter name="className" value="sample.MyService"/> > >... > ></service> > ></deployment> > > > >and run the command: > > > >$ java org.apache.axis.client.AdminClient deploy.wsdd > ><Admin>Done processing</Admin> > > > >when i don't have any file and my directory "sample". > > > >I don't understand, so, the message "Done processing", what's the mean of > >this. > > > >thanks a lot for your attention. > > > >best regards > > > > > > > > > > > >
