cancel
Showing results for 
Search instead for 
Did you mean: 

Synch call to split in synch and asych

Former Member
0 Kudos

Hi Guys,

we got a new request to split a synchronous interface to asynchronous and synchronous realtime.

SENDER (Service Interface Synchronous Outbound )              > SYSTEM A  (Service Interface Synchronous Inbound

                                                                                          >  SYSTEM B (Service Interface Asynchronous Inbound)

How can we handle this without BPM? Thank you.

PM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184720
Active Contributor
0 Kudos

What is your System B? is it file based or webservice?

During the request mapping.. write the the required data into file using a UDF(for system B).

sender (sync) -> graphical mapping (UDF - to create the file for system b using UDF) -> receiver(sync)

File Lookup in UDF - Process Integration - SCN Wiki

Former Member
0 Kudos

HI Gampa,

During the request mapping is good idea, but i need to send trough xi adapter. Any other suggestions?

former_member184720
Active Contributor
0 Kudos

What is your PI version? Would you be able to use soap adapter instead of XI?

If so you can give a try by calling the soap channel from a UDF(soap lookup) though i'm not sure if it feasible as it is async..

However you can build another interface which can pick the from local file system and send it xi adapter..