Assume institution Org1
is developing a content management system (CMS) and wants to integrate the ANDS Persistent Identifier the ARDC Handle Service to obtain handles for identifying objects. Org1
would typically undertake the following process:
...
Code Block | ||
---|---|---|
| ||
<request name="mint"> <properties> <property name="appId" value=" <ANDS<ARDC-issued identifier>"/> <property name="identifier" value="MyCMS"/> <property name="authDomain" value="ldap.mycms.org.au"/> </properties> </request> |
...
Code Block | ||
---|---|---|
| ||
<request name="mint"> <properties> <property name="appId" value=" <ANDS<ARDC-issued identifier>"/> <property name="identifier" value="MyCMS"/> <property name="authDomain" value="ldap.mycms.org.au"/> </properties> </request> |
...