Forum Discussion
13 years ago
cadiolis wrote: I was able to get this working using this reference: https://bugs.adobe.com/jira/browse/BLZ-17
Basically download EnumProxy.java, then use the following code which will register all enums
static {
PropertyProxyRegistry.getRegistry().register(Enum.class, new EnumProxy());
}
Please, tell me, where should I put this code ? Onto the server somewhere or into SoapUI somewhere ?