Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-2656

no soap 1.2 inline multireferences support

XMLWordPrintable

    • Compatibility/Configuration

      jbossws doesn't seem to support inline multireferences from soap 1.2 while consuming webservices from other enviroments (php for example)

      result like:

      <item>
      <name>item1</name>
      <product enc:id="ref1">
      <name>product1</name>
      </product>
      </item>
      <item>
      <name>item2</name>
      <product enc:ref="#ref1"/>
      </item>

      is unmarshaled with item2 object with product object filled with null's

              Unassigned Unassigned
              oczek_jira Wojciech Oczkowski (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: