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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

dateTime SOAP

I am using a WSDL file where I get those parameters, as you can see the TimeStamp is defined as dateTime.

0683p000009Luer.jpg

On my job, using TESBProviderRequest I am getting this information.

 

0683p000009LuYf.jpg

Using txmlmap I want to get the date but the Date Pattern by default is: "dd-MM-yyyy"

0683p000009Luo2.jpg

 

The problem could be easy resolved if I just change this "dd-MM-yyyy" and put the datetimeformat "yyyy-MM-dd'T'hh:mm:ss'. But I am still getting an error getting the date.

 

This is my SOAP CLIENT, the default values of "TimeStamp" are a dateTime format but I am not table to get the hh:mm:ss, still getting an error.

 

0683p000009LuU0.jpg

This is the error I am getting all the time, I can change dateformat...and still getting the same error. I just want to take the information from this but if the dateformat is not "dd-MM-yyyy" as default, there is no way to get this date. It's pretty weird because on the WSDL the format is datetime.

 

0683p000009LuVf.jpg

 

I think that the problem is that on the input parameters the date is not accepted if it's not "dd-MM-yyyy" but at the wsdl file it's defined as dateTime. I don't know what to do.

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi
Change the date pattern as "yyyy-MM-dd'T'hh:mm:ss" in the input schema of TXMLMap, rather than output schema.

Regards
Shong

View solution in original post

5 Replies
Anonymous
Not applicable
Author

Hi
Change the date pattern as "yyyy-MM-dd'T'hh:mm:ss" in the input schema of TXMLMap, rather than output schema.

Regards
Shong
Anonymous
Not applicable
Author

Hi!

How could I change it from tmap? It's document TYPE.

 

0683p000009Ltfc.jpg

 

Thanks.

Anonymous
Not applicable
Author

Hi
It is a document, it is impossible to change the element properties of a document on tMap.
Anonymous
Not applicable
Author

If I can't change the properties from a Document. What can I do to fix my problem?

Anonymous
Not applicable
Author

Fixed. Didn't realize I could change the properties of input from TXMLMAP.

 

0683p000009Lupu.jpg

 

Thanks