Questions tagged as 'web-service'

1
answer

Which is more secure, Web application or Web API?

I have a project in which there will be a web API to "communicate" with mobile applications. This is for reference only. In addition to this, there will be the administration in which it is summed up in the inclusion of the data. The question...
asked by 12.06.2018 / 14:50
1
answer

treatment of multiple promisses in angular

I'm developing a code and at the same I build some areas of influence for given locations (with coordinates and radius of distance or walking time from the coordinate), so when I finish building it I have to query the database postgres to...
asked by 03.08.2017 / 21:38
3
answers

How to make webservice run without user interaction?

So, I'm trying to create a webservice in PHP that will do everything through another webservice (for its API). It will check if it has any messages, having, it processes and returns an appropriate message. My question is: How to make this web...
asked by 30.05.2015 / 03:02
1
answer

DDD - What is the best option (Layer) to consume an external WebService?

DDD Pattern. I need to consume an external WebService , treat the return of this WebService and return the result through the Application layer. Would it be interesting to consume this WebService in the Infrastructure layer and tr...
asked by 22.04.2015 / 14:58
1
answer

Is there a session variable in Json [web service]?

Well, the mini world of my project is as follows:    I'm creating an application, where I will consume a database using the json method, where I validate the logged in user, but when asked to add some other information in the database, how wi...
asked by 04.08.2015 / 16:29
2
answers

CAPTCHA in stateless API

How to use CAPTCHA in a stateless application? If it is not possible what is the alternative for this?     
asked by 14.01.2015 / 20:49
1
answer

Create Web Service by reusing code from an already published site. Good practices in Asp.NET MVC

I need to create a web service in JSON reusing the maximum code my site has, but I do not know how to do it, if I should add a solution in my site project etc. I can not abstract the idea, I need to after that access it from a Wind...
asked by 06.06.2014 / 02:13
3
answers

Real-time dynamic search

In the company I work with, we will implement a system in which the Back-end will be PHP and the database will be CACHE (Intersystem). The database is on a different server from where the system will be implemented in PHP, it happens that all...
asked by 06.02.2015 / 03:15
1
answer

RuntimeException: Parseable encountered IOException reading a Serializable object

I can not understand let alone run my app .. Can someone give me a light? @Override public void onClick(View arg0) { try{ Intent i = new Intent(Activity_Questionario.this, Activity_Conf_Inicio_Qu...
asked by 17.10.2014 / 16:20
1
answer

How does content-type work in java?

I saw a video of a guy using the connection.setRequestProperty("content-type", "aplication/x-www-urlencoded"); But I did not understand how it works, especially "aplication/x-www-urlencoded" .     
asked by 07.10.2017 / 03:35