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

...