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

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -