cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming SOAP service from SAP Build Process Automation

sapbtpuser
Explorer
979

I am looking for any documentation or information regarding how to call a SOAP service to POST values into S/4HANA public from SAP Build Process Automation


I don't see it as a part of Build Actions readily to consume SOAP calls

Thanks in Advance

View Entire Topic
wuttichai_s
Participant
0 Kudos

While Build Actions doesn’t have a ready-to-use feature for SOAP calls, I use 'Activities Call Web Service' or cURL to make the calls. The key is to properly configure the body of the request.

sapbtpuser
Explorer
0 Kudos
Thank you for this. Could you share sample code which works for you while using the Call Web Service?
sapbtpuser
Explorer
0 Kudos
I get 500 Internal Server Error when I try
wuttichai_s
Participant
0 Kudos
1. Set Up the API : First, ensure that the API configuration for S/4HANA public is properly set up and ready for use. 2. Test the API : I recommend using SoapUI to test the API and verify that it is functioning correctly.
alexfurty
Explorer
I'm having trouble making SOAP calls from SAP Build Process Automation. Can you share a sample? Thanks!