Playing with Spring WS
Posted by Mike Haller
on Sunday, February 3. 2008
at 17:36
in Java
I played around with the Spring WebService library and this is a summary of what I did or what you need to take care of while implementing your own web service.My toy project Whois-WS is about domain WHOIS information. You can ask the service about a domain name and it will return basic information about the domain, such as the domain name, connection status and responsible whois server.
