UserService

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

The UserService has methods for working with LandGrab user accounts.

Methods

getUserByCode(sessionKey, userCode)

Arguments:
sessionKey (xsd:string) The session key obtained from the initiateSession call
userCode (xsd:int) The user ID to retrieve

Returns
: a UserSoapBean object

This method returns a UserSoapBean object for the given user ID


getUserByName(sessionKey, username)

Arguments:
sessionKey (xsd:string) The session key obtained from the initiateSession call
username (xsd:string) The username (login name) to retrieve

Returns: a UserSoapBean object

This method returns a UserSoapBean object for the given username.