Questions tagged as 'webservice'

2
answers

Send ArrayListT from android to webservice asp.net

I am working with an asp webservice that receives me as a list parameter, in android I am using the ksoap2 library which does not support sending this type of parametyros without being patched before. Is there an alternative to this library or d...
asked by 02.08.2016 / 16:52
2
answers

When to use an API and when a Web Service? [closed]

I am currently in a project in which I have to perform a web service or an API, but not having much knowledge of these I do not know what to use, the client that will use it has to pass certain parameters and with these Parameters the web servic...
asked by 11.12.2018 / 18:16
2
answers

I can not update a field in a Java-Web form

At the moment I want to modify a field in the form of a record, in the case of the Age field, I modify it to 19 but at the time of modifying it I get the following error: GRAVE: Servlet.service() para servlet MisServlets.ServletPaciente lanzó...
asked by 23.11.2016 / 16:11
1
answer

Implement token's in web services with php and json

I have created several web services to consult data from my database from an android application, the web services are already working, they return the information to me and it is already shown in the application, but I want to implement token's...
asked by 29.12.2018 / 17:12
1
answer

JAX WS error http 302 (found) DIAN Colombia

I am using the JAX-WS RI tool to access the DIAN web testing service, which is the following link The xml generated by the code is the following, although I had to add the header separately since the tool does not provide this generation...
asked by 06.11.2018 / 18:04
1
answer

Error consuming webservice

I have a webservice rest, now in c # I have a function that receives a json in string format and I send it to the webservice, but the webservice tells me that the json is wrong. Can you tell me if it's wrong? ///xs var exPrecioStock...
asked by 09.05.2017 / 23:44
1
answer

Generate Query in Web Service Java

I have a Restful web service in Java, I have been able to do CRUD transactions without any problem, but the challenge I have encountered is how to do inner join and filters in a query. I have something like this: @GET @Path("buscar") @Produces...
asked by 19.04.2018 / 02:46
1
answer

How can I use the SHA512 encryption algorithm in angular?

I want to encrypt certain information when sending it to web service , but I can not find any clear answer to how to use the library SHA512 in angular. How do I use it from angular ?     
asked by 08.02.2018 / 16:42
2
answers

angular server

Hi, I am practicing with angular creating a web together with PHP as Back in separate environments (servers), PHP in Apache offers an API, and for now angular in my PC that reads that API (with ng server ). up there well But now I want...
asked by 06.03.2018 / 19:17
1
answer

Driver with two post methods in a web api

I'm doing an api web service with c #. In a controller I need to have two post methods. Right now, I have something like this. public class TramitesController : ApiController { [ResponseType(typeof(Tramite))] [BasicAut...
asked by 09.01.2018 / 19:59