I am really stuck here... I canīt find a working sample of webservice (server/cliente) as a webmodule for dmserver.
First of all in Spring documentations I found this:
17.5. Web services
Spring provides full support for standard Java web services APIs:
*Exposing web services using JAX-RPC
*Accessing web services using JAX-RPC
*Exposing web services using JAX-WS
*Accessing web services using JAX-WS
This means that i can get it to work only with "import library spring 2.5.6" ?
Or I have other dependencies?
I really try to get the simplier first, no AXIS, NO CXF(XFIRE), NO NOTHING..
Even SimpleJaxWsServiceExporter does not creat the service endpoint in a webmodule bundle.
I am totally lost all samples I found is not DM Server specific, and probably I missing some think to map de service URL...
I dreaming to get my hands on a working as a webmodule "Hello World" sample...
Can anyone point me some directions?
Thanks!


