[ 
https://issues.apache.org/jira/browse/CXF-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Kulp updated CXF-1559:
-----------------------------

    Fix Version/s: 2.0.7
                   2.1.1

> 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
>            Assignee: Daniel Kulp
>             Fix For: 2.1.1, 2.0.7
>
>
> 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.

Reply via email to