Does backend systems like IIB, WSRR, Data Power etc support Restful web services?

220 Views Asked by At

Does backend systems (WSRR, DP, ODM, MDM, IIB, etc) support Restful web services? I know they support Soap!

Also, if my application is developed using IIB, WSRR, Data Power etc with SOAP web services, can they be converted to Restful web services? Is that a possibility?

Thanks!

1

There are 1 best solutions below

2
On

Yes, they support RESTful web services.

For the second part of your question, SOAP services can be converted to REST in them; for some it's easy (e.g. ODM) and for some, it requires some work (e.g. IIB).