Adding recipient lists

A Content Manager OnDemand administrator wants to create a new ODF recipient list.

The administrator created the recipListAdd.xml file that contains the recipient list information.

To complete this task, run this command:

arsxml add -h myod -u myoduser  -p myodpwd -v  -i /usr/lpp/ars/V10R5M0/bin/xml/samples/recipListAdd.xml

The recipListAdd.xml file might look like this:

<?xml version="1.0" encoding="UTF-8" ?>                                      
<onDemand xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                                                                                
   <odfRecipientList name="SALES-San Francisco" description="San Francisco sales team" >
      <odfRecipient name="ASMITH" 	task="add" />                              
      <odfRecipient name="NALEKSAN" 	task="add" />                              
      <odfRecipient name="SKAPOOR" 	task="add" />   
      <odfRecipient name="LMTHOMAS" 	task="add" />   
      <odfRecipient name="ELLENWU" 	task="add" />                                         
   </odfRecipientList>                                                                                       

</onDemand>