Skip to content
Advertisement

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘userServiceImpl’

I’m new at Spring Boot. And currently, I have a problem with the running the project.

there is the error as

JavaScript

and there is classes to consuming SOAP

Configuration class

JavaScript

Service class to generate methods

JavaScript

PassPolicyService Service class

JavaScript

I thought it’s happening because tried to @Autowire service class inside Service class. Then I tried to look up how to consume SOAP in https://spring.io/guides/gs/consuming-web-service/. And it didn’t help to me. I can’t get what is the promlem here. Could you help my? Thank you in advance

Advertisement

Answer

Compiler can not find class javax/xml/soap/SOAPException. I think this link can help you to solve problem java.lang.NoClassDefFoundError : javax/xml/soap/SOAPException

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement