Hi all, I have created an app that dynamically creates a client given a WSDL as parameter, and invokes it through CXF.
The application generates the beans and invokes the server. I am wondering how can I obtain the XML response from the service, instead of the ResponseBean generated by CXF (or obtain the xml from that instance) Thanks in advance Alex
