Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] dateTime problem with tXMLMap

I defined a SOAP-Webservice (tESBProviderRequest / tESBProviderResponse) that uses a tXMLMap.
In the tXMLMap I use a Payload (via "Import from Repository") from the WSDL.
One element in this WSDL is of type xsd:dateTime.
- When I send, for example, "2014-08-21T12:23:19" (which is a perfectly OK dateTime) I get the following exception:
Exception in component tXMLMap_1_TXMLMAP_OUT

java.lang.RuntimeException: Unparseable date: "2014-08-21T12:23:19"

    at routines.system.ParserUtils.parseTo_Date(ParserUtils.java:245)
   
   
- When I send something like "2014-06-30" everything works fine.
   
   
Question: Does tXMLMap has a problem with dateTime?
Labels (5)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

1 Reply
Anonymous
Not applicable
Author