Hello,
I have a SOAP service that xs:dateTime type optional included fields. They are generated into a new workflow created from the SOAP operation, but the plugin does not allow leaving them as "Not set". "date argument must be a date and non null"
The problem is that the service uses the same input type for all CRUD operations, but I cannot call update operation with e.g. createdDate having a value. It seems that as a workaround I can delete the field from the work flow inputs, but is there any work around for setting an empty value?