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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
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
1 Reply
Anonymous
Not applicable
Author