getGameDetails(sessionKey, gameNumber)
Arguments:
sessionKey (xsd:string) The session key obtained from the initiateSession call
gameNumber (xsd:int) The game number
Returns: a GameSummarySoapBean object
Arguments:
sessionKey (xsd:string) The session key obtained from the initiateSession call
deepLoad (xsd:boolean) whether or not to perform a "deep load" of the games found.
Returns: An array of GameSummarySoapBean objects
This method will return a list of all currently-open public games (any game that has 1 or more public slots open).
If the "deepLoad" argument is false, each GameSummarySoapBean returned will only have the game number and game name populated. Other values are default values and are not set (some unset integers may be 0, others may be -1).
If the "deepLoad" argument is true, each GameSummarySoapBean is fully populated (this takes more time to complete).
getUsersGames(sessionKey, userCode, deepLoad, includeCompleted)
Arguments:
sessionKey (xsd:string) The session key obtained from the initiateSession call
userCode (xsd:int) The user account number
deepLoad (xsd:boolean) whether or not to perform a "deep load" of the games found
includeCompleted (xsd:boolean) whether or not to include completed games in the list
Returns: an array of GameSummarySoapBean objects