If you just add an operation, it will/should not failed the client,
you can modify the hello_world demo in cxf samples, and give it a try
(Before you run the client after you modify the wsdl, make sure to
remove the depends="build" in the client target, so it'll not generate
the client code)
James
If you generate a java client from a wsdl, and then add an operation
to the wsdl but forget to update the client code - how does CXF handle
that situation?
Will the client crash or blissfully hum along (but withut being able
to invoke the new operation)?
I'm asking because it might influence decisions and policies one might
define for managing change and backwards compatibility when working
with CXF web services and clients.