For clarity, the data I'm trying to access is not a google app. It has it's own (secure) WSDL and database. So, I want to pull data from there into a google...
Ultimately, I'd like to see data print to a spreadsheet cell via a javascript SOAP call. The data and the WSDL are behind authentication, and I'm just...
Is it possible to call a WSDL document behind authentication with an existing SOAP service to pull data from a database behind authentication in Javascript?