Returns the GroupWise libraries that are defined on the system.
<getLibraryListRequest/>
<getLibraryListResponse> <libraries type="types:LibraryList"/> <status type="types:Status"/> </getLibraryListResponse>
Specifies the libraries on the GroupWise system.
Returns the error number related to the event. 0 indicates that the request was successful.
Returns the success or failure of the method.
<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>