Hi,
I am trying to post a JSON object to a JSP page which returns back JSON. I am pretty stuck with this because the JSP page doesn't expect the input JSON to be in the normal (key/value combination) way. It would be a great help if somebody could help me with this. Following are my questions.
* I am aware that I should be using client-side AJAX for posting this to the JSP from my .Net page (and not the conventional Context.Items.Add way). As this is not in the conventional POST method, how do I post to this web-service?
* Its not in my domain as I said before, So I cannot use XMLHttpRequest. How do I go about this?
Any pointers regarding this would be really helpful.
Thanks in advance.