-3

The @Autowired annotated class variable is comming as Null. jax ws web service has used Spring Boot and Endpoint for implementation.

1 Answers1

-1

Try to see if you have missed a @Component or an @Service annotation in the class you want to autowire.
Also have a look here:
Why is my Spring @Autowired field null?

Patrick
  • 12,336
  • 15
  • 73
  • 115
Gurneet Sethi
  • 810
  • 7
  • 11