Questions tagged as 'webservice'

1
answer

When making requests to the server

I have a problem, which I consider easy, but due to my little experience in Android I can not solve. You see, I'm developing an app that gets the data from a server, that is, I make requests to get the data to be displayed Ejm: list of produc...
asked by 23.06.2017 / 17:48
2
answers

How to consume a web service that returns a nameless jsonArray

I am working with android, I want to consume a web service that returns a jsonObject from laravel but the jsonobject has no name as I can receive it with the volley library and print it in a list. The route and the json is: http://localhost/S...
asked by 02.05.2018 / 03:19
2
answers

Is it safe to use free domain names?

Is it safe to use free domain names? I have one on this page but I really do not know what to think, why give something for free? link     
asked by 12.02.2017 / 08:54
2
answers

Listview with an icon and text

I have a Listview that brings me a text field from a Web server and shows it in the respective 'listview now the issue is that I want to add an icon plus the text to the lisview, but we must consider that the icon will be added as long...
asked by 23.12.2016 / 21:19
1
answer

Change the port of a WebService

Good morning, I have programmed a WebService in C # with Visual Studio 2017 and it works perfectly. The problem is that once implanted in the production server IIS is listening on port 80, and they ask me to go listen on port 8282. Can you...
asked by 16.10.2017 / 19:42
2
answers

Consume web service with PHP?

I need to consume data through GET and POST to a web service, this operation I have to do from PHP. My question is, what are the components that I need to be able to make this consumption? or any basic example of how this is done?     
asked by 26.04.2017 / 20:32
2
answers

Does not consume my web Service from Ajax Jquery

This is my code $.ajax({ type: "POST", url: 'http://localhost/QM/QMUI/WebServicePrueba.asmx/ObtenerCategorias', //url: "CategoriaK.aspx/ObtenerCategorias",//ojitos data: "{IdCategoria :" + -1 + " }", // -1 trae la lista compl...
asked by 05.01.2017 / 19:28
1
answer

Error in consuming web service c # [duplicated]

Good morning, when I consume a public web service in C# I get this message. What can be due? The content type text/html of the response message does not match the content type of the text/xml; charset=utf-8 link. If you...
asked by 06.02.2017 / 15:19
4
answers

Unable to connect to the configured development web server

A few days ago I had to format my computer for some problems with Windows 10, when reinstalling Visual Studio 2015 and trying to run some web services projects, it sends me that error message that I do not completely know what it is. I hope some...
asked by 13.10.2016 / 18:22
1
answer

Preload SOAP in PHP

I am using a webservice in which I make the SOAP connection in PHP. The problem comes when, on the first call, sometimes the data is not retrieved and you have to click again on the query button to view them. Is there a way for this connec...
asked by 03.10.2016 / 08:34