cancel
Showing results for 
Search instead for 
Did you mean: 

Get Response from Asynchronous Outbound WebServiceggest

AnkitSharma1
Explorer
0 Kudos
278

Hi Team,

I am building a Fiori Application which needs to call Asynchronous WS in SAP Backend.

I have a pair of Asynchronous WebService (Inbound and Outbound). I am calling the Asynchronous Inbound WebService from UI5 and it is providing me only Status Code. The relevant Outbound WebService is configured in SAP Backend System and I can find the Response in SRT_MONI. I need the same Response in UI5 to proceed with further logic. 

Please suggest a feasible solution.

 

Thanks,

Ankit.

View Entire Topic
ArcherZhang
Product and Topic Expert
Product and Topic Expert
0 Kudos
This is nothing about Fiori, but the JS to call WS...so you can reffering the code in https://www.geeksforgeeks.org/ways-to-make-an-api-call-in-javascript/
AnkitSharma1
Explorer
0 Kudos
Thanks ArcherZhang, My Inbound WS is returning only Status Code and other details like Asset Id or Errors are returned by Outbound WS.
AnkitSharma1
Explorer
0 Kudos
I do not find a way to get the response from my Outbound WS in UI5. Please suggest.
AnkitSharma1
Explorer
0 Kudos
IB WS is FAA_FIXED_ASSET_CREATE_MAIN_WEBI and OB WS is CO_FAA_MD_ESR_CREATE_MAIN_CONF_SPRX