Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-1559

Missing Client side Soap Attachments Support in CXF

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.3
    • 2.1.1, 2.0.7
    • JAX-WS Runtime
    • None
    • Windows XP,Apache Tomcat 5.5.25,jdk1.5.0_10

    Description

      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)

      Attachments

        Activity

          People

            dkulp Daniel Kulp
            bharath_t19 bharath reddy
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: