Extra information
No Extra informationConnector package documentation
Table of Contents
- 1. Setting up HTTP/SOAP Client SAP ECC
- 1.1 Steps
- 2. Subscribing to entities from SAP ECC
- 2.1 Steps
- 2.2 General concept
- 3. Publishing entity to SAP ECC
- 3.1 Steps
- 3.2 General concept
1. Setting up HTTP/SOAP Client SAP ECC
1.1 Steps- In the Alumio Dashboard, go to Clients -> SOAP Clients. Create a new SOAP Client.
- Select SAP ECC SOAP Client as the prototype of the SOAP client.
- Fill in the WSDL content.
- Select the SOAP version
- Select the HTTP Client.
- You can optionally change the SOAP headers.
- Save the SOAP Client for use.
2. Subscribing to Entities from SAP ECC
2.1 Steps- Go to Connections -> Incoming, create a new incoming configuration, and select SAP ECC Subscriber as the subscriber.
- Select the method you want to subscribe from SAP ECC.
- Add any request parameters needed to subscribe to the entity (optional).
- Select the SAP ECC SOAP Client to use
- You can optionally add a transformer to transform the request parameters into something you will request from SAP ECC.

3. Publishing Entity to SAP ECC
3.1 Steps- Go to Connections -> Outgoing, create a new outgoing configuration, and select SAP ECC Publisher as the publisher.
- Select the Method that you want the publisher to do with the data.
- Select the SOAP Client entity you want the data to be published.
- You can also optionally add any transformers to transform the data into anything you need before submitting it to SAP ECC.
- Also, you can use a Response validator to validate the respond

