Questions tagged as 'web-service'

1
answer

JAX-RS Rename the Set

I created a project using JAX-RS to make a web service REST and it works, I can access the result in a resource and everything else but it looks like this: { "carroes": { "carro": [ { "@id": "1", "modelo": "Gol",...
asked by 04.01.2017 / 18:17
1
answer

Sending XML to webservice

I need to know how to send XML to a webservice from a client. As I am quite new to this, I ran a search in some sources and found a very simple java code. I wanted to know if everything is correct: package Envio; import java.io.ByteArrayInp...
asked by 19.10.2016 / 14:30
1
answer

Web Service runs but consuming method gives error

I've struggled to set up my web service in IIS. It goes up, showing the screen that WS is ok. It turns out that when I pass a parameter to it it gives this error: REQUEST ERROR The server encountered an error processing the request. See server...
asked by 23.05.2014 / 01:40
2
answers

Asynchronous call to a RestFull WebService

I need to make a call to the WebService on Android, and with another class call it. At the end show in design the response obtained by ws. I've already done the WebService but that part of the "asynchronous" is not giving. This is my WebSer...
asked by 05.07.2016 / 13:35
1
answer

WebService PHP + PHONEGAP

Hello, if this is the best place to ask for this, I have a mysql database and I want to create an application with PHONEGAP, taking some data from that bank. Does anyone have any tips on a material where I can start learning about this? Thank yo...
asked by 28.05.2016 / 18:48
1
answer

Load url with $ .ajax and token usage

O código seguinte não carrega url. O que está errado? var token = "XfdfdffddfdfdfferrrrrrrrrrreeeeeeeeeeJ777K"; var url = "https://producao-talcoisa.com/api/Produto/PesquisarConteudo/"; $.ajax({ url : url, type :...
asked by 16.01.2015 / 12:56
1
answer

Android device fails on httpTransportSE and the emulator does not [close]

I have a server with webservices running locally. When I run the android application on the emulator, it can connect to the webservice. When I run the same application on an actual device, it does not connect. Any help?     
asked by 27.02.2018 / 22:47
1
answer

What web service can I use in developing an app? [closed]

I'm developing an App and need to tell me which Web Service I can use. Do I have to have a server in the cloud, install a database on that server, and configure a web service to be accessed by iOS and Android? How is your web service configure...
asked by 22.01.2015 / 03:21
1
answer

Error 500 when consuming NfeDownloadNF

I'm trying to consume the NFE download service on the farm: link But I have gotten the following error: The remote server returned an error: (500) Internal Server Error. The message I have sent is: <?xml version="1.0" encoding...
asked by 03.11.2015 / 13:32
2
answers

How to hide javascript API access data?

How do I hide this information as a parameter for the token request? the way that anyone can see and can not var chaveToken = { "grant_type": "password", "username": "[email protected]", "pas...
asked by 30.06.2016 / 20:46