Hi. Im looking to call a simple http service from my Java servlet to check the price an availability of domain names from my site.
Basically, i want to do something like this checker here... http://www.123-reg.co.uk/
I know i can just to a get on the target url and parse the response, but I'm looking for an exising service this just gives me an XML response. Even a webserivce if available.
Has anyone come across any companies that expose their domain checkers as a service?
Thanks.