How to create a PDS handle
- Article Type: Q&A
- Product: Rosetta
Question
How to create a PDS handle?
Answer
There are 2 ways to get a PDS handle:
1. Use the PDS client (bundled in the SDK).
2. Send an HTTP request and parse the results. For example:
il-dps01-d4(1) >>curl -s "http://il-dps09:8991/pds?func=login&bor_id=admin1&bor_verification=a12345678A&institute=INS00" | grep -m1 handle | cut -d '=' -f4 | cut -d '&' -f1
17820151554132496723248342983
Category: Deposit