cancel
Showing results for 
Search instead for 
Did you mean: 

Integration wid MIcrosoft SOLOMON

Former Member
0 Kudos

Hi All,

I have to integrate 200 Solomon system with XI. Data communication will be bidirectional & integration will take place for almost 10 business processess which wil be similar for each Solomon system.

My query is can I use webservice to send data from Solomon to XI, if yes then how to receive 10 different type of data for 10 different processes.

Also how to send data to these systems back. Communication will be asynchronous only. Do i need to define 200 solomon systems??

Please help.

Thanks in advance...

Regards

Sushil

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>if yes then how to receive 10 different type of data for 10 different processes.

in PI (as of 7.1) you can have multiple operations (data types) per one service interface

so you can have one WS with many messages

>>>Communication will be asynchronous only. Do i need to define 200 solomon systems??

if it's async then if you will be using WS calls you'd need to define 200 systems I guess unless you use files for example you can send data to one receiver and to 200 folders in that one receiver (using dynamic creation of folder name),

Regards,

Michal Krawczyk