Hi,
WS/XSUL v2 is a small and easy to use toolkit that was designed to make creating *interoperable* Web Service as easy as possible by focusing on WSDL doc/literal style, using the most complete Java/XML Schema binding tool available (Apache XML Beans!) and making implementation of web service as simple as implementing an interface generated from WSDL portType that has methods taking and returning XML Beans generated classes that represent XML messages.
To start writing your own Web Services with XSUL follow step-by-step guide:
http://www.extreme.indiana.edu/xgws/xsul/guide
We have also short overview of programming in XSUL2 (including a section on advanced topics such as handlers used for SOAP signatures)
http://www.extreme.indiana.edu/xgws/xsul/ProgrammingWithXsul.pdf
Currently we focus on ease of use but there is more that WS/XSUL can do, for details:
http://www.extreme.indiana.edu/xgws/xsul
All code is available under Apache/BSD-like license.
Thanks,
Alek -- The best way to predict the future is to invent it - Alan Kay
