Introduction

The development pages of the Website are meant for those people developing or interested in the development of Woden itself. These pages contain milestone plans, non-release builds, and other information specifically related to the development of Woden.

Contributing to Woden

There are many ways to contribute to Woden such as:

  • Contribute new functionality
  • Fix open bugs
  • File new bugs
  • Contribute updates to the documentation

Some work items for which we currently need help can be found on the Woden Task List.

Contributing WSDL Test Cases

Like many Java based projects, Woden contains a JUnit automated test suite. This test suite is used for testing the Woden implementation.

Woden is an implementation of the W3C WSDL 2.0 specification. The WSDL 2.0 working group has set up their own test suite that contains valid and invalid WSDL documents. Woden is tested with the W3C WSDL test suite and recommends that sample WSDL documents be contributed to the W3C WSDL test suite as opposed to the Woden test suite. For information on contributing to the W3C WSDL test suite see W3C WSDL 2.0 Test Suite FAQ.