- 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
Connecting SAP SOAP WebService with Android application
You are passing parameter in URL like this: http://XXX.com/xyz/api/sap-client=100&sap-user=username&sap-password=xxxxx"
Instead of this, you should pass parameter like this: request.addProperty("sap-client", "100"); request.addProperty("sap-user", "*"); request.addProperty("sap-password", "*");
- Related Articles
- Fetching list of products from SAP: connecting SAP database from .net application
- Connecting SAP system from C# application via .NET Connector 3.0
- PHP Soap Client is not supporting WSDL extension while connecting to SAP system
- Error while connecting to SAP server from Java application: java.lang.UnsatisfiedLinkError: no sapjco3 in java.library.path
- Connecting system with SAP system using a Web Service
- Uploading data to SAP via WebService using WCF in C#
- In SAP Business One, making HTTP request with SOAP body
- Connecting SAP in Ruby on Rails
- Integrating SAP with Android
- Connecting PHP directly to SAP Business One
- Connecting to SAP HANA using odbc_connect() on PHP
- Downloading SAP.NET connector to integrate .NET application with SAP system
- Integrating .NET application with SAP system and using best practices
- How to use SQLite database with an Android application?
- Performing different SAP logon check while connecting to HANA

Advertisements