Tagged Questions
0
votes
0answers
60 views
Web Service SAP with Android: XmlPullParserException
I have a problem trying to connect a Web Service made in SAP with Android. I know That are already a lot of questions with this Thread, but I tried a lot of solutions and nothing worked. I'm having ...
-2
votes
2answers
147 views
Sybase m365, Sybase Smarrtphone Mobiliser
I would like to know if anyone have worked with Sybase m365 mobiliser. I have searched and checked the parent website. I am interested in how i can adapt it and use as android app? Would we be able to ...
1
vote
1answer
186 views
Android kSOAP: Invoke WebService on SAP for complex parameter
I am trying to invoke a web service on a SAP system and am having a problem trying to pass a complex parameter in.
The web service has 3 input params. 2 Strings and a complex parameter which ...
0
votes
0answers
30 views
Invoke SAP SOAP Web Service using kSOAP2 [duplicate]
Possible Duplicate:
Android kSOAP2 connecting to web service.
I am failing miseribly at trying to invoke a bespoke web service I have created in a SAP system.
Below are the URL details I ...
0
votes
2answers
198 views
Invoking restful Soap web service in android
I am trying to invoke the SOAP Web Service in android in Restful methodology.
DefaultHttpClient client=new DefaultHttpClient();
HttpHost targetHost=new HttpHost("87.11.9.26", 8000, "http");
...
0
votes
1answer
184 views
XmlpullParserException while invoking the Sap web services in android
I am getting the Error as shown below.Please give me idea where I go wrong.
This is the code I wrote
SoapObject request = new SoapObject(NAMESPACE, METHOD_NAME);
...
0
votes
1answer
714 views
Connection Establishment between Android and SAP SOAP Webservices
I want connect SAP SOAP web-services from android Application i am using the following code But i got the exception.When i am debugging the code the call method id not executed.I am using the ...
0
votes
1answer
346 views
how to use SAP in android? [closed]
I am mobile application developer for android & ios but recently I want to develop one mobile application that uses SAP system. I have no idea how to do that and there are no tutorial for this ...
-1
votes
2answers
289 views
SAP call RFC in Android
Anyone know of an example that demonstrates how to connect to a service using SAP RFC in Android?
Thank you,
Kiotto
2
votes
1answer
1k views
how to authenticate sap web service with ksoap2
I have to connect a SAP web service. Here is my code but it warns : org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope (position:START_TAG ...
-4
votes
1answer
491 views
How can Access SAP SOAP Web services from Android? [closed]
I want to consume SAP SOAP web-services from Android? Please give any sample code or suggestions to invoke it
0
votes
2answers
832 views
How can i Invoke SAP SOAP webservices from Android? with username and password.?
package com.venkat.pack;
import org.ksoap2.SoapEnvelope;
import org.ksoap2.serialization.SoapObject;
import org.ksoap2.serialization.SoapSerializationEnvelope;
import ...
0
votes
1answer
626 views
How can Add username and password as URL parameter in Android SOAP webservices program with SAP SOAP WSDL? with desktop browser cheeking
I added the Username and password as Url parameter the fallowing url
private static final String URL ...
1
vote
1answer
599 views
How can I display Sap Soap webservices Response in Android ? using ksoap2
package com.appu.pack;
import org.ksoap2.SoapEnvelope;
import org.ksoap2.serialization.SoapObject;
import org.ksoap2.serialization.SoapSerializationEnvelope;
import ...
0
votes
1answer
345 views
How can Iinvoke SAP SOAP webservices in Android Without Ksoap2?
I want To consume SAP SOAP webservices from Android without ksop2? is there any alternative in Android ?