Web services are software systems designed to support interoperable machine-to-machine interaction over a network.
0
votes
0answers
7 views
steps in creating mpp file reader and viewer in C#.net web
i need to make a custom web application in which an MPP file can be read and viewed as from web browser ,that is, the application should deploy on a web server.
now i need to know the answers of some ...
0
votes
2answers
79 views
How to get different resources in a single endpoint in RESTful?
I have a REST webservice that have a couple of resources, like Company and User. But now I need to make a modification to the API to return a special list combining company, user and maybe other type ...
2
votes
1answer
394 views
XMPP— openfire, PHP and python web service
I am planning to integrate real time notifications into a web application that I am currently working on. I have decided to go with XMPP for this and selected openfire server which I thought to be ...
8
votes
2answers
367 views
Is this solution RESTful and secure?
Our product registers new players on our service, and we've chosen to host it on Azure (we're using .NET) and we wanted it to be stateless (for scalability) and relatively secure.
Since this is the ...
0
votes
2answers
153 views
VPS vs Web Hosting: Which one is good for java web services
I have some questions about VPS and web hosting.
As far as I understand, VPS is a virtual machine on which we can do anything as we can do with our local machine. Install software, change settings ...
0
votes
0answers
38 views
Technology Choice: Throttling Job Queue behind ASP.Net/SignalR Service [closed]
I got a webservice consisting primarily of SignalR hubs hosted in an ASP. Net site. Clients (Silverlight) talk to that service and, amongst other things, can initiate jobs. A job consists of between ...
0
votes
1answer
413 views
MVC or Extract Service Layer
we have an application that is built with .Net MVC. We are now tasked with exposing API's to third parties. Members on our team want to just continue down our current path and just use more ...
1
vote
3answers
149 views
Is RESTful API appropriate for services which are nearly computational in nature?
Is RESTful API appropriate for the following scenario?
A time-limited token is obtained, which will last for one minute only
Image is uploaded to a server
Server performs some CPU-heavy image ...
1
vote
2answers
62 views
DDD - Domain Object calling a web service
Is it ok to call a webservice from a Domain object?.
As I write the question I am thinking that you should never do that, as it is poor design, but the situation is the following:
I have a domain ...
0
votes
4answers
842 views
What is the difference between WCF service and a simple Web service in developing using .NET Framework?
My questions are:
What is the difference between WCF service and a simple Web service in .NET Framework?
What a WCF Service can do which a .NET Web service cant? In other words, what are the ...
0
votes
0answers
98 views
How to build a highly scalable REST web service? [closed]
Here's an example of what I'm trying to accomplish, which is a public url-based youtube to animate gif conversion service. (ex. http://a.com/youtubevideourl/out.gif) I'm not sure as to what specific ...
-1
votes
0answers
95 views
which java web framework is similar to php codeigniter framework [closed]
Would you please let me know a good java web framework for a E-Commerce website, right now the existing php website is based on codeigniter framework and I am planing to convert this php project to ...
2
votes
4answers
290 views
AGPL License - does it apply in this scenario?
There is an AGPLv3 based software (Client) that makes web service calls (using SOAP) to another software (Server - commercial, cloud based). There is no common code or any connection whatsoever ...
13
votes
3answers
3k views
How to design highly scalable web services in Java?
I am creating some Web Services that would have 2000 concurrent users. The services are offered for free and are hence expected to get a large user base. In the future it may be required to scale up ...
3
votes
1answer
204 views
What are the best practices to secure a web API?
I need to build a web service API for our mobile app to interact with our server & database (in ASP.Net MVC 4, but that's hardly relevant). Wile most actions do not need users to be registered ...
1
vote
3answers
57 views
Coarse grained remote interface vs encapsulating business logic
I'm writing a Web Service that will be consumed by a Mobile client.
The Mobile client has to make several chained requirements checks to determine whether the user may initiate a request, and if so ...
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
580 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 ...
2
votes
2answers
153 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 ...
4
votes
2answers
395 views
How REST is used outside of the web
I was recently reading the Wikipedia article for Resource-Oriented Architectures (ROA) and stumbled across an article that made the assertion that, although REST is a technology that is very-well ...
0
votes
1answer
54 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
69 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
126 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 ...
5
votes
1answer
245 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
94 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
231 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
198 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
389 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
175 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 ...
0
votes
2answers
229 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
213 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
83 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
246 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
145 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
184 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
128 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
446 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 ...
0
votes
1answer
515 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 ...
1
vote
0answers
104 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 ...
3
votes
1answer
309 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
99 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
81 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. ...
2
votes
2answers
193 views
Services or Shared Libraries?
I work in an environment where we have several different web applications, where each of them have different features but still need to do similar things: authentication, read from common data ...
7
votes
6answers
544 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
119 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 ...
4
votes
2answers
407 views
Core data syncing (deletion) using a custom REST web service
I need to sync my local core data stack against a server running a persistent data storage underneath the covers. (I've gone through other posts here and on SO on similar topics)
My requirements:
...
3
votes
3answers
2k views
Should I use both WCF and ASP.NET Web API
We already have a WCF API with basichttpbinding.
Some of the calls have complex objects in both the response and request.
We need to add RESTful abilities to the API.
at first I tried adding a ...
13
votes
3answers
6k views
ASP.NET MVC vs WCF for REST API + Webpage usage
I think the discussion for programmatic service oriented usage vs human interaction is clear.
But if I were to create an application that makes use of both a programmatic API and a website that makes ...
10
votes
7answers
1k views
Is this “anti-pattern” and should I stop using it or is this clever design?
I've basically stared to do the following when creating a REST service:
HTML is requested
service returns the desired web page but without the requested "resource", eg. data
web page contains ...
0
votes
4answers
549 views
How to obtain GPS Coordinates for local businesses?
Is anybody aware of a database that consists of businesses, addresses and GPS location information, preferably searchable by city at a minimum? I have an application in mind that I'd like to develop ...

