Hi.
I have a problem with the character "{" when I use HttpUtils2 and JSON.
I have modified the HttpJob module with:
req.SetContentType ( "application/json")
I call a webservice that reads JSON format.
But, when I call job.GetString, job.PostString and others then I've got the following error message:
"java.lang.IllegalArgumentException: Illegal character in query at index 80..."
that corresponds with the "{" character.
If I use the created string directly in my navigator, it works ok.
Where is the problem?
I have a problem with the character "{" when I use HttpUtils2 and JSON.
I have modified the HttpJob module with:
req.SetContentType ( "application/json")
I call a webservice that reads JSON format.
But, when I call job.GetString, job.PostString and others then I've got the following error message:
"java.lang.IllegalArgumentException: Illegal character in query at index 80..."
that corresponds with the "{" character.
If I use the created string directly in my navigator, it works ok.
Where is the problem?