PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

CI Web Service - Nested Elements

edited Aug 31, 2018 8:59AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 2 commentsAnswered

Hello,

I have a custom web service with most fields at level 0. I have one scroll level based on a view that displays emergency contact information.

When I test the component interface in App. Designer, it looks fine. When I call the web service from SoapUI, I get all of the data, but the scroll area data doesn't render as expected.

I expect something like this:

<EMPLID></EMPLID>

<EMERGENCY_CONTACTS>

     <EMERGENCY_CONTACTS 1>

          <NAME></NAME>

          <ADDRESS></ADDRESS>

     </EMERGENCY_CONTACTS 1>

     <EMERGENCY_CONTACTS 2>

          <NAME></NAME>

          <ADDRESS></ADDRESS>

     </EMERGENCY_CONTACTS 2>

</EMERGENCY_CONTACTS>

But I get this:

<EMPLID></EMPLID>

<EMERGENCY_CONTACTS >

     <NAME></NAME>

     <ADDRESS></ADDRESS>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center