Missing Client side Soap Attachments Support in CXF
---------------------------------------------------
Key: CXF-1559
URL: https://issues.apache.org/jira/browse/CXF-1559
Project: CXF
Issue Type: Bug
Components: JAX-WS Runtime
Affects Versions: 2.0.3
Environment: Windows XP,Apache Tomcat 5.5.25,jdk1.5.0_10
Reporter: bharath reddy
WIth a JAX-WS Client,When the following code is used to retrieve the attachment
part of the SOAP message.It always returns Null.Looks like the attachment part
of the soap message is never being set in the context MAP.
BindingProvider bp = (BindingProvider)port;
java.util.Map<String,Object> responseContext =bp.getResponseContext();
(Map<String,List<String>>)responseContext.get(MessageContext.INBOUND_MESSAGE_ATTACHMENTS)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.