What steps are involved to create a new integration?
1. Installation of the EPO XML Connector (one time task) 2. Configuration of the service (every single interface we call “service”) 3. Implementation of the core for the service: This can range from publishing a BAPI as web service, calling a function module, writing a Call Transaction or Batch Input etc. for SAP inbound and for SAP outbound this can be calling the EPO Client (a single function module) or calling the method SAP Client after generating the proxy class from a WSDL. The EPO XML Connector is delivered with templates, which can be copied. 4. Testing the integration and go-live.