As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Whatever service that would allow something as simple as 100 geo transcoding requests (from street address to geocode) would be ideal. I know that google maps allows 15000 daily, but it is written in Javascript. I was wondering if I could get something written in a language that at least allows for database connections.
You could also use OpenStreetMap Nominatim if its crowd-sourced data with CC-BY-SA licence suits your purpose.
There's a non-JavaScript variant of the Google Maps geocoder (check the TOS - you'll need to be doing this to eventually display stuff on a Google map), and you're not going to find any geocoding services that allow a direct database connection.
Check out geoservices.tamu.edu We offer 100% up to 2500 records at a time and all you have to do is upload your database and let it geocode away. The database will then be available for you to download complete with a miriad of populated data in addition to very accurate lat/long coordinates.
Census data, parcel data etc are all included in database as well. The only programming involved would be what you would want to do with the data once you've downloaded it.
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Our company is studying the adoption of a new SaaS, but we'll have to integrate some resources into ou current application.
Talking to the SaaS company development support team they told us that the there is a webservice (SOAP) available but it is a 'passive web service', and that the connection to the software needs to be initiated to send or recieve datas.
We have a very short time to take a decision, and the support team is not available on weekends, so I came here to stackoverflow... and would like to know more about it, because I googled and coudn't find anything about the subject
All web services are based on HTTP, which is a request/response protocol as written today. If the SaaS consultant means that there's no push capability built into it, then s/he's correct.
A web service can certainly send data in response to a request, so that's not a problem. It can receive any data you send to it, provided that you conform to the contract that the web service will publish. But in both cases the conversation is initiated by a client that makes an HTTP connection to the web service.
The SaaS consultant is creating mystery where there shouldn't be any. I think s/he smells cash, and you're going to be the source who will provide it.
It could also be that the consultant is being perfectly straightforward, but this is your first attempt to think about web services or service oriented architecture and you haven't the foggiest idea of what it's about.
You don't give any information on what you have to decide on or why that answer is unacceptable. There's not a single use case or requirement to help someone here understand what your needs are. I hope your understanding of the problem and requirements statements are better than this question. If not, no wonder you're having issues. Voting to close.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I have a c++ dll running on azure instance role with no problems.
I want the dll to be able to access - read and write - into an Azure Storage account. Specifically, read and write to a storage table.
Is it even possible?
Would appreciate any examples!
thanks,
Nava
Since everything in the Windows Azure Platform is managed through a REST Services, you just need a reliable REST library for C++ to perform what you need.
You can have a look at this and that questions for C++ REST library.
Then you can revice the Azure Storage Services REST API Reference for more details on what you want to achieve.
Hope this helps!
EDIT
Just looked the the POCO libraries, noted they have HTTPRequest and HTTPResponse classes. They, along with X509Certificate should be enough to make a valid REST call to Azure management service.
Not sure if you are still interested in accessing Azure storage with C++, but the Microsoft team has been working on this for the last several months. Check out the Casablanca libraries on DevLabs.
http://msdn.microsoft.com/en-us/devlabs/casablanca
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Im looking for a web service that can return information on a product. Much like the barcode scanning apps.
Im hoping to implement barcode scanning (which is another question entirely) which will then return a product ID or description which I can then call a webservice for to get details on the product.
Im not interested in product pricing but the actual description or type of product.
Is there anyone that knows of a web service for this kind of information?
It does not nessesarily have to be a web service, im happy to call a website if I can read information from it.
Any other suggestions would be helpful also
This is looking like a good place to start (thanks to emaillenin)
http://www.webservicelist.com/webservices/c.asp?cid=30&web+services
I'm representative of http://aerse.com. You could have a look at Aerse. It provides:
product specifications (CPU, display diagonal, RAM & etc)
product images (raw full-scale and thumbnails)
its free
no limit on requests
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
What internal web service did your company implement first? What did you learn?
One of the first movers was the "Customer base system".
The common authority for all customers in the company.
EDIT:
regarding the comment:
It did indeed open up for more SOA. It's about 3-5years ago (before me) and currently it was publicly known last year that the SOA helped the company switch from a 3years delayed system to a new one within a year.
Regarding other stuff:
Dont get me started on our SAP integration :S Thats 3 years old as well, and nobody is really able to debug or update the setup. Currently we are POCing webservice integration with SAP. Pheeew
We just implemented a credit card processing web service that allows us to process transactions from a Delphi POS system and a Classic ASP web site. Additionally, we are hoping to get it to work with a Java based IVR system.
The web service was written in ASP.NET (C#) and utilizes SSL encryption, XML, XSD validation and a load balanced web farm.
We have also recently implemented various utility services that do everything from address verification to creating orders in our ERP system.
Our first web service was actually externally exposed. It caused us to think about security upfront...
Let me see if I can get this conversation going. My company implemented a wrapper around the most common Active Directory look-up needs. I imagine this might be one of the most common things to do first in Microsoft/.NET shops.
Anybody implement a library of utility services? Write a facade to some SAP module? Wrap up some services for Human Resources? I'm curious to what people are working on.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
We are looking for a reliable "current weather" web service for Europe, with city resolution. We only need the current weather.
Since it is for a commercial web site, we don't mind paying a reasonable fee for the service.
What are our options? What service would you recommend or avoid based on previous experience?
Note: SOAP Web Service, XML RPC, REST, all are fine.
The US NOAA has coded METAR information available for cities worldwide. Given the ICAO airport code for the city in question (eg. EGLL for London) you can quickly get a METAR report.
Weather Underground is a successful weather site that cover most of the world. We've used their data sometimes at work. They offer weather XML feeds and API which includes access to current observations.
http://www.weather2u.com provide a commercial service with global coverage. However they, like most global weather sites use model derived data from the NOAA National Weather Service, the accuracy of which compares unfavourably with local national weather services, especially for coastal regions.
Get it direct from the UK's Meteorological Office. they provide datafeeds for the world in several formats. If you prefer european dedicated feeds (of which the UK provides data anyway), you want to check ecomet
I would use google weather feed ;) I have not found how to read it out but it clearly is great source How to parse XML in JavaScript from Google
You should be able to interface with Yahoo weather Europe like the team of the weather plasmoid did.
Or if you only need to add it to a web page you could use directly this gadget