Written by

Question RKumar · Feb 29, 2024

Mismatched definition of ELEMENTQUALIFIED for class in the namespace

While creating the WSDL, I'm encountering the following error:

"Mismatched definition of ELEMENTQUALIFIED for the class in the namespace http://www.test.xx/xyx/abc-ns/xsd/v1: CSP Error"

Why am I getting this error while generating the WSDL?

Can someone guide me to understand this issue?

Product version: IRIS 2022.2

Comments

Eduard Lebedyuk · Mar 1, 2024

Can you elaborate how are you getting this error?

0
RKumar  Mar 3, 2024 to Eduard Lebedyuk

Hi Eduard,

I'm getting this error while generating WSDL using my service URL

serviceURL?WSDL => Getting "Mismatched definition of ELEMENTQUALIFIED for the class in the namespace http://www.test.xx/xyx/abc-ns/xsd/v1: CSP Error

0
Enrico Parisi  Mar 3, 2024 to RKumar

What's the value of the parameter ELEMENTQUALIFIED in your classes?

As Luis said, "The type for ELEMENTQUALIFIED is Boolean (0 or 1)".

If you cannot post your actual class, can you reproduce the error writing a simple sample class and port it here?

0
Eduard Lebedyuk  Mar 4, 2024 to Enrico Parisi

I think two classes in one namespace have a mismatched value of this setting, rather than plainly incorrect value.

0