Solved
Forum Discussion
Unfortunately it doesn't work either. Invalid date value: ${#Project#dateTime}
<ns:bootNotificationResponse>
<ns:status>Rejected</ns:status>
<ns:currentTime>${#Project#dateTime}</ns:currentTime>
<ns:heartbeatInterval>60</ns:heartbeatInterval>
</ns:bootNotificationResponse>
- xavier1,
Can you please show it with screen shots? How it is saved in properties, how it is placed in the request, and actual error from server side.Hi,
The SOAP mock response
The test case
The overview of the project. I've tried different syntax for "dateTime" and nothing seems to work.
"2019-01-29T14:45:32.345Z" => Invalid date value
'2019-01-29T14:45:32.345Z' => Invalid date value
2019-01-29T14:45:32.345Z => Invalid date value