I'm trying to create SSIS (SQL Server Integration Services Package) which connects to our Adwords API, extracts the data and loads it onto our SQL server.
But in order to configure the SSIS package for Adwords connection, I'm trying to test the Adwords API calling in SoapUI (API Testing Tool).
But as of now I'm stuck with few issues like,
- How to pass on OAuth2 credentials(Client ID and Client Secret) in a SOAP project in SoapUI ? (Its allows for REST based projects but not sure how for SOAP based projects).
- Same with Access Token and Refresh Token, not sure how to pass on these aswell.
Any references to articles/discussion threads/suggestions on Adwords API testing in SoapUI would be helpful.
Thanks