Hi,
I have created a new issue https://issues.apache.org/jira/browse/CXF-1444 Basically I was trying to do some integration of cxf with servicemix and my use case is using a java first client and when I try to invoke my operation it fails because the operation only gets back the return value and I also expect an inout parameter to be updated. It seems that in the HolderOutInterceptor it seems to add the objects into the MessageContentList based on the part index value which means the objects will not be in sequential order in the array. I attached the updated fix to the jira to get the objects based on the part index. If someone could apply my patch that would be great ? Also I wouldn't mind knowing if there is a reason why the HolderOutInterceptor adds the objects based on the part index. Thanks, Edell. ---------------------------- IONA Technologies PLC (registered in Ireland) Registered Number: 171387 Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland
