In this example we are using the AdminClient to deploy the sample Service which will simply echo the string you send it (see the file /samples/userguide/example3/MyService.java).
The "Done Processing" indicates that the AdminClient successfully processed the WSDD file.
You can then test the service as indicated in the User Guide.


Stephen

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









Reply via email to