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?
Comments
Here is the official documentation:
https://docs.intersystems.com/irisforhealthlatest/csp/docbook/DocBook.U…
The type for ELEMENTQUALIFIED is Boolean (0 or 1).
Can you elaborate how are you getting this error?
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
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?
I think two classes in one namespace have a mismatched value of this setting, rather than plainly incorrect value.