Questions tagged [android-webservice]

Web service is a system that enables applications to communicate with an API. Web service helps to expose business logic through an API interface where different systems communicate over network.

217 questions
0
votes
0 answers

Android spring restful webservice client - cache data to improve performance

First, sorry if my question is duplicate. However I can't find answer so I decided to ask here.I have Android app, that consumes restful json webservice, using spring rest template. My app includes 2 layout types to display various portions of…
user1209216
  • 7,404
  • 12
  • 60
  • 123
0
votes
0 answers

How to Create a Web Service to Run In Android and Discoverable and Accessible by .NET

I would like to create a web service that run in Android device. The web service should discoverable. I am searching around how to build a web service in android, but so far always direct me to resources that show me how to consume other web service…
Buzz
  • 321
  • 2
  • 3
  • 20
0
votes
2 answers

Invoke android settings from web page URL?

From Web application that consists of only web pages. In that, I need to open android settings activity. How to invoke it?
0
votes
2 answers

Android Login & Registration using Web service or ASP.NET denying a passed strings with KSoap2

I'm creating an Android application that will communicates between android and ASP.NET by using SOAP web service, and I'm using KSoap2 to do it. And I am making is to register an account, which takes some user information, along with a "registration…
Android
  • 535
  • 5
  • 16
0
votes
2 answers

Can we send the message from **Android Device** to **GCM** server?

Can we send the message from Android Device to GCM server? I am implementing the Total GCM functionality to get message from server and it works fine. Now i want to save that message response right now i am using separate webservice to store…
0
votes
1 answer

Convert POST request for retrofit

I've the following POST request, that I'm testing with Advanced REST Client (Chrome Extension): URL: http://www.mysite.test/folder1/folder2/folder3/v1/register PARAMETERS: name: myName surname: mySurname email: myEmail password: myPassword The…
helloimyourmind
  • 994
  • 4
  • 14
  • 30
0
votes
0 answers

Retrofit: what's wrong?

I've a get request that…
helloimyourmind
  • 994
  • 4
  • 14
  • 30
0
votes
1 answer

PHP Session variables are not creating while using nusoap webservice from android device

I have a nu_soap Web service which I want to create and send Captcha code and image with it. I'm using getcaptcha web service to put generated Captcha code into a session variable and also Captcha Id, And by using another Web service named :…
0
votes
1 answer

Is it possible login into website programmatically with android?

I am trying to login into https://thingspeak.com/login website programmatically. I have written blow android program but its not help me to login. pls tell me what am i doing wrong. //inside thread function List nameValuePairs = new…
subramaniam
  • 49
  • 3
  • 12
0
votes
4 answers

Retrofit error body

How can I see Retrofit Error body message? All i see is byte array and I'm having trouble reading it.
Medo
  • 968
  • 1
  • 11
  • 26
0
votes
1 answer

Embedded Web Service on Android device

I would like to program a WebService embedded on my android device (not the client part). I've been evaluating Restlet Framework (Restlet) but i don't know if I go on the right way. What do you think? Is that framework viable for my goal? Any…
Héctor Ortiz
  • 257
  • 1
  • 6
  • 17
0
votes
0 answers

SOAP webservice calling using Ksoap

I am trying to call a soap which looks like this in SOAPUI. It's having 4 parameter. url is - http://seycel.com.mx/ws/res2.php Inputs are like this- `1212121212
A J
  • 4,542
  • 5
  • 50
  • 80
0
votes
0 answers

How to use Web app payment gateaway in android application?

I am developing an android app that is related to open-cart application type. This application was already developed in web app. It's already having a payment gateway option in web app. so i am just use that payment gateway option into my android…
Somanadh
  • 97
  • 2
  • 11
0
votes
3 answers

How do I refresh the contents of a webview everytime the app is launched?

I am trying to refresh the contents of my webview everytime someone launches my app.Say someone goes to a different page within the app or goes to background and then relaunches the app, i want the contents of my webview to refresh/reload based on…
user2386226
0
votes
1 answer

How do I pick selective html content in my webview in android?

I am currently trying to import selective headline from html content in my webview. I am looking at wide variety of options like json parsing or any hack will do. I was wondering if anyone has had experience with this or a brief idea on how to go…
user2386226