Skip to content

ESGF_Registration_Service_Examples

Matthew Harris edited this page Oct 7, 2013 · 1 revision

ESGF Registration Service Example

Example ESGF Registration Service request

<esgf:registrationRequest xmlns:esgf="http://www.esgf.org/">
    <esgf:user>https://test-datanode.jpl.nasa.gov/esgf-idp/openid/testUser</esgf:user>
    <esgf:group>NASA OBS</esgf:group>
    <esgf:role>User</esgf:role>
</esgf:registrationRequest>

Example ESGF Registration Service response

<esgf:registrationResponse xmlns:esgf="http://www.esgf.org/">
    <esgf:result>SUCCESS</esgf:result>
    <esgf:message>
        User: https://test-datanode.jpl.nasa.gov/esgf-idp/openid/testUser was registered in group: NASA OBS with role: User
    </esgf:message>
</esgf:registrationResponse>

ESGF_Wiki: ESGF_Registration_Service_Examples (last edited 2011-09-01 15:50:09

Clone this wiki locally