Exchange Server - Exchange web service: How do I get a list of rooms?

Asked By laredotornado on 07-Feb-11 12:17 PM
Hi,

We are writing a Java web service cliient for Exchange Web service
2010.  Does anyone know what calls / methods are available to me in
the web service that will give me a list of all rooms in our system?

- Dave

ps - Our next step will then be to query the availability of each of
those rooms.


James M. replied to laredotornado on 10-Feb-11 01:18 AM
I've had a lot of luck using JWebServices for Exchange to interact with Exchange in Java



http://www.independentsoft.de/jwebservices



There is method GetRooms to get all available rooms
Dave replied to James M. on 11-Feb-11 12:51 PM
xchange in Java
orials/aspnet/14280ff8-3c9f-46bd-8214-9...

Hey thanks for this response.  Do you know what underlying web service
call is made?  I guess I could decompile or look at something like
Wireshark or Charles to figure it out, but you might save me some
time. - Dave