I’m a bit curious as to what the use case is. Could you please elaborate?
In my experience with Global Variables, they are typically used for configuration items, and that being the case, you wouldn’t to change from the application itself.
If there’s a need to have a variable that can be used/modified across different services, then perhaps using the caching services would be a better option, or even creating your on Java static variables with getter/setter services.
Percio
#webMethods-General#webMethods#Integration-Server-and-ESB