cancel
Showing results for 
Search instead for 
Did you mean: 

API Management to SAP PO

rasjoshi
Active Contributor
0 Kudos

Hi,

I am trying API to RFC (API (REST CALL) --> SAP PO --> RFC (ECC))

Providing ProductID and expecting some response back from ECC. I testing interface using SOAP UI (test msg from SOAP UI to PI and I am getting response back).

When I tried to push product ID from test tab of API Portal. I am not getting any response back.... Any idea what wrong I am doing here... Below is the URL I am using for testing -

https://p1942248205trial-trial.apim1.hanatrial.ondemand.com:443/p1942248205trial/v1/rest/product?soi...

Policies used are -

Proxy End Point -

Pre Flow - extractVariable and assign message

Target Proxy -

Post Flow - xmltoJSON, extractVariable and setresponse(assignMsg)

Please let me know if any info required from me.

BR,

Rashmi

Accepted Solutions (0)

Answers (2)

Answers (2)

vitor_lemberck
Employee
Employee
0 Kudos

Hello,

You can check the KBA https://launchpad.support.sap.com/#/notes/2788185

Hope it can help you 🙂

arthursilva
Active Participant
0 Kudos

Hello Rashmi,

Have you activate the API debug (trace) ?

Access the Developer Portal > Develop > Click on the API you want to debug > At the top right corner, click on button "..." to display all menu options and then choose Debug.

The procedure to analyse the api in runtime is:

  • Start Debug (button at bottom right corner)
  • Execute your API, in your case is to send a request through SOAP UI
  • Click Refresh
  • Stop Debug

The execution log will be displayed entirely, and you're able to analyse each policy. Please, do this procedure and give us feedback later.

BR
Arthur Silva