... Continue Reading
Web services
Using OAuth Authentication in AEM
Would help if you can list some code snippets on how you are building the url and fetching the token. Here's an example of how we've implemented very similar to what you are trying to do, maybe ... Continue Reading
POST data from a form to Webservice and GET result back on to the same form
1. postformtest.html In the postformtest.html, the action tag is defined as below which maps to the path in IPostServlet 2. The SUBMIT here calls --> IPostServlet.doPost(...) 3. ... Continue Reading