cancel
Showing results for 
Search instead for 
Did you mean: 

Supported backend endpoints in SMP 3.0 ?

Former Member
0 Kudos

Hello,

Can I add any other types of endpoints to the application rather than OData Service ?

For example, Can I add a link to REST service without using Integration Gateway ?

Thanks,

Hossam

Accepted Solutions (1)

Accepted Solutions (1)

midhun_vp
Active Contributor
0 Kudos

Hi Hossam,

You can use any url as end point, but you have to parse it in application your own, ie you can't use the Odata parser that comes with SMP Odata SDK.

An example:

Regards, Midhun

SAP Technology RIG

Former Member
0 Kudos

Thanks Midhun,

That's mean I can add base url for REST services and SMP will just forward any POST requests from app to this service ?

Thanks

Hossam

midhun_vp
Active Contributor
0 Kudos

Hi Hossam,

Yes you are right, you can add REST service as end point url and define REST requests. SMP server acts like a proxy server.

You also can define multiple backends while configuring app in SMP admin cockpit. ie you can use multiple services in single application.

Regards, Midhun

SAP Technology RIG

Former Member
0 Kudos

Thanks a lot Midhun for your support,

I'll give a try and get back to you if I faced any issues.

Thanks a lot

Hossam

Answers (0)