At 11:56 PM 10/14/2009, you wrote:
>Hi,
>I'm going to implement a soap-client. I've found goanna as the only library
>to this subject. Unfortunately goanna isn't consistent in the version 1.0
>from 2008, rev 604.
>My questions are:
>Has anybody todo with SOAP?
>Which library is it based on?
>Is goanna still alive, are there a mailing list?
Hi Heiko,
Goanna is alive and hosted at origo:
http://goanna.origo.ethz.ch/wiki/goannawhich includes Forums for discussion. Goanna is currently
administered by Till Bay.
The Servlets and Web Application libraries are in production use on
my web server.
I've never used the Soap library and don't know of anyone who is
using it now. In addition to upgrading it to the latest SOAP you
would probably need to some work to get it running in a modern Eiffel
development environment. XML is an area where Eiffel has changed
quite a bit since the original Goanna SOAP library was written by
Glenn Maughan.
I found Glenn's work on the Servlet library to be very solid and easy
to understand and modify so you might consider his SOAP library as a
starting point.
Neal