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

后端 未结 8 1700
天命终不由人
天命终不由人 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条回答
  •  萌比男神i
    2020-12-01 18:46

    Removing this Dependency from my POM Fixed the error for me

       
            org.apache.cxf
            cxf-rt-frontend-jaxws
            3.1.1
        
    

提交回复
热议问题