You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "bharath reddy (JIRA)" <ji...@apache.org> on 2008/04/29 23:20:57 UTC

[jira] Created: (CXF-1559) Missing Client side Soap Attachments Support in CXF

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.


[jira] Updated: (CXF-1559) Missing Client side Soap Attachments Support in CXF

Posted by "bharath reddy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

bharath reddy updated CXF-1559:
-------------------------------

    Issue Type: New Feature  (was: Bug)

> Missing Client side Soap Attachments Support in CXF
> ---------------------------------------------------
>
>                 Key: CXF-1559
>                 URL: https://issues.apache.org/jira/browse/CXF-1559
>             Project: CXF
>          Issue Type: New Feature
>          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.


[jira] Resolved: (CXF-1559) Missing Client side Soap Attachments Support in CXF

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-1559.
------------------------------

    Resolution: Fixed

> 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.


[jira] Updated: (CXF-1559) Missing Client side Soap Attachments Support in CXF

Posted by "bharath reddy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

bharath reddy updated CXF-1559:
-------------------------------

    Issue Type: Bug  (was: New Feature)

> 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.


[jira] Updated: (CXF-1559) Missing Client side Soap Attachments Support in CXF

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Assigned: (CXF-1559) Missing Client side Soap Attachments Support in CXF

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp reassigned CXF-1559:
--------------------------------

    Assignee: Daniel Kulp

> 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
>
> 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.