apache > ws.apache
WSRF
 

Create a WSRF WSDL

Introduction

In this step of the tutorial, a WSRF-compliant WSDL is created for the filesystem resource. In the interest of time, the FileSystem.wsdl has already been created for use in this tutorial.

The WSDL was created using the WSRF WSDL template (WORK_DIR/_TEMPLATE_.wsdl). Use the template to expedite the WSDL creation process for a resource. It contains detailed instructions and the default operations that are required by a WSRF-compliant WSDL. In addition, the template contains sections for adding custom operations. It is good practice to use the template if you are not familiar with the WSRF family of specifications. Detailed instructions for composing a WSRF-compliant WSDL using the template are provided in the Developer Guide.

The FileSystem WSDL is an example of a WSRF WSDL that contains a single portType (FileSystemPortType), which exposes all of the optional portTypes defined by the WSRF-RP and WSRF-RL specifications. It also defines two custom operations, Mount and Unmount, and a group of custom resource properties.

Copy the FileSystem WSDL

Copy INSTALL_DIR/examples/filesystem/src/wsdl/FileSystem.wsdl to WORK_DIR.

go to the previous step Back go to the next step Next