Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Ganesh S
6
Views
1
Comments
SAP Netweaver Gateway Integration
Question
Hello,
I am new to the forum, a big hello to all of you! Has anyone integrated SAP data using the rest services from SAP Netweaver gateway.
They do follow a set style and pattern, so was wondering if it was easy to integrate with outsystems.
Thanks
Ganesh.S
Ricardo Ferreira
Staff
Hi Ganesh!
Welcome to our forums and sorry for the late reply.
Yes, it is possible to integrate data via the SAP Netweaver gateway REST apis,
but first of all you need to know the services you are integrating with.
You need to read the rest service documentation and effectively test it using a tool to do HTTP requests. Google chrome has great extensions to do that, such as
Advanced Rest Client
.
Take particular attention to the format of requests and response: if there is a chance to choose between JSON and XML, go for JSON because it will be far more simple.
After that you can use the
ardoJSON extension
to build your requests and parse responses, together with the
ardoHTTP extension
to perform the HTTP requests.
Next week at
NextStep
we will show big news regarding REST services.
Are you coming to NextStep?
Thanks!
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...