Intraweb and Rest - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Intraweb and Rest (/thread-1602.html) |
Intraweb and Rest - msgopala - 03-23-2020 I have integrated my IW app with sharefile using Indy components. I am trying to integrate now to Docusign using Rest. Not many examples to go by. I tried to use IDHTTP but didnt know how to generate the JSON code. I am not familiar with JSON. Are there any demo/resources available to learn. Thanks in advance RE: Intraweb and Rest - Rolphy Reyes - 03-24-2020 Hi! I think you may need to forget about Intraweb (for now because Intraweb is the web part) and learn how to consume/build JSON itself in Delphi. Even how to consume a WebServices (plain) from Delphi and then you can integrate it to Intraweb. RE: Intraweb and Rest - msgopala - 03-24-2020 (03-24-2020, 12:54 PM)Rolphy Reyes Wrote: Hi! Thank you. Will try doing that. |