///////////////////////////////////////// // Voxbone Web Services Release Note // ///////////////////////////////////////// Release Info: ============= release: v0.1b Developer: Morsiani Vincent Company: Voxbone S.A. support: support-dev@voxbone.com Note that this is still a beta version. Buying and mapping DIDs operations will be implemented on the next stable release. VoxService v0.1b (2005-11-25): ============================= Web Services Operations: ------------------------- [removed]getCountriesList( String username, String password ) [removed]getAreaCodeForCountry( String username, String password, String country_code_a2 ) [added]getCountriesList( String username, String hash, String key ) [added]getAreaCodeForCountry( String username, String hash, String key, String country_code_a2 ) Operations Description: ----------------------- - When using the getAreaCodeForCountry operation, an exception is thrown if the specified area_code_a2 doesn't exist or isn't covered actually. - An exception is thrown if you entered an invalid username / password ( all operations ) - In order to avoid coma problems, all the prices are expressed in cents Voxbone SDK (Java): =================== Requirements: ------------- - Sun Java SDK installed - The following jar file in your classpath: * activation.jar * FastInfoset.jar * jaxrpc-api.jar * jaxrpc-impl.jar * jaxrpc-spi.jar * jsr173_api.jar * mail.jar * saaj-api.jar * saaj-impl.jar Containers: ----------- [added] Country [added] AreaCode [added] AuthenticationToken ( added for security issues ) Special Notes: ============== 1) Because of security issues, we changed the authentication method. The old authentication methods were removed and replaced by new ones. now we use a SHA1 system ( Secure Hash Algorithm ). when creating a hash value, mix your password and a changing value for each request. 2) In order to use the web service, you have to send an email at support-dev@voxbone.com and ask us to authorize your account to use the web service. please send us your motivation and why you want to use the service.