Questions tagged as 'webservice'

3
answers

How to send an arrangement to a web services in angularjs?

Hi I am consuming the data of a web services with JSON and the problem is that I am doing the same request twice because id_servicio contains two numbers in an array (38 and 39) and these return me different data. (they are different branches) f...
asked by 26.09.2016 / 19:15
0
answers

OData v4 Client Code Generator issues in Visual Studio 2015

Hi, I have a problem when making the connection to the web service using ODATA, well apparently the web service is in a previous version of ODATA because the XML data does not return as JSON, however I am connecting with visual Studio 2015 using...
asked by 28.09.2018 / 23:19
1
answer

Tools for Stress Testing in Angular JS?

How are you? I'm looking for testing tools that will help me to Angular JS. JMeter can not stand it. I've been researching other tools, and Gatling is the closest, but he does not have the metrics to know how long the server goes down. Do you...
asked by 29.05.2018 / 19:47
0
answers

AES encryption in java and AES decryption in c #

I hope the question is not redundant, and you can help me. I am creating an application that can connect to a webservice. in the application I ask for a user and a password which I must encrypt with the AES algorithm, this encrypted data arrives...
asked by 28.06.2018 / 16:49
0
answers

unity: HTTP PUT problems

I'm new to unity but I managed to do the http get, post, delete methods. My problem occurs in the PUT, I get the call right to the server, however it does not do anything, and changes everything to null, I suppose it is an error in the variable...
asked by 25.12.2017 / 17:10
1
answer

Problem in pairing Web Service response

I have not been able to receive the answer given to me by a Web Service for several days; My code is as follows: <?php $params = array('NitProveedor' => '860000896', 'baseDatos' => '1',...
asked by 17.08.2017 / 14:19
1
answer

What is the difference between JWT and Oauth 2.0 for the authentication of requests to an Api REST? [closed]

I want to implement the authentication of the requests to my REST API that will be consumed from a mobile application. I still have not decided on JWT or Oauth 2.0, which they recommend me.     
asked by 03.03.2017 / 00:58
2
answers

How can I pass the data to a ListView?

I would like to know how I can pass data from MySql to an Android ListView, I have been trying to do it but the application stops me, I have already armed my web server with the following PHP code function getEmpresas($empresa) { $mysqli...
asked by 01.03.2017 / 17:34
1
answer

Prestashop Custom Webservice

Good morning, I am developing a module that will make use of the webservices functionality of Prestashop 1.6. In my case I try to send data from one store to another with a custom web service, that is, I have created a webservice of my own, a...
asked by 19.10.2016 / 08:27
0
answers

How to validate life time of Android login

I have already finished my app in android studio, only now I need to do as a type of validation, where my session in a certain time expires and sends an alert and I return to the window of my Login. I clarify this expired session message, sen...
asked by 01.07.2016 / 18:54