You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by inter <ga...@126.com> on 2009/09/25 10:01:19 UTC

CXF-BC:No binding factory for namespace http://schemas.xmlsoap.org/wsdl/http/


I want to proxy a webservice by CXF-BC,the webservice was aviable at:

http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?wsdl

encountered such errors:

Caused by: org.apache.cxf.endpoint.EndpointException

	at
org.apache.cxf.endpoint.EndpointImpl.createBinding(EndpointImpl.java:132)

	at org.apache.cxf.endpoint.EndpointImpl.<init>(EndpointImpl.java:81)

	at
org.apache.servicemix.cxfbc.CxfBcConsumer.validate(CxfBcConsumer.java:486)

	... 35 more

Caused by: org.apache.cxf.BusException: No binding factory for namespace
http://schemas.xmlsoap.org/wsdl/http/ registered.

	at
org.apache.cxf.binding.BindingFactoryManagerImpl.getBindingFactory(BindingFactoryManagerImpl.java:91)
  
	at
org.apache.cxf.endpoint.EndpointImpl.createBinding(EndpointImpl.java:129)

	... 37 more


Is there  anything special for the webservice?
-- 
View this message in context: http://www.nabble.com/CXF-BC%3ANo-binding-factory-for-namespace-http%3A--schemas.xmlsoap.org-wsdl-http--tp25608042p25608042.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.