Some more background: I am building an app that collects similar information from several SOAP services. There might be slight differences between the embedded schema's which have to be compensated for to allow easy integration in the local domain. I use a dynamic ws client to generate 1 stub per endpoint on runtime to avoid having to do wsdl2java (Maven) on compile time, forcing a redeploy. This is working out great except for the needed modification of the schema. With the wsdl2java tool and maven using jaxws:bindings works. But it seems that this external binding file also does not get honoured by direct insertion in the api (which uses jaxb binding as noted in the api), see above. Does it need different binding files? Or is there a better way of doing this, i have read something of a internal domain schema being used to modify external wsdls, here on the mailing list?
-- View this message in context: http://cxf.547215.n5.nabble.com/Empty-target-node-with-external-binding-file-tp5743952p5743979.html Sent from the cxf-user mailing list archive at Nabble.com.
