- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Invoke a Web service from AJAX in SAP application
It does not change much in SAP. How you have been doing in other projects like .NET or other, you need to incorporate the same.
You need to send a POST or GET request to the intended service with the help of URL.
In order to get the URL, you need to seek help from the ABAP person who would be exposing the service to fetch the WSDL file for all the details about the service.
Once you have the WSDL, you can frame the request object with all required input parameters to make an AJAX call.
- Related Articles
- Consuming Web Service in C# application (SAP)
- SAP BI retrieving PDF from Web Service
- Using SAP Web Service from WSDL file
- Using SAP Web Service from SAP by PHP with parameters
- Integrating JSession in a Web-Service in SAP
- Using SAP Gateway service in SAP Web project
- Extended application Service in SAP HANA
- Creating SAP interface to pull data from web application
- Different ways to interact with SAP system from a web application
- Exposing employee master data from SAP HR system using Web Service
- Connecting system with SAP system using a Web Service
- Naming conflict error while consuming SAP Web Service in .net
- Calling SAP Web Service to get data in Flash dashboard
- Java Web application pointing to SAP HANA locally
- Attach data from SAP system using Oracle Web Logic and Oracle Enterprise Service Bus

Advertisements