Questions tagged as 'rest'

0
answers

API rest returning 405 php

I'm running the following code: <?php $data_string['MerchantOrderId'] = "2014111703"; $data_string['Customer']['Name'] = "Comprador Teste"; $data_string['Payment']['Type']...
asked by 21.04.2016 / 03:52
0
answers

Doubt when generating procedure return REST in jersey

I have a method where the return of it is a list, based on an execution of a procedure in the bank StoredProcedureQuery spq = em.createStoredProcedureQuery("PROCEDURE"); .... The return of this query are some fields in a t...
asked by 19.02.2016 / 12:57
0
answers

as Api rest with updated fifa ranking?

I'm developing a mobile app for sports results, but I'm having a problem. I need an api to get me the updated fifa ranking. Thanks for the attention     
asked by 11.02.2016 / 02:02
0
answers

Android App can not pull data from WordPress

I developed a Java application for Android, together I installed on my Hostinger server the WordPress with the REST API. However, after running the application on my phone, it can not download the WordPress data. There are no errors in my code,...
asked by 14.12.2015 / 23:04
1
answer

How to get issues through the Redmine REST API

Using the Redmine API using the Kevin Saliou , I'm trying to get issues for a particular project but not is being returned correctly, both%% and%% issues are incorrect. $client = Yii::$app->redmine->connectRedmine(); $issue...
asked by 29.10.2015 / 19:23
0
answers

Problem api rest codeigniter sometimes unanswered

I am using an api rest between 2 different applications, posting from one to another an array, but on the server there are times when the other api does not respond. I put it to create a log as soon as the function that receives the POST starts,...
asked by 31.08.2015 / 19:40
0
answers

Consume multiple WebServices with PHP at the same time (SOAP and REST)

Basically, I need to consume multiple Web Services and then merge the results. I was using cURL with PHP to make the requisitions, but as the number of Web Services increased , my service slowed down, since it was necessary to wait for a re...
asked by 03.08.2015 / 21:19
0
answers

URL RESTful service working, but in ANDROID returns null

I'm trying to develop a rest service for my dad's store, I'm getting the results in JSON through the URL, but when I try executor the same method in android to try to fill the object, it returns null, I've debugged and I can go so the method tha...
asked by 20.04.2015 / 23:53
2
answers

Value when is null does not show value in xml

I did this: if (lis.DT_TransacaoV == null) pdv.Transacao = "Não Recebido"; else pdv.Transacao = "Recebido"; I have in the object PDV a property called Transacao...
asked by 28.05.2014 / 22:39
1
answer

Http request with angle 6

I'm trying to consume a REST service that has a basic authentication with angle 6 however I'm not able to follow the code I'm using without success: public iniciarProcesso(dadosProcesso: string): Observable<any> { const headers = new...
asked by 16.08.2018 / 19:19