How interesting... I'm planning to do the same thing, that is drop JBoss (EJB) for Spring-WS+WebMVC.
Anyway, can't you just use both servlets? I'm sure I've seen this on the JAX-WS Commons site...
Type: Posts; User: DarrenB; Keyword(s):
How interesting... I'm planning to do the same thing, that is drop JBoss (EJB) for Spring-WS+WebMVC.
Anyway, can't you just use both servlets? I'm sure I've seen this on the JAX-WS Commons site...
Hi all,
I successfully managed to configure my very noddy web-service using the @Endpoint, @PayloadRoot and @XPathParam annotations. I wanted to go a step further and use JAXB2 marshalling and...