[jbossws-issues] [JBoss JIRA] Created: (JBWS-2656) no soap 1.2 inline multireferences support

Wojciech Oczkowski (JIRA) jira-events at lists.jboss.org
Tue May 26 07:27:56 EDT 2009


no soap 1.2 inline multireferences support
------------------------------------------

                 Key: JBWS-2656
                 URL: https://jira.jboss.org/jira/browse/JBWS-2656
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: jbossws-native
    Affects Versions:  jbossws-native-3.0.2
         Environment: debian, jboss-4.2, sun-java-6 
            Reporter: Wojciech Oczkowski


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 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list