Tutorials

Jini Example
Jxta Example
Web Services

Related

Jxta
Jini
Web Services

For More Info

From P2P to Web Services and Grids: Peers in a Client/Server World
Ian J. Taylor, 2004
Publisher: Springer
ISBN: 1-85233-869-5

Cleaning Up and Un-Deploying

To un-deploy the Web service, you first need to create a corresponding WSDD undeployment file to the previous deployment file, as follows:


and can be downloaded here .

Be careful to check the spelling of the service name. If this is incorrect then the service will not be un-deployed and no corresponding error will be provided to indicate this. The un-deployment file is passed to the AdminClient Axis class for processing:

java -cp $AXISCLASSPATH org.apache.axis.client.AdminClient 
    -lhttp://localhost:8080/axis/services/AdminService undeploy.wsdd

Again, you can verify that the service has been correctly un-deployed by checking the list of deployed services using a Web browser as described earlier.

Trial Finished - back to index