[esb-issues] [JBoss JIRA] Created: (JBESB-3327) SOAPClient's OGNL util does not map collections properly from SOAP responses

Magesh Kumar B (JIRA) jira-events at lists.jboss.org
Fri May 21 06:18:06 EDT 2010


SOAPClient's OGNL util does not map collections properly from SOAP responses
----------------------------------------------------------------------------

                 Key: JBESB-3327
                 URL: https://jira.jboss.org/browse/JBESB-3327
             Project: JBoss ESB
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Rosetta, Web Services
    Affects Versions: 4.8
            Reporter: Magesh Kumar B
            Assignee: Magesh Kumar B
             Fix For: 4.9


When SOAP responses contain collections like shown below they are not processed properly. Only the last value is retained in the resulting OGNL map.

<OrderStatus>
    <id>1</id>
    <comment>order processed</comment>
    <returnCode>1</returnCode>
    <comments>Additional Comment1</comments>
    <comments>Additional Comment2</comments>
    <comments>Additional Comment3</comments>
    <comments>Additional Comment4</comments>
</OrderStatus>

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

        


More information about the esb-issues mailing list