Questions tagged as 'web-service'

3
answers

Verify existence of file on the web

Next, I have an Android app, this app wants to verify the existence of a web image to be able to load Picasso, if the image does not exist in an example address www.algumacoisa.com/img/imagem5.png I will show a message . So what I need is to val...
asked by 12.05.2017 / 14:36
2
answers

Best solution for Web service Rest [closed]

I wanted to implement a Web Service that would provide data to mobile platforms (Android and iOS), does anyone know the best service I can use for this? I was doing some research and found RESTEasy and JBoss, but as I do not know anyt...
asked by 07.08.2015 / 17:25
2
answers

Why function is returning undefined [closed]

I'm trying to get a json to return the function and associate it with a variable, so I take the need to structure the data received with the page from within that function and I can work on another function, but it's not working. being undefi...
asked by 27.10.2015 / 18:07
2
answers

Facilities for client, WCF or Web API? [closed]

I need to create a Web service to insert data on a database that needs validation to ensure data integrity. I have as a requirement, to facilitate the use of my "clients". So, should I opt for WCF (SOAP) or Web API (Rest)?     
asked by 11.06.2014 / 19:17
1
answer

Retrofit: Could not locate ResponseBody converter for

I'm working on a system and I need Retrofit2 (with Spring Boot) but I'm not getting it. The source and error follow. @JsonIgnoreProperties({"codibge", "codestado"}) public class CEP { private String cep; private String logradouro; priva...
asked by 16.04.2018 / 04:05
1
answer

What is the best and safest way to identify a device in webservice? [closed]

I'm developing an APP (currently only Android - pure Java), it will consume a webservice made in PHP (I use the Silex mini framework). As we know today we have to protect everything to the maximum, so I took some security measures: I will...
asked by 13.02.2017 / 09:35
3
answers

Consume web service HTTPS

I'm trying to consume the CEP webservice    link I'm using Java Web - JSF with WildfFly10 For this I am using the following code. String URL_WEBSERVICECEP = "https://viacep.com.br/ws/[CEP]/json/"; String urlCep = URL_WEBSERVICECEP....
asked by 23.06.2016 / 21:23
1
answer

How to implement a client for a webservice

I'd like to know what to do to implement a client for a webservice in Eclipse as a Dynamic Web Project . I can not generate a client, so I have to start from scratch.     
asked by 16.07.2015 / 02:24
2
answers

Splash screen while receiving web service data

Hello!  I have a following problem: I need a splash screen that stays on screen while the app receives the data from the web service to popular a BD sqlite on the iPhone.  I tried using the Xcode image launch, but the image only stays on the scr...
asked by 19.07.2014 / 19:09
1
answer

Web-service without fixed IP

I'm studying to create an Android application to consume a webservice, for example an app on Android and one on a micro which reads information sent by the Android app.   Is there any solution to this "problem", I saw something in No-ip (Dynamic...
asked by 27.10.2014 / 21:05