Questions tagged as 'webservice'

1
answer

PHP web service consumed by JavaScript

I need to create a simple web service in PHP and consume it from Javascript. I do not know if I should use Soap, nuSoap or Rest (I did the tests with nuSoap). None of the examples I find work for me. I just need the basic structure of a re...
asked by 22.08.2017 / 00:13
2
answers

Inheritance of a web services instance C #

Good morning, I know that the title is a bit confusing but I will try to explain my problem. I am working on a software that consumes several web services, to do a series of CRUD operations, what I am trying to do is to optimize the program a...
asked by 07.11.2017 / 18:41
2
answers

How to get only some Columns DataTable

Good morning, I have this Web Service that provides me with all the data of a table and all the columns, how do I select only some Columns and not all? [WebMethod] public DataTable consultaIndividualSUCIS(int tipoCodigoEntidad, int estadoA...
asked by 26.05.2017 / 16:31
4
answers

How can I get today's date from a string and not the full value of it?

I have an application which I need to export several values. In one of them I have a string that returns a date with time included "2/8/2017 10:26:35 AM". What I need is to extract this string but only validating the day the code is executed....
asked by 08.02.2017 / 18:31
1
answer

Ajax CrossDomain Error: "Unexpected token:"

When I bring data from an AFIP service, I get the error  "Unexpected token:". Apparently the type of data it returns is incorrect, some solution? thanks My Js code is as follows: var WSAFIP="https://soa.afip.gob.ar/sr-padron/v2/pe...
asked by 27.12.2016 / 17:25
2
answers

Something similar to Oracle Service Bus but from Microsoft

I am looking for something like Oracle Service Bus in .net, does anyone know what it is called as it can be used or in the last case how it could be implemented? Greetings     
asked by 27.07.2016 / 16:27
1
answer

Error with Volley: Attempt to invoke virtual method 'com.android.volley.Request

I am working with an application that must connect with web services to be able to consult information from a remote DB, but when I press a button to launch my web service it gives me the following error:    Attempt to invoke virtual method '...
asked by 28.11.2018 / 17:47
1
answer

How to return values in a WCF web service

I'm doing this web method, and everything is fine until the moment when it will return the data, "It does not show them" and I do not know what is wrong with me. The controller works, the Repository works, the SP works, the matter is at the time...
asked by 11.12.2018 / 21:07
1
answer

Browse last data entered in PHP json

I am working on a project with sound arduino the theme that every few minutes a new datum is added to the bd, but I want to show in an android view the last data entered and update when a new datum is added the issue is that I have raised a half...
asked by 11.12.2018 / 23:49
2
answers

Send Request after x seconds

Good morning, I am sending a request xml to a webservice through PHP, what I need is that if they have passed x seconds and no response has been received from the webservice, cancel that request and send me a different one, how can I do it? G...
asked by 20.11.2018 / 17:09