CXF 2.4.2: No conduit initiator was found for the namespace http://schemas.xmlsoap.org/soap/http

后端 未结 8 1693
天命终不由人
天命终不由人 2020-12-01 18:05

I have a service client generated from wsdl. I am trying to call the remote service and I recieve the conduit initiator error seen below. I have tried numerous solutions w

相关标签:
8条回答
  • 2020-12-01 18:58

    Recently I upgraded cxf-rt-ws-security to 3.0.0. From then I started getting org.apache.cxf.BusException: No conduit initiator was found for the namespace http://schemas.xmlsoap.org/soap/http. at org.apache.cxf.bus.managers.ConduitInitiatorManagerImpl.getConduitInitiator(ConduitInitiatorManagerImpl.java:110).

    This issue was resolved after i upgraded the below jars to 3.0.0 in my pom.xml cxf-rt-frontend-jaxws cxf-rt-ws-policy cxf-rt-transports-http

    0 讨论(0)
  • 2020-12-01 18:59

    Like recommended by the old posts, this is solved by adding cxf-rt-transports-http-jetty into the mix.

    0 讨论(0)
提交回复
热议问题