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

client gets extra <return> tags with org.w3c.dom.Document result

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.2.2
    • 2.2.3
    • Aegis Databinding
    • None
    • tried on both Ubuntu 9.04 and CentOS 5.3,
      java 6

    Description

      web service client de-serializes org.w3c.dom.Document with extra <return> tags.
      i.e. result of getExampleDocument() should be <node>test</node> but the client gets <return><node>test</node><return>

      The message that server sends is

      <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
      <soap:Body>
      <ns1:getExampleDocumentResponse xmlns:ns1="http://cxftest.org/">
      <return><node>test</node></return></ns1:getExampleDocumentResponse>
      </soap:Body></soap:Envelope>

      Attachments

        1. test_cxf.tar.gz
          3 kB
          Yuriy Halytskyy

        Activity

          People

            bmargulies Benson Margulies
            yuriy Yuriy Halytskyy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: