views:

6

answers:

0

I want to build a custom framework that expose a web service by using J2SE lightweight inbuilt HTTP server for already running large socket based swing client server application. Business functionality exposed through heavy weight object which has a method to get XML string and build object using XML string.

The framework should expose web services using WSDL files and may call Object methods using reflections. It should also able to call external web services and process. Whats the easiest way to do this. I dont want to write a whole soap server.. Simply the frame work should have control over serialization and deserialization of objects. It should expose web services based on pre defined WSDL. IS this possible?