getLibraryListRequest

Returns the GroupWise libraries that are defined on the system.

Request

<getLibraryListRequest/>

Response

<getLibraryListResponse>
   <libraries type="types:LibraryList"/>
   <status type="types:Status"/>
</getLibraryListResponse>

Elements

libraries

Specifies the libraries on the GroupWise system.

code

Returns the error number related to the event. 0 indicates that the request was successful.

status

Returns the success or failure of the method.

Example

<getLibraryListRequest/>

<getLibraryListResponse>
   <libraries> 
      <library type="Library"> 
         <id>domain1.po1.po1 Library@67</id> 
         <name>po1 Library</name> 
         <domain>domain1</domain> 
         <postOffice>po1</postOffice> 
      </library> 
   </libraries> 
   <status> 
      <code>0</code> 
   </status> 
</getLibraryListResponse>