Hi,
For the client side using the generic payload, you could use the dispatch mode.
You can find an example in the online documentation on cxf's jaxws
dispatch client.
http://cxf.apache.org/docs/jax-ws-dispatch-api.html

For the server side, its counterpart is the provider mode.
http://cxf.apache.org/docs/provider-services.html

regards, aki
2012/7/13 anglon <[email protected]>:
> Hello,
>
> I have a service interface that has operation which takes generic DOM
> document (org.w3c.Docuemnt) as request and returns the same type
> (org.w3c.Docuemnt) as response which I can take care by parsing the
> returning model.  Now, what I want to achieve is to be able to configure a
> client for the provided service class using CXF and Spring. Could you please
> help me to do it? Any help will be appreciated.
>
> Thanks.
>
> --
> View this message in context: 
> http://cxf.547215.n5.nabble.com/Service-class-with-generic-request-and-response-tp5711034.html
> Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to