srikanthsrigir…

how to map XML/Soap Signatures Blocks to JSON String

0 votes
Hi Team, We have SOAP/XML based implementation in place, and want to move to the REST APIs. During the process,some module in our system would to prepare the Approval Blocks ( place holder for signatures) and same document is handover to other module which sends this file to Silanis for E-Signing process. I am trying to use the same document which has signature blocks ( set by other module). But Believe with REST API implementation, Signature Blocks need to be defined as part of JSON request payload ( Approvals- Fields..... ) The issue i am facing , I am not able to get the co-ordinates of the Signature blocks prepared using SOAP/XML based integration. Is there a way in which I can identity the signature Blocks in java Code ( REST APIs) and map them to JSON to be inline with file that is received. Thanks in advance. Thanks, Srikanth

Approved Answer

Reply to: how to map XML/Soap Signatures Blocks to JSON String

0 votes
In this case, you can use the document extraction or position extraction feature to do so. You can find more information about those features at the links below: http://docs.esignlive.com/content/c_integrator_s_guide/sdk/c_managing_documents/extraction.htm https://developer.esignlive.com/guides/feature-guides/position-extraction/ https://developer.esignlive.com/guides/feature-guides/document-extraction/
Haris Haidary OneSpan Technical Consultant

Reply to: how to map XML/Soap Signatures Blocks to JSON String

0 votes
Hi Srikanth, If I am understanding correctly, your SOAP/XML integration is generating form fields (signature blocks) in your PDF and you wish to retain those form fields in esignlive?
Haris Haidary OneSpan Technical Consultant

Reply to: how to map XML/Soap Signatures Blocks to JSON String

0 votes
Yes, you are correct

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off