This content has been marked as final.
Show 5 replies
-
1. Re: Combining CXF responses
italost Jul 8, 2009 12:31 PM (in response to italost)Well, I was checking the exchange in the debug mode and the exchange.out.body was null. I believe it is lazy evaluated, couse as soon as we use exchange.getOut().getBody(), it returns the correct response.
It trick me out!!
RetrieveListResponse response = (RetrieveListResponse) ((MessageContentsList)exchange0.getOut().getBody()).get(0);
It worked fine!!
-
2. Re: Combining CXF responses
hzbarcea_hzbarcea Jul 8, 2009 1:16 PM (in response to italost)Ah, cool. Because I was just putting together an example for you .
-
3. Re: Combining CXF responses
indikap Aug 17, 2009 7:45 AM (in response to italost)Can you pls share your sample with us?
-
4. Re: Combining CXF responses
italost Aug 18, 2009 10:23 AM (in response to hzbarcea_hzbarcea)Hi guys.
Thanks for the attention.
I am out of the office this week. I will share the sample as soon as I am back.
Cheers!!
Italo Giovani Stefani
Vetta Technologies
www.vettatech.com
-
5. Re: Combining CXF responses
lyfe Nov 27, 2009 5:29 PM (in response to italost)I'm also interested in a sample. I want to accomplish the same thing.