We have a simple WSDL which holds a datetime attribute. This attribute is converted correctly by the CXF library and holds the Ivy DateTime format in the generated ws class. When we pass a datetime into the ws call, the datetime is formatted as How can we change the format? Is there a simple way, for example to pass the timezone to the Ivy DateTime object? ...or pass a SimpleDateFormat object for the string formatting? asked 26.11.2018 at 09:32 Adrian Imfeld |
May be the easiest way is to just send a String with the correct format. answered 26.11.2018 at 10:15 SupportIvyTeam ♦♦ Yes it would work to "manipulate" the wsdl locally... So there is know way for this in the new CXF library, so far...?
(26.11.2018 at 10:24)
Adrian Imfeld
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 26.11.2018 at 09:32
Seen: 2,372 times
Last updated: 26.11.2018 at 10:24
This question is maybe relatet to this question: https://answers.axonivy.com/questions/1952/axis2-date-converter But we are looking for a simple way to do this in the new CXF library.