
HI Team
I am a Java developer. trying to access the Nav takserviceitem soap service, calling readmultiple operation for every hour by setting the below criteria, It is hard to set the time (date part working), Appreciatee your help with criteria expression.
I use the format MMddyyyy HH:mm and tried with other formats also eg: UTC
Thanks,
Narendra
soapUI code:
<soapenv:Envelope xmlns:soapenv="schemas.xmlsoap.org/.../envelope" xmlns:tak="urn:microsoft-dynamics-schemas/page/takserviceitem">
<soapenv:Header/>
<soapenv:Body>
<tak:ReadMultiple>
<tak:filter>
<tak:Field>date_Update</tak:Field>
<tak:Criteria><11022018 21:08 &>11012018 20:08</tak:Criteria>
</tak:filter>
<!--Optional:-->
<tak:setSize>0</tak:setSize>
</tak:ReadMultiple>
</soapenv:Body>
</soapenv:Envelope>
*This post is locked for comments
I have the same question (0)