WCF Webservice to be consumed by SAP-PI
-
Hello, Im newbie to the SAP world. We have a product (developed on .net) and we need to allow data exchange between our product and SAP. I have googled and discovered that SAP-PI (old 'SAP-XI') is the one (I guess) reponsible for exchanging data to/from SAP. If this is true, Does it communicates with external webservices? I mean, can SAP-PI access my product´s webservices and push and pull data from my webservice? If so, Is there any special webservice requirements required by SAP-PI in order to allow SAP-PI access my webservice? Can I create this webservice using WCF? How to "Map" my webservice to SAP? Is that possible to develop some kind of "adapter" of my webservice to allow SAP to easily access my webservice, without the need to mapping SAP to my webservice everytime we need to install/implement our product on a customer site? If so, how to do that? Thanks a lot.