Hi,
the docs say:
"NOTE: The above is slightly simplified in that JAX-WS requires endpoint interfaces and implementation classes to be annotated with @WebService, @SOAPBinding etc annotations. This means that you cannot (easily) use plain Java interfaces and implementation classes as JAX-WS endpoint artifacts; you need to annotate them accordingly first. Check the JAX-WS documentation for details on those requirements."
http://static.springframework.org/sp...s-jaxws-access
Where can I find a complete sample how to access a WS with Spring?
Thank you.


Reply With Quote
.
