GameCreationService

URL: http://landgrab.net/landgrab/services/GameCreationService
WSDL: http://landgrab.net/landgrab/services/GameCreationService?wsdl

The GameCreationService has functionality for creating games.

Methods

createGame(sessionKey, gameOptions)

Arguments:
sessionKey (xsd:string) The session key obtained from the initiateSession call
gameOptions (GameCreationOptionsSoapBean) The game options to use.

Returns
: an integer specifying the newly-created game

This method creates a game using the supplied options specified in an GameCreationOptionsSoapBean object. If there is any problem with the game options, an exception will be thrown. If the game is created successfully, the game number is returned.