package org.codehaus.xfire.test; public class Service2 { public String helloWorld() { return "hello from Service2!"; } public void bar() { } }