Contact Us 1-800-596-4880

SAP S/4HANA SOAP 2.1 - Examples

Send an XML Request and Print the Response

This example sends an XML request to SAP S/4HANA’s SOAP API and prints the response:

sap s4hana soap demo flow

POM File for This Example

XML Code for This Example

Send an XML Request and Receive the Replication Outbound Message

In this example, an XML request is sent to SAP S/4HANA’s SOAP API and then receives the replication outbound message, which is saved to the object store:

sap s4hana soap source demo flow1

This flow is used to get the outbound message from the object store:

sap s4hana soap source demo flow2

POM File for This Example

XML Code for This Example

View on GitHub