Hi,
I'm using SOAP API to integrate CMDBuild with another app and I need to use CMDBuild queries to filter data.
Since I moved from 2.0.4 to 2.1.1 when I try to filter card list I get the following error:
"<soap:Text xml:lang="en">The operator EQUALS is not supported</soap:Text>"
I tried several different operators and get allways a not supported error.
What are the available operators?
Thanks,
Pedro Cachaldora
Dear Pedro,
we already found and fixed this bug. We'll release a patch release at the end of this month containing the fix for this issue also.
Best regards.
-- Davide Pavan
Previously Pedro wrote:
Hi,
I'm using SOAP API to integrate CMDBuild with another app and I need to use CMDBuild queries to filter data.
Since I moved from 2.0.4 to 2.1.1 when I try to filter card list I get the following error:
"<soap:Text xml:lang="en">The operator EQUALS is not supported</soap:Text>"
I tried several different operators and get allways a not supported error.
What are the available operators?
Thanks,
Pedro Cachaldora
Hello,
I noticed that you already released 2.1.2 and EQUALS operator started working again, thanks. But now I have a problem with operator CONTAINS (CMDBuild returns: "<soap:Text xml:lang="en">The operator UNDEFINED is not supported</soap:Text>").
Anyway, how do I know what are the filter operators available in SOAP API?
Thanks,
Pedro
Previously Tecnoteca wrote:
Dear Pedro,
we already found and fixed this bug. We'll release a patch release at the end of this month containing the fix for this issue also.
Best regards.
-- Davide Pavan
Previously Pedro wrote:
Hi,
I'm using SOAP API to integrate CMDBuild with another app and I need to use CMDBuild queries to filter data.
Since I moved from 2.0.4 to 2.1.1 when I try to filter card list I get the following error:
"<soap:Text xml:lang="en">The operator EQUALS is not supported</soap:Text>"
I tried several different operators and get allways a not supported error.
What are the available operators?
Thanks,
Pedro Cachaldora
Hello,
on string fields you can use only EQUALS ans LIKE
We will add more information (operators permitted for each data type) in the next version of the manual.
CMDBuild Team