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
