Hi All,
We have few RESTful API's that we would be calling from SAP on premise system. We have the connectivity established. The API's use APIKEY's for authentication.
We are maintaining RFC destinations for each service, but we wanted to know th...
Hi All,
We have a non SAP Rest API that we need to call as below. Also as per developer of the API this is not oData based API.
{url}/ ?query[{query-key-1}]={value-1} &query[{query-key-n}]={value-n} &select={select-key-1} &select={select-key-n}
...
Hi All,
We are trying to integrate to PC Miler Version 30
We have been trying to create a Service Consumer in SAP from the following WSDL URL
http://pcmiler.alk.com/APIs/SOAP/v1.0/service.svc?Wsdl
In this URL there is another URL as Import lo...
Hi Manas,API we had to consume was internal to our company. This is a limitation on SAP side while we query. So the API team created a new API for SAP's use where we send a POST request and they return the data based on that.So to speak we are using ...