Hi All,
One of our system “A” can connect only to SAP server and not able to connect to any other system. But As per our policy all the systems should go through webMethods to connect SAP server. So system “A” should go through webMethods to connect to SAP.
So Integration should be [b]A <--> webMethods <--> SAP[/b]
As system “A” can connect only to SAP to achieve the connectivity between system A and webMethods , webMethods should act as SAP Emulator. What I mean Emulator is,It should be able to take the SAP connection parameters ( inputs of RFC call ) as inputs and send the response similar to SAP.
Can any one have any idea/clue how we can create SAP Emulator in webMethods ?
system “A” can not consume/provide a webservice.Not even make a HTTP call. It is Master Data Management System ( DataFlux Federation Server). It has only options to connect SAP server / Database. No options for customization.
system A can give parameter which they use to connect SAP ( like hostname and cleint … etc ) So webMethods should act as SAP.
NOTE : We have planned for integration like system A <–> Database <–> webMethods <–> SAP . But this solution is not agreed as Database will add one more HOP and also we require synchronous communication.