You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

OIC Complex variables

edited Sep 9, 2020 12:34PM in Integration 3 comments

Summary

OIC Complex variables

Content

Hi Experts,

I have two services.   Dept and Emp(Takes the parameter as Dept name)
The response of both will be of complex type.

Integration flow is to  Call Dept Service,loop through Depts and Call the Emp service by passing Deptname.

I want to return the response of my Integration as below

{
Dept1Name,
Dept1Id[
{Emp1Name,
Emp1Id},
{Emp2Name,
Emp2Id}
.
.
.
]
Dept2Name,
Dept2Id[
{Emp3Name,
Emp3Id},
{Emp4Name,
Emp4Id}
]
}

what are  the approaches?

 

 

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!