Hi All,
I am trying to call a GET operation in $batch my request content looks like this.
--batch_005
Content-Type: application/http
Content-Transfer-Encoding: binary
GET LRI004LANERENTALJOBS(FromDate=datetime'2014-08-10T00:00:00',OperationDist='TD - TRANSPORT FOR LONDON ROAD NETWORK',Sapid='TST_PORT_USR',ToDate=datetime'2014-09-24T00:0:00',Historical='X',JobNum='555') HTTP/1.1
--batch_005--
I am getting the below error:
Resource not found for the segment '00:00',OperationDist='TD'.
Same URI is working for general GET operation.
I am suspecting it could be DateTime value is not formed well.
Can anybody suggest.
Regards,
Kiran Adhikarla