1
  1. Following url and parameters names for testing integration is correct or not ??

URL:- http://webdemos.arx.com/cswa_sign_sample/CSWADemo.asx

Parameter name:- inputXML .

  1. Do you have any sample code in java for this integration?
  • Re: Sample Java code -- what part are you having difficulty with? What are you trying to do? – Larry K Nov 13 '14 at 06:15
  • Thanks Larry K...I am trying to integrate our web portal with your cosign. I am following the following steps please correct if i am wrong:-1. I am sending a post request on "https://webagentdev.arx.com/Sign/UploadFileToSign" with parameter inputXML. In input XML i am sending a document stream encrypted with base 64. 2. After receiving the session id in response i will send a get request with sessionid as a parameter. – sandeep singh Nov 13 '14 at 09:17
  • After you receive the sessionID in response, you send a redirect to the human sitting at the browser. If you want more info, please ask as a new question on stack overflow. – Larry K Nov 13 '14 at 10:13

1 Answers1

0

The service point for the Developer CoSign Web Agent platform is https://webagentdev.arx.com/

Eg. https://webagentdev.arx.com/Sign/UploadFileToSign

Documentation on the UploadFileToSign method

Larry K
  • 47,808
  • 15
  • 87
  • 140