Has anyone tried accessing the Amazon web services (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. The following example from the documentation is not working:
Needs /@ {"WebServices`", "JLink`"};
InstallService[
"http://soap.amazon.com/schemas3/AmazonWebServices.wsdl"];
InvokeServiceOperation::httpcode: 404 (HTTP/1.1 404 Not Found) >>
OAuthClient`andKeyClient`packages would be more useful if it were built into the ServiceConnect framework. – b3m2a1 Jul 21 '17 at 04:06