Atozed Forums

Full Version: Intraweb and Rest
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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.
(03-24-2020, 12:54 PM)Rolphy Reyes Wrote: [ -> ]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.


Thank you. Will try doing that.