3.1.4.2.1.1 tns:GetRoomsSoapIn Message

The GetRoomsSoapIn WSDL message specifies the GetRooms operation request to retrieve a collection of all rooms in the specified room list. For more details about the GetRooms operation, see section 3.1.4.2.

 <wsdl:message name="GetRoomsSoapIn">
     <wsdl:part name="GetRoomsRequest" element="tns:GetRooms"/>
     <wsdl:part name="Impersonation" element="t:ExchangeImpersonation"/>
     <wsdl:part name="MailboxCulture" element="t:MailboxCulture"/>
     <wsdl:part name="RequestVersion" element="t:RequestServerVersion"/>
 </wsdl:message>

The GetRoomsSoapIn WSDL message is the input message for the SOAP action http://schemas.microsoft.com/exchange/services/2006/messages/GetRooms.

The parts of the GetRoomsSoapIn message are described in the following table.

Part name

Element/type

Description

GetRoomsRequest

tns:GetRooms (section 3.1.4.2.2.1)

Specifies the SOAP body of the request.

Impersonation

t:ExchangeImpersonation ([MS-OXWSCDATA] section 2.2.3.3)

Specifies a SOAP header that identifies the user whom the client application is impersonating.

MailboxCulture

t:MailboxCulture ([MS-OXWSCDATA] section 2.2.3.6)

Specifies a SOAP header that identifies the culture to use for accessing the mailbox. The cultures are defined by [RFC3066].

RequestVersion

t:RequestServerVersion ([MS-OXWSCDATA] section 2.2.3.9)

Specifies a SOAP header that identifies the schema version for the GetRooms operation request.