Questions tagged as 'web-service'

0
answers

Sign in to WebService via Android

And what do you guys all say? My question is: I'm trying to create a login screen on Android being the registered data are in a mysql database, to establish the communication I have a working WebService Rest, the question is: I'm sending a...
asked by 18.03.2016 / 18:22
0
answers

Response retrofit arriving as null

I am trying to make a call via retrofit of a list of objects (Cadastros) and in the HttpLogginInterceptor the response is appearing normally. What could be happening? My call: CadastroApi cadastroApi = retrofit.create(CadastroApi.class);...
asked by 11.01.2016 / 17:42
2
answers

Error 500 when consuming NFeDistribuicaoDFe [closed]

I'm trying to consume the NFE download service on the farm: link Specification link Using .Net, C #, MVC But I have gotten the following error: The remote server returned an error: (500) Internal Server Error. The messag...
asked by 08.01.2016 / 15:32
0
answers

Update ASMX web service reference dynamically

I have a C # application that consumes a webservice asmx (which is also developed in C #). Whenever I publish a new version of webservice, I need to update the (webservice) reference in the applications that consume it. The update operation...
asked by 10.02.2016 / 20:37
0
answers

How to call web service under test with MONKEY

I'm using MONKEY to do stress testing, but my application has multiple calls to webservices in several activitys . The problem is that the monkey never arrives at the activitys that are opened after the calls of the web services. Appa...
asked by 15.12.2015 / 13:39
0
answers

Response XML does not display accented characters

I'm wearing Jersey in a WEB application. In this application, I return an XML file to client requests (which are web-browsers). In order to ensure the display of accented characters, I wrote the Produces annotation as follows: @Produces("t...
asked by 26.08.2015 / 21:24
1
answer

Capturing exceptions in spring

I'm using Spring and wanted to know how I can return @Repository and / or @Service exception errors for my webservice? I have the following structure: [ Webservice ] ------ [ @service/@Transactional ] ------- [ @Repository ] When throwin...
asked by 26.08.2015 / 18:16
1
answer

web service nusoap hangs with non-ascii characters

I developed a web service on my machine in php with NUSOAP and it worked cool, either by calling my own application or by testing with SOAPUI . I transferred the web service to the server and both there and on any machine other than mine i...
asked by 14.09.2015 / 19:35
0
answers

Send event data google calendar via http to server in java

In my script java can list my calendar events , as below: String pageToken = null; do { Events events= null; try { events = service.events().list(CALENDAR_ID).setPageToken(pageToken).execute(); } catch (IOException ex) {...
asked by 21.09.2015 / 23:19
0
answers

Send application data with screen of cell blocked to the server using voice command [closed]

Good afternoon. I would like to know if there is a way to create a service in my application where when the user speaks something is taken the content of what he said and sent to the server, but with the cell blocked, without it enter the pas...
asked by 25.07.2015 / 19:33