I am trying to write a SOAP service using Spring, however I receive a Dependency Injection issue. I\'m having problems using @Autowired through the Service like
@Autowired
Could me multiple reason for this. But you want might forget to add as @Bean for component which you have did @Autowired.
In my case, i have forgot to decorate with @Bean which causing this issue.