‎2016 Dec 08 9:15 PM
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
).
‎2016 Dec 08 9:50 PM
‎2016 Dec 09 6:16 PM
Do you still have an issue or did the mentioned thread helped you to solve it?