3.1.4.1 GetRoomLists Operation

The GetRoomLists operation retrieves a collection of all room lists in the organization.

The following is the WSDL port type specification for the GetRoomLists operation.

 <wsdl:operation name="GetRoomLists">
     <wsdl:input message="tns:GetRoomListsSoapIn"/>
     <wsdl:output message="tns:GetRoomListsSoapOut"/>
 </wsdl:operation>

The following is the WSDL binding specification for the GetRoomLists operation.

 <wsdl:operation name="GetRoomLists">
     <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/GetRoomLists"/>
     <wsdl:input>
         <soap:body parts="GetRoomListsRequest" use="literal"/>
         <soap:header message="tns:GetRoomListsSoapIn" part="Impersonation" use="literal"/>
         <soap:header message="tns:GetRoomListsSoapIn" part="MailboxCulture" use="literal"/>
         <soap:header message="tns:GetRoomListsSoapIn" part="RequestVersion" use="literal"/>
     </wsdl:input>
     <wsdl:output>
         <soap:body parts="GetRoomListsResult" use="literal"/>
         <soap:header message="tns:GetRoomListsSoapOut" part="ServerVersion" use="literal"/>
     </wsdl:output>
 </wsdl:operation>