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
I missed to add
@Controller("userBo") into UserBoImpl class.
The solution for this is adding this controller into Impl class.