I think with non-soap endpoints, you have to use the createClient(String wsdlUrl, QName service, QName port) method to fully specify the service/port.
Dan > On Dec 11, 2014, at 5:00 AM, Christophe DENEUX <[email protected]> > wrote: > > Hi all, > > I'm trying to invoke with JaxWsDynamicClient a web-service requiring XML > binding instead of SOAP binding. > > In the WSDL, binding and service are declared as: > > > On the client side, composed of following two lines: > > I get the error: > > > Can you explain me how to invoke such a web-service with a dynamic client, > or how can I set the endpoint ? > > Thanks for your help > Christophe > > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/XML-binding-with-JaxWsDynamicClient-tp5752191.html > Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
