I am very new to Spring Roo, using version 1.2.1 RELEASE and currently stuck trying to figure out how to expose and consume web services. Ran "--service" command, no exceptions, but also can't figure out if my services got exposed as web services or not. Does --service expose services to the web by default? If so, what is the URL, otherwise is there an extra parameter I can add to the command?

Running "web mvc json all" added @RooWebJson to all the controller and that works great for json requests, but I want to use something more type safe. I am not sure what Roo offers out of the box, is there something similar to CXF where you can add @WebService annotation to an interface and then exposing it via some spring configuration?