How can we retrieve the soap attachments on the CXF Client.When i try the 
following it returns a null.

BindingProvider bp = (BindingProvider)port;
java.util.Map<String,Object> responseContext = bp.getResponseContext();
(Map<String,List<String>>)responseContext.get(MessageContext.
INBOUND_MESSAGE_ATTACHMENTS)

thanks and regards,
Bharath

Reply via email to