Versions Compared

Key

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

...

Use Case 1 - Document Registration by OFF to WIPO DAS with upload of the document content



OFF uploads a request zip package file to sftp.wipo.int for registrationPOST
https://{wipo-hostname}/am/oauth2/access_token
OFF uses the OFF private key to generate the JWT client assertion (see more details) to request a valid access-token to WIPO DAS
POST
https://{wipo-hostname}/requests/url-uploads
OFF sends a request to get a URL to upload the priority document content
PUT
{url-upload}
OFF uses the url-upload to upload the actual file content
GET
https://{wipo-hostname}/requests/url-uploads
OFF checks the readiness of the uploaded file for registration. This is because WIPO DAS performs a PDDP package file validation.
POST
https://{wipo-hostname}/requests/registrations
OFF sends the document registration request after receiving a successful status of the previous file upload, receives an ackId and the request status 
 
OFF downloads a response file from sftp.wipo.int to check registration result
Existing flow operated with SFTPNew flow using DAS Rest API

...

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 

...