apache > ws.apache
Pubscribe
 

Pubscribe Tutorial

Creating and Deploying a WSRF/WSN Web Service

This tutorial provides a step-by-step approach to using Apache Pubscribe to create and deploy a WSRF-compliant Web service that includes a notification producer for generating WSN-based notifications. The Web service represents a UNIX file system. If you want to see a completed version of the Web service, see the Quick Demonstration.

Note
To complete the tutorial, you must first install the distribution. In addition, If you want to create a service that acts as a notifcation consumer, see the Notification Consumer documentation in the Developer Guide.

The process consists of the following steps:

  1. Create a Working Directory
  2. Create a WSRF/WSN WSDL
  3. Run the Wsdl2Java Tool
  4. Modify the Home Class
  5. Modify the Resource Class
  6. Modify the Generated Config File
  7. Compile and Deploy the Service
  8. Test the Service

go to the next step Next