Hi Dave,
On Jul 26, 2006, at 10:45 , David Leangen wrote:
I noticed that Knoplerfish has a SOAP bundle that encapsulates
AXIS. Is
there any plan for anything like this in Felix? Has anybody tried
to get
that bundle to work in Felix?
I tried that a long time ago, but back then it didn't work very well.
In the end we (at our company) decided to create an implementation
based on XFire and we are quite happy with that. XFire is modular and
can be embedded easily and if you depend on Java 5 you can even use
the @WebService annotations to simply annotate the OSGi services you
want remotely accessible. I tested the whole setup against a Visual
Studio environment and it was easy to pick up those services and use
them there.
Greetings, Marcel