Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Calling Mulesoft API from ABAP

Former Member
0 Likes
2,058

Hi Team,

I need a little advise, we are trying to invoke a mulesoft API form ABAP using HTTP APIs exposed by SAP, but it fails and returns me an error code 404 - Connection Refused when we invoke the method call -

mo_http_client->receive(
EXCEPTIONS
http_communication_failure = 1
http_invalid_state = 2
http_processing_failed = 3
OTHERS = 4
).

2 REPLIES 2
Read only

Former Member
0 Likes
1,400

I found out an interesting thread:

https://archive.sap.com/discussions/thread/482084

Read only

ziolkowskib
Active Contributor
0 Likes
1,400

Do you still have an issue or did the mentioned thread helped you to solve it?