we use application which stores all the data to local machine . The application has a centralized server located at Application provider location. The application provider provides access to local web services of application using CGI.
I mean, We have local IP address and Port number to access web service portal of application but it using CGI ( Which means the request goes to application provider server and then the application provider sever gets data from our local hosted application and sends data to local web service to which , we have access .
I am trying to Integrate the SSIS , I want to get data from web service and dump it into our SQL database and then Query it using Business Intelligence ( according to our requirement ).
I have tried many steps but not able to get anything in SSIS integration.
The service provider has just provided us some scripts file like this .
http://server : port /cgi-bin/queries1.cgi