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
In my case I had to move the @Service annotation from the interface to the implementation class.
@Service