hashtable to get the values

HI Team,

I am working on a requirement to load the config file data in to IS memory for that am using hashtable…

to get the value am calling pub.hashtable:get service in another flow service it required a hashtable object how i can give the created hashtable object for this senario.

Hi Vishnu,

you will have to put the hashtable to the output fo the service in which you are reading the properties.
In each other service you are reading the properties you will have to put hashtable as an Input object.

Also make sure that this hashtable object is passed thru all intermediate service invokations.

Having said this it might be worth to rethink your scenario.

Regards,
Holger