Announcement

Collapse
No announcement yet.

Release 6.20.1: Change dateformat in user methods birthday and anniversary

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Release 6.20.1: Change dateformat in user methods birthday and anniversary

    Due to a bug in axis2, the format of java.util.Date in the SOAP request was wrong. Code generated from the WSDL could not be used due to this fact.

    Side effects of this change:

    - Code generated via WSDL will now work.
    - Code in PHP or Perl must be changed. Instead of using the format
    '-'? yyyy '-' mm '-' dd 'T' hh ':' mm ':' ss ('.' s+)? (zzzzzz)?
    it must now be just 'yyyy'-'mm'-'dd'
Working...
X