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 2002/09/06 12:30:40 UTC

DO NOT REPLY [Bug 12357] New: - the soapmessage object returns twice each soap header

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

the soapmessage object returns twice each soap header

           Summary: the soapmessage object returns twice each soap header
           Product: Axis
           Version: beta-3
          Platform: Other
        OS/Version: Windows XP
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Serialization/Deserialization
        AssignedTo: axis-dev@xml.apache.org
        ReportedBy: tony.nys@aditel.be
                CC: tony.nys@aditel.be


the soapmessage object returns twice each soap header: the Iterator is an
AbstractArrayList with 2 elements

output: >java Test
HEADER ELEMENT NAME::Hello http://www.jcommerce.net/soap/ns/SOAPHelloWorld
HEADER ELEMENT NAME::Hello http://www.jcommerce.net/soap/ns/SOAPHelloWorld

source and input xml: see attachments