Breaking up the annotations worked for me with a relatively simple web service. I imagine this would be unwieldy with a big project though.
Take the following interface:
public interface...
Type: Posts; User: eldaaran; Keyword(s):
Breaking up the annotations worked for me with a relatively simple web service. I imagine this would be unwieldy with a big project though.
Take the following interface:
public interface...
Hey all - I ran into this problem too. I got around it by using a @WebService class that implemented the service endpoint interface by forwarding requests to a @Transactional bean that actually did...