File: CHANGES_1_1.txt

package info (click to toggle)
kdsoap 2.2.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,000 kB
  • sloc: cpp: 19,877; python: 63; makefile: 13
file content (9 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
Client side:

Fixed handling of faults (fault XML was not parsed when the HTTP error code was correctly set to 500 by the server)
Fixed serialization of times and datetimes, to use ISO format and include milliseconds
Support for hexBinary
Response parsing in KDSoapMessage: implement type conversion based on type information sent back, fix handling of empty strings.
Fix compilation error when the name of a wsdl:service contains a '-'.

NEW: server side support