ssis - Data from SQL Server table to Web API -
is possible use integration services project in vs2012 pull data database table , push in json or xml format on http web server? haven't had luck searching internet; signal-to-noise ratio way low on results. i've tried looking use http connection manager, i've seen examples of being used in conjunction wsdl.
any ideas?
thanks!
i think try using httpwebrequest in script component.
here link blog post sending json service: making json service request using c#
Comments
Post a Comment