if you want to get a SOAP message as the response, wouldn't you also
want to use a SOAP message for the request? In that way, you have a
symmetric pattern in the request and response objects. And in that
case, you can use the jaxws dispatch client.

http://cxf.apache.org/docs/jax-ws-dispatch-api.html

regards, aki


2014-06-02 10:52 GMT+02:00 Shankaralingam, Neelambal
<[email protected]>:
> Hi All,
> I am writing a webservice client using DynamicClient. How can I get the SOAP 
> Response message, as output instead of the converted Object.
> Since my client is a generic client to access any service I want to receive a 
> common return value.
>
> Can I abort the interceptor chain and overwrite the List.class return value? 
> Or is there any better way to do this?
>
> Can anyone give pointers to write way to do this?
> Regards,
> Neela
> This email (including any attachments) is proprietary to Aspect Software, 
> Inc. and may contain information that is confidential. If you have received 
> this message in error, please do not read, copy or forward this message. 
> Please notify the sender immediately, delete it from your system and destroy 
> any copies. You may not further disclose or distribute this email or its 
> attachments.

Reply via email to