Questions tagged as 'webservice'

1
answer

Consume local web service from my android device

I am working with a Web Service made in ASP.NET, the problem is that I can not run the url localhost from my android device, I used the IP address of my computer in this way in the mobile browser: link or link but do not there's an answer, I...
asked by 29.04.2017 / 10:29
1
answer

how to send a parameter to a web page in php and return a json [closed]

Hello good day I have a doubt I am a newbie in php and I need to send a parameter to a web page which is the following " link " but the parameter, which is a hash that I will obtain from a data will be able to perform that kind of web service...
asked by 10.02.2017 / 21:23
1
answer

How to know if a Web Service is Available

Good afternoon, I would like to be able to verify if a web service is available, as well as it would be a ping to a url, I have this method, but it falls when putting the url of some web service. Ping pings = new Ping(); int ti...
asked by 09.01.2017 / 21:06
2
answers

insert records by asynctask in a web service from android

I want to insert records into a database, but iterate through a list. and in each tour insert the record. can the asynctask be run inside a for? any help please.     
asked by 08.09.2016 / 17:10
2
answers

Get Array List by AsyncTask from a URL

I am trying to extract a list array by asynctask of a url but I can not complete the action. This is the error:    Error: (35, 22) error: incompatible types   required: ArrayList   found: ArrayList       Error: (34,...
asked by 30.06.2016 / 21:17
2
answers

Fit fields of a webservice

My question is this: I need to access a server that provides me with the temperature of a place by indicating what that place is, from a Java application. For now that I get an http request request the problem is that they give me too much redun...
asked by 26.05.2016 / 17:07
0
answers

How DNS works in an icloud bypass

By own knowledge and experience. There is the following service: link that modifying the configuration of wifi and putting one of their dns on the iphone opens a captive portal with the following interface ui.iclouddnsbypass.com (to see it...
asked by 02.01.2019 / 11:43
0
answers

Error with composer: Uncaught Error: Class 'Firebase \ JWT \ JWT' not found in

I'm trying to login with tokens with the JWT library, I already have the composer installed and I'm guiding myself with the following example: require_once 'vendor/autoload.php'; use Firebase\JWT\JWT; $time = time(); $key = 'my_s...
asked by 30.12.2018 / 17:44
0
answers

Response from WebServices SOAP Attachments

I need your help to solve a problem with a web service. I am consuming a WS with attachments. I do not have to get a valid answer and store them in a string, however when I want to pass this to XML I get an error because the response brings the...
asked by 27.12.2018 / 20:02
1
answer

Add token to web service header rest angular6

Good morning, I have a rest webservice made with spring boot that works correctly when the token was sent by postman but when sending it from my front it does not work correctly, it showed that the token sent from another application travels...
asked by 20.12.2018 / 15:58