You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by wonderbox <sm...@yahoo.fr> on 2009/10/28 16:07:00 UTC

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

I have executed a client web service using  java configuration like the
sample in CXF web site documentation, but i found an error :

Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: No conduit
initiator was found for the namespace http://schemas.xmlsoap.org/soap/http
.....................

Caused by: org.apache.cxf.interceptor.Fault: No conduit initiator was found
for the namespace http://schemas.xmlsoap.org/soap/http.
	at
org.apache.cxf.endpoint.AbstractConduitSelector.getSelectedConduit(AbstractConduitSelector.java:89)
	at
org.apache.cxf.endpoint.UpfrontConduitSelector.prepare(UpfrontConduitSelector.java:61)
	at
org.apache.cxf.endpoint.ClientImpl.prepareConduitSelector(ClientImpl.java:472)

Is some have already found this error before ? 
-- 
View this message in context: http://www.nabble.com/error-found-%3A-%22No-conduit-initiator-was-found-for-the-namespace-http%3A--schemas.xmlsoap.org-soap-http%22-tp26096337p26096337.html
Sent from the cxf-user mailing list archive at Nabble.com.