I tried to call a service that has some dates as arguments, and realized that the date type values are ignored. The tags are created, but with empty values. See example below:
'sessionId': '1091278110940339', 'eventKeys': [1, 2], 'scheduleId': [1], 'start': new Date(), 'filter' : { 'period': { 'start': new Date(), 'end': new Date() } }
Hi,
I tried to call a service that has some dates as arguments, and realized that the date type values are ignored. The tags are created, but with empty values. See example below:
'sessionId': '1091278110940339', 'eventKeys': [1, 2], 'scheduleId': [1], 'start': new Date(), 'filter' : { 'period': { 'start': new Date(), 'end': new Date() } }
`1091278110940339
</soap:Body> </soap:Envelope>`