Parameter 0 of method getInfo in org.endpoint.EndpointConfig required a bean of type ‘org.apache.cxf.Bus’ that could not be found
I’am in a project spring boot with web service soap
when i run my application i have this error
Mismatch in SOAP Request Namespace Prefix and Structure Using Spring Boot and JAXB
I’m working on a Spring Boot project where I need to consume a SOAP web service. I used wsdl2java
to generate the client code. However, I’m encountering issues with the generated SOAP request message structure.