@WebMethod
public String echo(String msg) throws EchoException
{
return "echo: " + msg;
}
And you don't need to get a big web service framework like Axis to do it! More Info...
Get it now!
The unofficial db4o blog
@WebMethod
public String echo(String msg) throws EchoException
{
return "echo: " + msg;
}