Forum Discussion
16 years ago
Hi
I have an issue with enums when invoking a AMF service via SOAPUI 3.5.1
I get the following error message
11:42:56,080 INFO [STDOUT] [BlazeDS]Unable to create a new instance of type 'com...EnumType'.
flex.messaging.MessageException: Unable to create a new instance of type 'com...EnumType'. Types cannot be instantiated without a public, no arguments constructor.
Here is an the enum definition
INTRODUCTION("INTRODUCTION", "Introduction stage")
This works when invoked via the flex client.
Did anyone encounter this issue previously?
Thanks,
Ollie
I have an issue with enums when invoking a AMF service via SOAPUI 3.5.1
I get the following error message
11:42:56,080 INFO [STDOUT] [BlazeDS]Unable to create a new instance of type 'com...EnumType'.
flex.messaging.MessageException: Unable to create a new instance of type 'com...EnumType'. Types cannot be instantiated without a public, no arguments constructor.
Here is an the enum definition
INTRODUCTION("INTRODUCTION", "Introduction stage")
This works when invoked via the flex client.
Did anyone encounter this issue previously?
Thanks,
Ollie