REST Service Query Issue in OIC
Content
Hi All,
I am having issues while querying the data using REST Services in OIC when i try to add <= or >= operators in the query string.
in OIC the following string is being passed as the query parameter for query the REST Service.
concat ("Item='", $itemNumber_val, "' AND (charges.EndDate is NULL OR ((charges.EndDate is NOT NULL) and (charges.StartDate<='", $initParameters_curDate, "' AND charges.EndDate>='", $initParameters_curDate, "')))" )
However when i look at the runtime log i could see that this is being converted to
<nsmpr10:q>Item='XT/Z52D2H00' AND (charges.EndDate is NULL OR ((charges.EndDate is NOT NULL) and (charges.StartDate
1