I have script task which manipulates some data and send them as an requestObject to a WCF service, I have added the service reference as we do in visual studio and I did not have any compile time error , but when i am running the SSIS package I am getting the below error :-
Could not find default endpoint element that references contract 'MYWrapperService.IMyWrapperService' in the ServiceModel client configuration section.
how to solve this, please help.
Thanks in advance