webservices

  1. Kevin Hartin

    Android Question Periodic polling of web server

    I need my app to periodically poll a webserver to get any updates to the web database (mainly new records). I have considered web services, long polling and firebase, but would prefer to simply poll the webserver periodically using HttpJob as I already have these functions working through menu...
  2. GabrielQ

    Spanish Consumir Web Service

    Buenos dias, hay algun ejemplo (busque y no encontre), de consumir un WS y que la respuesta del mismo es una simple string (en base64 por si viaja algun caracter especial), yo ya los tengo andando en .NET 2010 a la perfeccion (tanto el service.asmx como el programa de escritorio que los...
  3. Luca Tonelli

    Android Question WebServices Error

    Hello I have to consume a simple webservices written in Asp.net When I call it, the error Response Error returns. Reason bad request, Response Dim job As HttpJob Dim Url As String="http://192.168.1.71/retailws.asmx" job.Initialize("Job",Me) Dim Xmla As...
Top