Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Existing flow operated with SFTPNew flow using DAS Rest API with notifications of document availability
OSF uploads a request zip package file to sftp.wipo.int for s document retrievalPOST
https://{wipo-hostname}/am/oauth2/access_token
OSF uses the OSF private key to generate the JWT client assertion (see more details) to request a valid access-token to WIPO DAS
POSTGET 
https://{wipo-hostname}/requests/retrievals
OSF sends a document retrieval request, receives an ackId and the request status 
As a result, OSF downloads a response file from sftp.wipo.int to check retrieval result and if successful the requested document is provided in the response file
GET 
https://{wipo-hostname}/requests/retrievals
OSF downloads the requested document 

...