I'm using Workilight version 6.0 and I'm trying to use a security test with Workilght's adapter. First of all, I developed a login page and home page where I'll display some informations after the user will be authenticated. The authentication seems to be OK because I'm getting the user information and session Id which I'll sent in the cookie of the next HTTP adapter using the security test.
The problem is that I'm getting NullPointerException from the specified adapter but when I execute the request with RestClient, I get the response so the WS is OK.
Any body have an idea about how to that ?
PS: my code was working on worklight V5.0 but not with V6.0