Many thanks for your feedback and patience.
By the way, in your sample you used this form of jaxws:endpoint/@implementor :

implementor="mypackage.MyClass"

This needs to be done like this :

implementor="#adminBean"

such that both endpoints reuse the same instance, can you give it a try please ?

Cheers, Sergey






-3- To sum up, here is what I want to do (and what i can't for now) :
Have an interface containing both SOAP and REST annotations.
Have a single implementation class (my soap endpoint and rest service bean as well) using a single servlet context injection process to be able to get/update servlet context's attributes.
[...]
What do you think about that? It is a usefull way to develop/declare web services, isn't it?

Yes, I agree. We'll make it work

Great! :-)

Thanks a million!

Priscille


Reply via email to