Web services are software systems designed to support interoperable machine-to-machine interaction over a network.
1
vote
0answers
20 views
Changed & Improved passing data from WebServlet to a WebService [migrated]
I'm pretty new to writing Servlet and REST Services, but now i'm at a problem that I'm not sure if i'm doing it correctly. My Service look like this:
@POST
@Produces ("application/json")
@Path ...
1
vote
0answers
97 views
Is there a better way to consume an ASP.NET Web API call in an MVC controller?
In a new project I am creating for my work I am creating a fairly large ASP.NET Web API. The api will be in a separate visual studio solution that also contains all of my business logic and database ...
1
vote
0answers
52 views
How do I return a C# web service that has a generic property? [migrated]
I am creating a web service, and want to be a bit more elegant with the return data, instead of having lots of properties that the consumer needs to check.
Depending on what data is generated behind ...
2
votes
2answers
136 views
How can we avoid having to build yet another CRM system from scratch
We are building an accounting web application. In our database, we store basic data about our customers, like phone number, their login informations, because these things are tied into our web ...
0
votes
1answer
41 views
Web service for pulling up-to-date payroll tax information?
Are there any web services (json or xml) in which you can input demographic information about an employee and get back the tax rate that they are to be taxed at a federal, state, and local level?
1
vote
1answer
55 views
How to decide the token expiry time in REST web service
I am working on creating a REST ws exposing few API's. A token is required for each API call. I am confused about the expiry time to be set for the token.
Security+Performance wise what is the ideal ...
-3
votes
2answers
117 views
where to use web services [closed]
I am discovering web services to implement in my ASP.Net website. I visited many sites about Why use webservices and read many articles and found out that web services are good when you have something ...
-2
votes
0answers
45 views
Mobile app web service architecture [closed]
I'm a student working towards my degree in Mobile Application Development, and at this point I'm pretty fluent in Javascript, HTML5 and jquery.
I've been working on a javascript/html5/jquery web ...
5
votes
1answer
214 views
Best practice for handling asynchronous inter communication?
Recently completed a project for handling credit card processing. One of the difficulties I faced was handling the delay / possible failure of notification messages. The most complex example was:
an ...
-8
votes
1answer
75 views
Does ASP.NET MVC, or any other modern web development framework provide ONE single web development environment? [closed]
I keep searching for this online with no answer. I understand that web development you worry about the front end (HTML, CSS, javascript) and the backend (PHP, JSP, ASP.NET, etc). All of these use ...
0
votes
6answers
210 views
For a web-application, should I programmatically create the database tables or provide a schema file and instructions?
The few LAMP web applications I have installed require me to create the necessary database tables myself, with a schema file, instead of doing it automatically with a script or setup page. Is this a ...
-2
votes
1answer
157 views
How do I create a web service with high amounts of traffic that works effectively with lots of different users? [closed]
I have created web services before that are used by a small number of users but have a new project that would have lots of users.
For each user that uses the services, this is what they would do:
1) ...
0
votes
1answer
150 views
ASP.NET MVC Web Site & WCF Web Service - Sharing functionalities
I have the following situation: I have to create a website and a web service that will share a part of the functionalities.
This is why I do not want to write code twice.
I have thought of the ...
0
votes
0answers
154 views
Would Node.js be a practical solution for this project? [closed]
Never used Node.js before and want to learn it. I have to do a project that involves a front end retrieving data from a service out on the web and displaying it. My requirements are pretty open but ...
-1
votes
0answers
34 views
Brief and Precise book for webservices starters? [closed]
i am a java programmer. Though i did not get chance to work on webservices. . I am looking for some book on webservices which is short,precise and examples . On net there are various books which are ...
0
votes
2answers
202 views
Best practices for execution of untrusted code
I have a project where I need to allow users to run arbitrary, untrusted python code (a bit like this) against my server. I'm fairly new to python and I'd like to avoid making any mistakes that ...
3
votes
1answer
160 views
Designing models for a generic service layer
We are building a web interface to a tiered membership system, which will interface with a third-party CRM web service for the creation and management of accounts. The web service, unfortunately, is ...
2
votes
2answers
73 views
What endpoints should I provide, if any, to permit connectivity testing for my web services?
What endpoints should I provide, if any, to permit connectivity / availability testing for my web services / Web API?
TL;DR
I am developing both the server and client in an enterprise environment. ...
3
votes
1answer
203 views
How do I make a cloud based web app accessible internally in the event of an internet outage?
I have a Java Web application backed by a database. Both are hosted in Amazon EC2. If the Internet is down, I need to allow internal users to be able to continue to work and somehow update the hosted ...
5
votes
2answers
123 views
How to implement two different web services running the same business logic?
We are developing a ReSTful HTTP API with Servicestack(.NET).
Some of the API clients, which have a subset of the actions, demand a service which could be easily added with all the entities, like ...
4
votes
1answer
127 views
How cache works in ServiceStack web services
I am new to caching and trying to understand how it works in general. Below is code snippet from ServiceStack website.
public object Get(CachedCustomers request)
{
//Manually create the Unified ...
1
vote
2answers
119 views
Managing Alerts in Web Application Using RESTful API
I have designed a RESTful API and I am now working on creating a web application to use the service.
One thing I am struggling with is how to manage alerts in the web application (similar to the ...
5
votes
7answers
443 views
What's the standard practice to prevent users from having unreasonable expectations?
There's some subscription-based data processing web service - users pay via PayPal for the right to use the service. The "terms of service" document prepared by lawyers explicitly says that there're ...
1
vote
0answers
89 views
How to optimize calls to multiple APIs at once and return as one set?
I have a web app that searches across 2 APIs right now. I have my own Restful web service that I call, and it does all the work on the backend to asynchronously call the 2 APIs and concatenate them ...
0
votes
1answer
316 views
How do I create a .NET WebService for File Upload [closed]
I need to create a web service using the .NET platform for accepting file uploads. What are the options available for doing this in C#?
What is the best approach to use? Can please you provide me with ...
3
votes
1answer
216 views
Should web service response use a base class or generic class?
In my RESTful WCF web service I have something like the following response object.
public class WebResponse<T>
{
public bool Success { get; set; }
public T Data { get; set; } ...
0
votes
1answer
87 views
Advice on App/Service Architecture
I'm starting a project that will have a web front end for the users coupled with a database. There will then be a stand-alone service running that will, on a specified interval, poll an API and update ...
1
vote
2answers
72 views
One Service or Two Services for Parsing and Sending Emails
I have a bulk emailing service within the system which allows for a template to be used. When the mail is sent the template is parsed or run through a parser to replace tags with actual information. ...
7
votes
6answers
501 views
Will Authentication over HTTPS Slow My Application?
I am building a web application and RESTful web service.
I have been reading various articles about the best way to authenticate the requests to the web service.
The best option for me seems to be ...
-5
votes
1answer
97 views
Difference between ISAPI and a web service [closed]
I have developed a web application with ASP.NET 2.0 , using ISAPI as the API to interface with the back-end database service and send data to the ASP page. This is overview in present
Web Site (asp ...