cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Webservice Call in one PI interface

Former Member
0 Kudos

Hello Experts,

I am looking at an interface with the following requirement.

I need to do a Webservice call on to a server A from PI and if I get the required data, the interface is complete.

But if the required data is not present in server A, the same interface will then do a call to another server with another or same webservice.

Actually the required data will be present in one of the server, so if the first call fails, then the second one is called.

Can I do this without using BPM.

I am using PI 7.31 Single Stack PO.

Thanks & Regards,

MM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member181985
Active Contributor
0 Kudos

Hi Murli,

May be you can try with SOAP lookup's in the mapping. Try with first server and in case if it fails then try with second server. You don't require a BPM with this approach

BTW, what is your scenario flow Source? --> XI --> target? ( apart from SOAP business system)

Regards,

Praveen Gujjeti

Former Member
0 Kudos

Hi Praveen,

My scenario is something like this.

CRM <-------> PI <------> Address Database 1 or Address Database 2 (depending on where the address is maintained). This is a webservice based request from CRM.

Regards,

MM