views:

527

answers:

2

I am looking for a framework to turn given Java class into WebService (may be with some limitations on method parameters etc)

Thanks

A: 

The de-facto standard for this is Apache Axis: http://ws.apache.org/axis/ and http://ws.apache.org/axis2/

Guillermo Vasconcelos
+3  A: 

You can use axis2, or xfire. I'm sure there are other ways also, but these are the two that I've used.

Steve K