May allow binding for http://schemas.xmlsoap.org/wsdl/soap/NO SPRING

I wrote a small maven project with cxf dependencies that can be run with eclipse (Run as Java Application). Then I use the maven-shade plugin to create an executable jar. When I run the jar from the command line, I get the following exception:

 javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException: Could not resolve a binding for http://schemas.xmlsoap.org/wsdl/soap/

      

I must point out that I am using Spring. I've come across several suggestions for Spring to advise putting some xx cxf files in the MeTA-INF directory. The cxf dependencies I am using are just as silly:

cxf-rt-frontend-jaxws
cxf-rt-transports-http
cxf-rt-transports-http-jetty

      

everything in version 3.0.1

I would really appreciate any hints. Thank.

Edmond

+3


source to share





All Articles