Feature #61217
Ability to dump incoming Device WBXML request
0%
Description
For debugging purpose at client side if something wrong with WBXML parser its better to have incoming request from device in some file.
scalix-wireless-12.7.1.29031
To have WBMXL requests in file need to add `wbxml.dump.requests` into wireless.properties
wbxml.dump.requests=true
Then each ActiveSync request will be saved into file in folder /var/opt/scalix/??/tomcat/temp
filename for AS requests will begin with wbxml.
log file scalix-wireless-activity.log will contain
request dump file is AbsolutePathToTheFile
for e.g.
2018-09-13 02:44:49.505 [WARN ] [ajp-nio2-8009-exec-1] [Wbxml2Utils.getKXmlDocument:39] request dump file is /var/opt/scalix/tt/tomcat/temp/wbxml456495007496667693522
Please note that files "wbxml*" will be removed automatically during scalix-tomcat start/stop