cxf - could resolve 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 (as a Java application Play). I am using maven-shade-plugin to create an executable jar. When I run a jar from the command line, I get a follow-up:
javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException: do not resolve It is a compulsory for Http://schemas.xmlsoap.org/wsdl/soap/
I must say that I am using Spring I have come to some suggestions from Spring Which suggests putting some CXF XML files into the MTA-INF directory. The CXF dependencies that I'am are using are stupid:
cxf-rt-frontend-jaxws cxf-rt-transports-http cxf-rt-transports-http-jetty
in all versions 3.0.1
I really appreciate any clue. Thank you.
Edmond
Comments
Post a Comment