dates element are mandatory at DataBoxCreditInfo
commitfcb1db7b850baf5d8477aa3e47093f5df327ab37
authorPetr Písař <petr.pisar@atlas.cz>
Sun, 6 Oct 2013 11:30:16 +0000 (6 13:30 +0200)
committerPetr Písař <petr.pisar@atlas.cz>
Sun, 6 Oct 2013 11:30:16 +0000 (6 13:30 +0200)
treee4e9f0d6e7213e49911753074127f500aa9b1d4f
parent4f7d15034cc51d479a0813fa62f2cbca1c9de4de
dates element are mandatory at DataBoxCreditInfo

The ciFromDate and ciTodate elements are mandatory in DataBoxCreditInfo
request. But their content can be empty.

This corrects the documentation, changes implementation, and aguments tests.
There is separate implementation of _server_datestring2tm() for Win32 because
of missing strptime().
doc/user_web_services
src/isds.c
test/simline/Makefile.am
test/simline/isds_get_commercial_credit.c
test/simline/service.c
test/simline/system.h [new file with mode: 0644]
test/simline/unix.c [new file with mode: 0644]
test/simline/unix.h [new file with mode: 0644]
test/simline/win32.c [new file with mode: 0644]
test/simline/win32.h [new file with mode: 0644]
test/test-tools.h