Expand my Community achievements bar.

Output Variable - Type: Date - Problem with WSDL in Designer

Avatar

Former Community Member
Greetings,



We are seeking some information about the following:



We have a process in Process Designer that has and output variable of the type: Date. When the process is activated and we connect to a WSDL in LC ES Designer we get both a DATE and CALENDAR in the Data View.



Hope that is at least somewhat clear. Please respond with any help or questions.



Thanks,



Rick Kuhlmann

Tech-Pro
1 Reply

Avatar

Level 10
This is to distinguish between java.util.Date and java.util.Calendar types. If the date is returned as java.util.Date, it will be in the DATE.date field. If the date is returned as java.util.Calendar, it will be in the DATE.calendar field.



There are a bunch of xPath dates function in the xPath builder you can use.



Jasmin