I've encountered another problem related to REST request parameters.
I've added a "session" parameter that is dynamic and used in the url. The "session" param is working good in the URL. The problem is with the xml parameters. My server don't receive any xml data anymore (it receive null).
If I remove the "session" parameter from the list and from the URL, the xml parameters are received from my REST server.