Questions tagged as 'webservice'

1
answer

How can I make queries with ajax webservice? [closed]

How about everyone? I'm working on a project, where the backend should be done with Django and the frontend with HTML, but for these two to communicate I have to use ajax webservice and that's something I do not know :( If you could give me a ha...
asked by 16.03.2018 / 03:43
1
answer

Web Service HTTP 404

This is the first time I have made an attempt at WebService, I am working with Eclipse, and I have the following class: @Path("/AltaCliente") public class WebServicePushNotifications { @POST @Path("/alta") @Produces("text/plain")...
asked by 09.02.2018 / 15:34
1
answer

Consume a Json Web Service with PHP

Good morning how are you, I hope very well, I would like you to help me a bit in a matter of consuming a web service through a URL that should return a result in JSON, something that does not work and also in the result It just throws me weird s...
asked by 06.02.2018 / 15:36
1
answer

Web services c # + java

I am trying to use a web service created in c # from visual java. I'm trying to use them, but I get the following error:    incompatible when trying to convert from int to string type private void jButton1ActionPerformed(java.awt.event.Act...
asked by 29.11.2017 / 05:26
2
answers

Validation of the Curp in sat

Does anyone know of a webservice or how to post to validate if curp is correct? or failing to obtain all the information of the curp ? Searching the internet I found this http://consultas.curp.gob.mx/CurpSP/curp1.do?strCurp=' . $curp . '...
asked by 18.10.2017 / 20:24
1
answer

How to know if an insert was made in Mysql database

I need to create a webservice in which I can verify in a Mysql database if a new record is added to a table. This in order to call the webservice in a thread as an android service so that when a new record is added send a notification. What h...
asked by 15.09.2017 / 16:02
2
answers

Get data from an Override method

I want to obtain any value of an Override method that is inside another method to be able to return a data and be able to make a comparison. Within the method onResponse I want to obtain a data so that the method cargarDatos can...
asked by 17.09.2017 / 01:39
2
answers

Consume web service from c #

I need to consume a web service from .NET; I have to connect to the following webservice: Web service EndPoint: / ext_ws / integration_school / update_debt_by_code Method: POST Params: {api_key}: clave de autorización {codi...
asked by 02.03.2018 / 23:22
1
answer

Bring a url with special characters

I have a web service made in java in the Netbeans IDE, in which I want to bring back a url that contains special characters like the following + url example: link When I use the get method to return the value to consult (ie the name of the...
asked by 20.06.2017 / 23:56
1
answer

Control event TimeOut in VB.NET

I am doing a query towards a webservice with VB.NET which will return me if the mail was successfully validated or if the email is invalid. When you send it to call it stays like this: Public Shared Function verificaremail(ByVal email As Str...
asked by 26.05.2017 / 18:32