Hi,
within an integration process(ccBPM) in PI 7.30 I call several webservices in a sequence (several transformation and synchronous send steps)
The final web sevice (createProject) need some internal values, e.g. a department code. The get the department code I have to call another web service before (getDepartmentCodes) which returns all department data with codes and name. From the sending application I receive the name and need to do the mapping to the department ID.
How can I parse the right value for the corresponding ID from the multiple department data I receive from getDepartmentCodes response?
Is it possible to do this in a container operation or condition of a switch step?
Thanks and kind regards
Michael