Solved the problem with the charset encoding...Now I'm using ISO-8859-1 an it work fine.
The problem with the navigators had a different origin. Since with webservices the selected navigators are set in the generic parameter and it travels in the GET, it's necessary to encode all the non ASCII chars.
Now I have other problem...I'm getting this:
Code:
Your query could not be parsed. The error message was:
com.fastsearch.esp.search.SearchEngineException: packfql: Query Error: Illegal DateTime: 5000 01 01T00 00 00Z for resolution: minute
on the SFE. And the same problem occurs in the webservice client.
Is this a platform bug? or a config problem?
It generates an navigator with this modifier: "5000 01 01T00 00 00Z" and it can't process it...