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
