The webservices tag has no wiki summary.
3
votes
0answers
43 views
Is it possible to import data from Google Analytics?
Using Mathematica, is it possible to pull data directly from Google Analytics? Unfortunately, GA exports messy csv files, and I was wondering if there was a direct ...
3
votes
1answer
260 views
How to asynchronously download 100000 urls in an efficient way
URLSaveAsynchronous can download one url page, how to download 100000 urls in an efficient way?
And better to with an whole progress bar.
I've downloaded 90000 ...
1
vote
0answers
74 views
How can I use mathematica to price Amazon's S3?
Amazon provides a html form for its price model of cost per gB usage. I'm trying to figure out the formula behind it, is there a way to use Mathematica to generate data from the form and then ...
3
votes
0answers
105 views
Can I get access to Amazon's AWS API within Mathematica?
Has anyone tried access Amazon AWS API from Mathematica, I'm assuming the HTTP WebService module of Mathematica would be a starting point. Any suggestions on getting started would be welcome.
6
votes
0answers
100 views
Using stateful web services with Mathematica 9
The WebServices package in Mathematica 9 no longer seems to support stateful web sessions. This requires the client (i.e., the WebServices package) to pass back the HTTP Cookies that it receives from ...
7
votes
1answer
202 views
How can I get Google search results with Mathematica?
I am trying to write a function that, starting from a string, returns the Google search hits on that string (the format and other stuff, I still have to decide).
I have looked around and have found ...
6
votes
1answer
236 views
Google Image Search in Notebook?
How can I use google's image api to custom search for images and import them all?
7
votes
0answers
148 views
Is there an efficient and elegant way to import huge datasets from a mysql database?
I'm struggling to import huge datasets (up to a couple million rows) from a MYSQL database into Mathematica. I already tried http requests, direct sql calls, as well as implementing a web service, ...
4
votes
0answers
89 views
How to deal with WebServices error “any is not supported in sequence”? [closed]
I am trying to aquire data through Mathematica's WebServices and this example works just fine:
...
2
votes
1answer
230 views
Hakim's Sphere in Mathematica?
Hakim El Hattab's Sphere, consists of only a handful of lines of Javascript, and would probably be even terser if written in Mathematica.
How difficult would it be to "transcode" Mathematica to JS?
...
5
votes
0answers
117 views
Consuming a SOAP service that requires a complexType authentification header
Short version: Why do I get a $RecursionLimit error when calling NewSchemaInstance[SomeInstalledType] and how do I fix it?
...
