3.1.4.1.1.2 tns:GetRoomListsSoapOut Message

The GetRoomListsSoapOut WSDL message specifies the server response to the GetRoomLists operation request to retrieve a collection of all room lists in the organization. For more details about the GetRoomLists operation, see section 3.1.4.1.

 <wsdl:message name="GetRoomListsSoapOut">
     <wsdl:part name="GetRoomListsResult" element="tns:GetRoomListsResponse"/>
     <wsdl:part name="ServerVersion" element="t:ServerVersionInfo"/>
 </wsdl:message>

The GetRoomListsSoapOut WSDL message is the output for the SOAP action http://schemas.microsoft.com/exchange/services/2006/messages/GetRoomLists.

The parts of the GetRoomListsSoapOut WSDL message are described in the following table.

Part name

Element/type

Description

GetRoomListsResult

tns:GetRoomListsResponse (section 3.1.4.1.2.2)

Specifies the SOAP body of the response message.

ServerVersion

t:ServerVersionInfo ([MS-OXWSCDATA] section 2.2.3.10)

Specifies a SOAP header that identifies the schema version for the GetRoomListsSOAPOut message.

A successful GetRoomLists operation returns a GetRoomListsResponse element, as specified in section 3.1.4.1.2.2, with the ResponseClass attribute of the GetRoomListsResponse element set to "Success". The ResponseCode element, as specified in [MS-OXWSCDATA] section 2.2.4.65, of the GetRoomListsResponse element is set to "NoError".

If the request is unsuccessful, the GetRoomLists operation returns a GetRoomListsResponse element with the ResponseClass attribute of the GetRoomListsResponse element set to "Error". The ResponseCode element of the GetRoomListsResponse element is set to a value of the ResponseCodeType simple type, as specified in [MS-OXWSCDATA] section 2.2.5.24.