How to implement RESTful API for Siebel IP16 - rest

We have recently upgraded our Siebel CRM application from version 8.1.1.11 PS16 ( IP13) to latest Siebel CRM version Innovation Pack 16 and are planning to implement "RESTful API for Siebel IP16"
Please help me to understand how to start building RESTful API for Siebel CRM along with some examples if possible.
Regards,
Sombir Sheoran

You will find the best articles on SiebelHub, those guys have totally dissected the REST api and have posted working code. Siebel IP16 achieves REST via an additional TomCat server, which converts the REST to SOAP passing it to Siebel. So you need to look at its installation as well.

Related

How to consume Rest services in ATG?

I have gone through the ATG oracle guide for rest web service Architecture. Kindly provide a basic example/ steps to consume a rest service in oracle ATG.
If you are looking to consume an external REST API from within your ATG application, then ATG does not provide you any specific way to do so, but ATG is Java, and there are many ways to call REST services in Java.
If you are looking to expose REST APIs from your ATG application, then ATG 9 onwards has a REST Services framework, and ATG 11 onwards has a REST MVC framework that you can use. If these are not suitable for you, then there are other, third-party, ways of doing it too.

SugarCRM Integration - Community edition -Rest vrs SOAP

We have a setup where SugarCRM will be deployed/hosted on AWS Cloud and it has to be integrated with a Portal application and Mobile App.
Considering the scenario, which SugarCRM APIs should be preferred for integration i.e SOAP OR REST and why?
Or should we use SOAP for portal and REST for mobile app integration?
Use REST. According to the SugarCRM support site, "SOAP support is deprecated as of 7.x and you should move integrations over to the new REST endpoint".

Alfresco CMIS soap where to start

I need to integrate alfresco with Navision 2013 and I focused on alfresco web service (soap binding) to create a connector beetween the two systems.I searched a lot in alfresco wiki and forum but I didn't find nothing about SOAP version. Someone can give me an overview and links where to find some of usefull articles for making basic operations (upload, download documetents, create folder, get workflow information)using cmis soap services?
Alfresco CMIS specs: http://cmis.alfresco.com/
Apache OpenCMIS Java Clients: http://chemistry.apache.org/java/opencmis.html
You can select to use the SOAP binding.
Apache Workbench: http://chemistry.apache.org/java/developing/tools/dev-tools-workbench.html
With this tool you can test your CMIS server with all the needed services.

Bug tracking software with rest/java api's

Hi please suggest me an opensource workflow management software which provide either rest/java api's so that it can be integrated with my existing application to automate the bug tracking process.
i'm using Redmine and it's Fork ChiliProject
Both offer you an REST API for several tasks.

How to create Rest Web service client and server

Hi I need to use REST web service but not getting how to start. Although I have checked different articles but there is no proper example which tells flow of REST SERVER and REST CLIENT. Is there any good example link which tells how a REST server will be created with php and how this web service will be called with which technique. I need web service to show customers and then update customers using web service as well. I need to create my own web service for my application so I need to create both Rest server and Rest client.
Thanks
Crinch
REST isn't a technology, it's a style of software architecture
If you want some concrete examples and a simple framework to get started, try cherrypy, which is a minimal web framework written in python.
This should get you started with a web server that can help you adhere to REST design principles.
You Can Try PHP REST Data services https://github.com/chaturadilan/PHP-Data-Services