Written by

Question Yone Moreno · Oct 11, 2019

Import a WSDL to generate SOAP Operations

I have the following message when I try to import a WSDL to generate a SOAP service:

ERROR #5319: The type of a property of a class series cannot be recurring: SeleneHL7Service.hl71.escapeType:escape
  > ERROR #5030: Error occurred while compiling SeleneHL7Service.hl71.escapeType class

I have found in the documentation:

5319 The type of a property in a serial class cannot be recursive: %1

 

What means?

How could fix it?

Comments

Eduard Lebedyuk · Oct 11, 2019

When using import wizard, make classes persistent, not serial.

0