Hi All,
I am working on soap to RFC synchronous scenario.The RFC response structure is similar to the below structure
RFC Response structure
ContactDetails(0 to unbounded)
{
--EmployeeID
--contact
--address
etc
} repeats for each Employee
ErrorDetails(0 to unbounded)
{
--EmployeeID
--ErroMsg
} repeats for each Employee
FamilyDetails (0 to unbounded)
{
--EmployeeID
--familyType
--familymemberName
etc
}repeats for each Employee
But the third party requires the below format
XMLStructure
EmployeeDetails
{
--EmployeeID
--contactDetails
--ErrorDetails
--FamilyDetails repeat for each family member
} repeat for each Employee.
Is it possible to convert the above RFC response structure to the required format as mentioned above.Please help me in mapping the above two structures.
Thanks,
Ramya