Hi,
How would one setup an SSIS Package to call a WCF service that is hosted on another server by raising an event to it?
Or can one only call it asynchrounsly and somehow not have the ssis package wait for a response.
I need to call a service and leave it be, in other words I will not want to wait for a return, I will want to call it and pass it a parameter that will be a primitive data type.
Thanks