Like any query string value string, you have to "url escape" it so it's valid to send.
Doug On Feb 21, 10:50 pm, Mulsaniya Bhadresh <[email protected]> wrote: > http://192.168.1.4:55106/Waiter_json.aspx?MethodName=InsertOrderForTa...[{ > "commej":"","id":1,"Quantity":5}] > > In the above url i got the error like that:: java.net.URISyntaxException: > Illegal character in query at index > 129:http://192.168.1.4:55106/Waiter_json.aspx?MethodName=InsertOrderForTa...[{ > "commej":"","id":1,"Quantity":5}] > > means error at starting square bracket. > > How can i solve this problem ? > can anyone help me..? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

