...
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 registration | POST 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 SFTP | New flow using DAS Rest API | |
|---|---|---|
...