Updates 49000 » History » Version 1

Pierre Marc, 12/02/2016 09:07 AM

1 1 Pierre Marc
h1. 4.9.000 Updates
2 1 Pierre Marc
3 1 Pierre Marc
h2. Bugs
4 1 Pierre Marc
5 1 Pierre Marc
* Logs: the log lines containing a µ character where producing an xslt error in log search.
6 1 Pierre Marc
7 1 Pierre Marc
h2. Modifications
8 1 Pierre Marc
9 1 Pierre Marc
* Dynamic host in web services. It is now possible to set the web service host name as "dynamic" so the host used in wsdl will be the host used when requesting this wsdl.
10 1 Pierre Marc
* The TABLE_GET_ROWS command can now deliver the resulting rows in a string object instead of a table object. With this feature, one can retrieve a complete table in a single string than can be parsed by the programmer. This increases speed. 
11 1 Pierre Marc
12 1 Pierre Marc
h2. New features
13 1 Pierre Marc
14 1 Pierre Marc
* REST connector. The rest connector, also called universal connector, gives full control to the user to the input request data and to the response. The programmer defines the REST urls in the application.dsc file and provides procedures that will process input and output data returned to the user. The procedure will receive all input data including HTTP method, headers, content, etc…. The REST connector also introduces a 2 steps login (token identification). This avoids sending the password from client to server. 
15 1 Pierre Marc
* Applications urls. One can set pre-defined order urls at application level in the application description file. This allows simplifying and reducing the size of the urls sent to Nirva.
16 1 Pierre Marc
* A renderer can now set an HTTP return code.