Search code examples
wsdlgoogle-sheets-apiwadlblueprism

does google provide a wsdl or wadl


Currently was playing around with a robotic process application called Blue Prism and learned you can drop a URL link to a WSDL location to consume api calls. I tested using a free service and it worked great.

My question is in regards to Google Sheets API, a project has come up where this would be very usefull however I'm not able to locate or if one even exists (A WSDL or WADL) for the google sheets api.

If anyone could give me any direction on this that would be fantastic.


Solution

  • Google docs can be automated using REST web services. You can find more information about google docs api at google sheets API page.

    BluePrism has an out-of-box tools to work with SOAP request with WSDL, but unfortunately it does not have out-of-box support for REST web services.

    If you'd like to use API to interact with google docs, then you can do that, but you'll have to create your own code stages to do that.