Hi there, I took some time to add in the ability to match organizations with rooms via SOAP. Since I'm not a developer, I figured I'd send the changes to the email list and see if they were of interest to anyone. Edits are on line 2517 of RoomWebService.java and on line 656 of RoomWebServiceFacade.java as linked below respectively.
RoomWebService.java: https://dl.dropboxusercontent.com/u/11993667/RoomWebService.java RoomWebServiceFacade.java: https://dl.dropboxusercontent.com/u/11993667/RoomWebServiceFacade.java I tested it on my system and it's working fine. The only thing is that I didn't put anything in to check to make sure the line in rooms_organisation didn't already exist, so they will end up doubling up if you make the soap call multiple times. For my purposes I figure I can do it with PHP, since I'm hardly even a noob at java. Anyway, take a look if you want. -Sam