Hi,
param is problematic with post + JSON as it assumes the parameter is a JSON 
string embedded into the body (as is common in current REST calls). 
You have several options here:

- Use get
- Use JSON post body syntax (which will work better with objects)
- Remove the json content syntax for now and use form submit mime type

I suggest trying to reproduce this in curl to see how this acts which will 
provide you with a 3rd party way to see where the problem lies.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/5105d9cf-d1b7-4911-9039-1b70d553fd19%40googlegroups.com.

Reply via email to