0
votes
0answers
25 views

Outgoing connection from Oracle Cloud (external webservices)

I need your help with Oracle Cloud (https://cloud.oracle.com) outgoing connection. We are building a web app on Oracle Cloud (Apex) and need to connect our appex app to external webservice. The ...
0
votes
3answers
255 views

Transferring JSON data from Android app to database via webservice

I am developing an Android application which logs sensor data and summarizes it, the output being JSON data. This is done in order to have a smaller amount of data to be transferred to the server, ...
3
votes
1answer
93 views

Is it possible to perform a batch upload to amazon s3?

Does amazon s3 support batch uploads? I have a job that needs to upload each night ~100K of files that can be up to 1G but is strongly skewed towards small files (90% are less than 100 bytes and 99% ...
0
votes
1answer
67 views

Port and url error in heroku app

I made a webservice that publish a wsdl file , here is the code Endpoint.publish("http://localhost:"+args[0]+"/main/webServ", new WebServiceImpl()); and here is the procfile worker: java -cp ...
0
votes
1answer
145 views

deploying CPU intensive web service on cloud

I have an application which I want to expose as a web service (SaaS). The application is CPU intensive and is a multithreaded application which takes good amount of time for the execution(on an ...
0
votes
2answers
107 views

How to serve CPU intensive webservice requests in the cloud?

Background: I'm running a webservice in which each request involves a fair amount of computations (up to 10 seconds on a quadcore machine). Each request can be broken down to about 150 independent ...
1
vote
3answers
182 views

Private Microblogging/Twitter-like Service

Are there any cloud based private Twitter-like services out there? I am working for a client who needs a service like this implemented, but we don't have the time or budget to create one from ...
0
votes
1answer
76 views

Opensource project to connect multiple SaaS

I am looking for an open-source project which could help me integrate various on-line service through their APIs. I have found https://zapier.com but it's not sufficiently flexible and I want to run ...
1
vote
0answers
58 views

Storing access db in the cloud

I have one large access database which got 500-750 records. I used it daily for adding day to day transactions.I want to create an android application so that I can add records to the database on the ...
0
votes
1answer
89 views

Can i use/query my local sql database server for Windows Azure cloud service developed in WCF Web Server?

I am using Windows Azure for deploying my web services.I want to know can i query my local SQL database server from Windows Azure Cloud Service made in WCF Web Role? If yes...can you please tell me ...
1
vote
0answers
54 views

service implementation similar to dropbox

I want to create a cloud service similar to DropBox on a much smaller scale. Are there any open source projects (preferrably .NET based) that can give a jump start to creating the services and ...
2
votes
1answer
387 views

Add WCF reference within the same solution without adding a service reference

I am working on a project using windows Azure and within an worker role i want to use a webservice to submit some information to it.My question is: Can i use the webservice without adding a service ...
0
votes
2answers
236 views

Cloud Architecture

I'm researching cloud services to host an e-commerce site. And I'm trying to understand some basics on how they are able to scale things. From what I can gather from AWS, Rackspace, etc ...
2
votes
1answer
178 views

saas/web-service methodologies like Twelve-Factor App?

What are some saas/web-service methodologies other than the 12-factor app? I'm not looking for manifestos like Agile or Craftsmanship, but rather methodologies that provide specifics on how to design ...
0
votes
2answers
124 views

Download an part of a multipart upload in amazon s3

Is it possible to download one part of a multi-part upload in amazon S3? that is. I have uploaded say 5 of 10 parts, then i realize that i need to rewrite a part of on of those uploaded parts, can i ...
0
votes
1answer
32 views

Online/cloud special function calculations?

Anyone know of any webservice that provides calculations of special functions? For example, let's say my (unsophisticated) client needs to compute the Modified Bessel Function of Order zero at a list ...
0
votes
1answer
199 views

Is there an API service cheaper than Google Maps?

Using the Google Maps Api or Bing Api on an internal site has a minimum cost of 5 figures per year (USD). Are there any less expensive options to do the following? Geocode an address to get ...
0
votes
1answer
124 views

Uploading via HTTP POST to a cloud file hosting

For my Android application, I need to upload videos in a wide variety size to a cloud system not to exhaust my own server. I don't want to change my code so much. So I am looking for a way to post a ...
0
votes
2answers
133 views

What exactly does “cloud computing” mean? [closed]

I am new to cloud field, i want to know what it is from basic? What are its advantages? How it comes to use in real life? Comparison with the existing technologies.
0
votes
3answers
2k views

Push data for Android [closed]

We'd like to develop Android APP connecting to some web-service (cloud) with "the push ability" -- receiving data from the service and evaluating it without polling. Which communication ...
1
vote
0answers
189 views

Openoffice calc remote updating

I'm new to Openoffice and calc so please excuse what may be a silly question. I don't have any reason to suspect it's possible but can a calc spreadsheet be remotely updated from a website if the ...
1
vote
1answer
185 views

Web Service - Efficient way to transfer file to cloud platform storage

I have a service that requires some input files from the client. This service is run from a number of different cloud platforms (Amazon, Azure, etc.). Further, it requires that these input files be ...
1
vote
2answers
320 views

Web Service Client Architecture - c#

Morning all, I have been tasked with developing a client tool for a cloud web service API (A simple WSDL). I am not a seasoned or even qualified developer, I have an intermediate knowledge of C# and ...
1
vote
1answer
223 views

How to do mobile app sync with cloud service like amazon (sqs/sns) or azure

I want to implement couple of mobile app (windows phone/iOS/android) ideas. Most of them require getting user data updates on other group of devices. For example, 1 scenario which does not need ...
1
vote
1answer
509 views

C# Asynchronous Web Service Calls - Tainted Results

I am calling a webservice asynchronously, sending multiple requests and waiting for a response from the platform. I have identified the issue I have but cannot see the logical error which is causing ...
4
votes
3answers
919 views

Email Parsing Cloud Service [closed]

I was looking for a cloud email service that offered the following: Garauntee deliveribility of emails Have the ability to parse an email and post accordingly to a HTTP endpoint I swear I had ...
1
vote
1answer
373 views

How to access files from within a cloud web service?

How do you access local files from within a windows azure web service? I tried routing the complete path to the file within VS but it says that access is denied. I was hoping there was something ...
1
vote
2answers
786 views

Hosting Web Service/WCF Service?

I'm new to Windows Azure and I'm trying to deploy my web application to Windows Azure. In my app I used some web services, now I would like to know how can I build them in windows azure and include ...
0
votes
0answers
59 views

Development Tools required to make a cloud based app

I want to know the basic architecture or languages which go into making a web based service, say Google Docs.
2
votes
3answers
319 views

Help emulating Heroku, GAE, etc : Building a web service privately (PaaS)

I'm not the only one with this question, but haven't found a lot of information in my research so far, so help me out. We are a small IT crowd in an organization. We're looking to build a small, ...
0
votes
5answers
1k views

Cloud DNS Service with API

I just read about Amazon's new Route 53 scalable DNS service in the cloud. It seems like an affordable way of upping the reliability of a few high-volume zones. But at a cost of $1/month per zone, it ...
2
votes
3answers
85 views

Looking for a simple and minimalistic way to store small data packets in the cloud

I'm looking for a very simple and free cloud store for small packets of data. Basically, I want to write a Greasemonkey script that a user can run on multiple with a shared data set. The data is ...
8
votes
2answers
2k views

Amazon EC2 AMI pre-configured with Django Stack

What is the best available EC2 AMI configured with Django Stack MySql Installed and configured Apache or any other Server After searching I have found only one bitniami djangostack. Have any of ...
4
votes
5answers
2k views

What makes it a PaaS not SaaS - or examples

I found some questions here on how to create a SaaS. This much is easy, but what I don't understand is what makes an application a PaaS and not a SaaS. What lines does an application cross before we ...
0
votes
1answer
261 views

Testing clients for public web services

What are approaches to test custom clients for public web services? Today there are many online services which provide an API. There is a boom of little apps using those APIs. Examples: ...
1
vote
2answers
50 views

What do we mean by 'Variability in Web Services'?

In the era of SOA and Cloud Computing, we often hear the term "Variability in Web Services". I think it means how an implemented web service can be modified to the new requirements of user or ...
1
vote
2answers
969 views

Any Full “Ruby Stack” AMI on EC2?

What is best available EC2 AMI that have satisfy following must have? Ruby Stack Pre Installed MySql Installed and configured with Ruby Monit Installed Nginx Secure SSH access Please let me know ...
0
votes
4answers
1k views

CloudFront - How to upload images

I have 3 questions related to Amazon CloudFront. How do I upload images? Can I use FTP? Does Amazon allow me to rsynch a local directory to CloudFront so that I have a replica directory and ...
3
votes
6answers
976 views

Amazon Web Services

Is Amazon Web Services a realistic platform for Enterprise Development?