Hi all,
I want to test data export using IBP API (getDataExport API which uses a RESTful web service).
I have checked official documentation and SCN post.
Before doing anything in SAP ECC, I want to test this API with a simple interface. To do so, I used SoapUI, but I can’t get it to work :
Steps I have done so far:
- In IBP:
- I have assigned to my user a visibility filter for the planning area, with no filter rules defined.
- I have a Key Figure “CONSENSUSDEMANDBASEQTY” defined @ PERPRODCUST (Keys are PERIODID, PRDID, CUSTID,
- In SoapUI:
- I have created a new REST project. I have tested 2 URLs :
- https://xxxxxx.ibp.ondemand.com/sap/sop/sopfnd/services/analytics/sopa.xsjs (from SCN post)
- https://xxxxxx.ibp.ondemand.com/sap/sop/sopfnd/services/analytics (from official documentation)
- I have created a new REST project. I have tested 2 URLs :
I am not sure which one is correct?
- I have specified my IBP credentials in the request properties :
- I have specified the request parameters :
- I submit this request with "POST" method, but I get the following error messages, according to the URL I use :
- "Error 404 - Not found"
- "Error 500 - Internal server error"
Can someone help me with this?
Do you know another simple method to test this API (outside ECC)?
Thanks,
Pierre