-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathChangeLog
29 lines (21 loc) · 1.23 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Changes to version 1.4 from 1.3:
- new Procedure writeStdOut(Data_p:DataLength:Type);
Data_p = (input) Data-Pointer
DataLength = (input) length of data
Type = (input, optional) JSON, XML, TEXT (JSON = Default)
- writeStdOut() includes now the getHeader() procedure - look at example WEBSRV11
- change getInput(Type) Procedure with Parameter Type to manage JSON, XML and TEXT-data
Type = (input, optional) JSON, XML, TEXT (JSON = Default)
getInput() or getInput(TEXT) receive GET/POST with TEXT-data
WBInput = getInput(JSON) receive POST with JSON-data
WBInput = getInput(XML) receive POST with XML-data
Changes to version 1.5 from 1.4:
- new WEBSRVUTL/QSRVSRC - SRCPF for binding source
- new WEBSRVUTL.BND - binding source
- change WEBSRVUTLC - service program and binding directory V1.5
- change CRTSRVPGM - new parameter STGMDL(*INHERIT)
- change CRTSRVPGM - new binding source WEBSRVUTL.BND
- new encBase64 procedure (Encode String to Base64)
- new decBase64bin procedure (Decode Base64 to String)
- /copy websrvutl/qcpysrc,apierr no longer necessary in programs and is now part from
/copy websrvutl/qcpysrc,websrvutl