I want to update property file at runtime using java/flow service. I will pass the Name of the parameter which needs to be updated and value which needs to be set. Is there any inbuilt service to achieve this?
First of all i would like to mention that i am using webMethods 6.5
I downloaded PSUtilities 2.0 version package and installed the same. But i could not find any service which takes care of setting property. Can any one tell me exact name and path of the service if it exist in PSUtilities package.
I am mentioning my requirement once again.
I want to change the value of a parameter in property file at run time. It means I want to update property file at run time. Piece of code should over write the earlier value of the parameter in property file with the new value which will be passed as input to service. Parameter name will also be passed as input.
I want to achieve it using Java service/ Flow service.