Hi, is it possible to specify the WSDL binding purely by using XML configuration?
I have a WSDL that specifies a service using SOAP/HTTP, and I need to expose the same service using XML/HTTP. At the moment I duplicate the WSDL document and hack it up to change the binding to "http://cxf.apache.org/bindings/xformat" etc. That works, but ideally, I'd like to use the same wsdlUrl parameter and document for both endpoints, and just change the endpoint configuration accordingly. Simply setting bindingId="http://cxf.apache.org/bindings/xformat" on the XML endpoint is apparently not enough. Thanks, Jens -- View this message in context: http://cxf.547215.n5.nabble.com/WSDL-binding-through-XML-config-tp4302584p4302584.html Sent from the cxf-user mailing list archive at Nabble.com.
