SOAP Web Services Documentation
By Daniel Gump. Saturday, 7. February 2009, 15:55:14
Currently included are four Web Service methods, called as follows:
getHBCharacterInfo
- Returns information on a character, based on either a character name or character number.
- In - unsignedInt (for characterID) OR string (for characterName)
- Out - array(1) { unsignedInt character_id, string character_name, string character_race, string character_class, unsignedInt user_id, string user_name, string ship_name, string ship_class, unsignedInt sector_x, unsignedInt sector_y, int subsector_x, int subsector_y, string error }
getHBLeaderBoard
- Returns the top 10 user characters, based on search criteria
- In - string "stats" OR string "credits"
- Out - array(10) { unsignedInt character_id, string character_name, unsignedInt userID }
getUserInfo
- Returns information on a user account, based on the user_id
- In - unsignedInt user_id
- Out - array(1) { unsignedInt user_id, string user_name, string first_name, string signature, dateTime member_since, dateTime last_login, string wii_code, string error }
sendNewUser
- Creates a new user account with the supplied information
- In - array(1) { string user_name, string first_name, string last_name, string password, string email, string signature, string wii_code, string source }
- Out - string error OR string user_id
When applicable, methods may return an error string.
"source" in sendNewUser is where a referral link should be placed so that an affiliate website can receive credit for the signup. This referral link is stored in the database but not displayed for public view at this time.
This documentation will be placed at http://hullbreachonline.com and http://wiioperasdk.com in a webpage to receive updates as new methods are add












