You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Bharath Thippireddy <BT...@primavera.com> on 2008/04/29 00:10:37 UTC

CXF Client and Soap With Attachments

How would the CXF JAX-WS client object handle soap attachments.Are their 
any convinient methods to retrieve the attachment from the 
java.util.Map<String,Object> responseContext?

When i try the following i see a null value,but i can see the attachment 
coming through  the SOAP monitor.

(Map<String,List<String>>)responseContext.get(MessageContext.
INBOUND_MESSAGE_ATTACHMENTS)

thanks and regards,
Bharath