You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2003/01/17 10:12:41 UTC

DO NOT REPLY [Bug 16197] New: - axis provider messaging with attachments don't work

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16197>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16197

axis provider messaging with attachments don't work

           Summary: axis provider messaging with attachments don't work
           Product: Axis-WSIF
           Version: current (nightly)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Basic Architecture
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: antelder@apache.org


When using service operations with attachments and invoking the operation with
message style the attachments are not sent.

The problem here is that the code only checks the top level of the message
element for the attachment href. These hrefs can be at any level in the message
element tree but if they are wsif doesn't find them so the attachemnt is lost.