Hi together. :)
We have wsdl files without service and generated code with Apache CXF 2.7.
We have a JaxWsProxyFactoryBean and call
setBindingId("http://schemas.xmlsoap.org/wsdl/soap12/") on it.
This code worked fine.
Now we downloaded Apache CXF 3.0.3 and generated the code again.
Now we get the following exception when trying to create a service:
org.apache.cxf.service.factory.ServiceConstructionException: Could not
resolve a binding for http://schemas.xmlsoap.org/wsdl/soap12/
What do we have to change to make our code work again?
Thanks.
--
View this message in context:
http://cxf.547215.n5.nabble.com/ServiceConstructionException-Could-not-resolve-a-binding-for-http-schemas-xmlsoap-org-wsdl-soap12-tp5753017.html
Sent from the cxf-user mailing list archive at Nabble.com.