In the JavaDoc of the RestDataSource you will find:
This is not valid XML. It has to be:
Code:
And an example of an XML message for a fetch operation passing AdvancedCriteria: [...] <operator>equals</[B]continent[/B]> [...] value: "North America [...] } dataSource: "countryDS",
Code:
And an example of an XML message for a fetch operation passing AdvancedCriteria: [...] <operator>equals</[U][B]operator[/B][/U]> [...] value: "North America[U][B]"[/B][/U] [...] }[U][B],[/B][/U] dataSource: "countryDS",
Comment