Hi there, I am trying to consume a webservice method using SSIS which is working fine. Now the result set is a object with ID and Name property. So i created a package variable of Object type and output of the web service method is saved into that. Now i want to access the properties of the object, how can i do that? Thanks!