locked
SSIS post data to web service API RRS feed

  • Question

  • Hi,

    I'm just curious at a very high level if it's possible to send data to a web service API by using SSIS.  For example I will have post data using this type of request with JSON formatted file (along with OAuth2 credentialing)

    POST https://api.destination.com/integration/batch_load.json

    This appears to be possible using C# code with the "httpWebRequest" class.   Can I use a script task within SSIS to accomplish this?

    Thanks



    Monday, March 14, 2016 2:58 PM

Answers

All replies