Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am using a WSDL file where I get those parameters, as you can see the TimeStamp is defined as dateTime.
On my job, using TESBProviderRequest I am getting this information.
Using txmlmap I want to get the date but the Date Pattern by default is: "dd-MM-yyyy"
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.
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.
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.
Hi!
How could I change it from tmap? It's document TYPE.
Thanks.
If I can't change the properties from a Document. What can I do to fix my problem?
Fixed. Didn't realize I could change the properties of input from TXMLMAP.
Thanks