I am trying to consume a JAX-WS webservice written by me. I always get nullPointerException
for spring autowired annotated beans. However, everything works fine within serverSide over web, but accessing beans through JAX-WS webservice.
I have tried by extending SpringBeanAutowiringSupport
, but still no luck. How can I do this.
regards, Rohit