I am trying to download Rapaport Price using SQL Server 2008 Integration Service. I took following objects :
1. http connection manager (defining https://technet.rapaport.com/webservices/prices/rapaportprices.asmx)
2. I am able to download wsdl file locally.by placing ?wsdl in the above link and clicking download file.
3. I placed 2 webservice task one pointing to login method and other pointing to GetPriceSheet Method.
4. linked login method to getpricesheet method.
5. When I run the package it gives error
The Web Service threw an error during method execution. The error is: Server was unable to process request. ---> Credentials can only be passed over secure connections (HTTPS).
can anybody help me in this regard.