Hi there, I want to use dynamic client features for apache cxf. My requirement is :
I want to create a generic soap client which receives wsdl url, method name and then xml body in arguments and then without generating stub i can call the methods of any webservice? so this cient can work in case of any webservice where i can pass data from outside. I had looked into your api, but could not find a way in jaxwsdynamicClientFactory or DynamicClientFactory to pass xml in params so it can be used for my purpose. I dont want towork with DOm so did not looked into DispatchClient feature. Can u please suggest me a way to fulfill my requirement using apache cxf Regards, Dev
