}
public void testClient() throws Exception
{
XFireProxyFactory factory = new XFireProxyFactory(getXFire());
EchoOverload echo = (EchoOverload) factory.create(service, "xfire.local://EchoOverload");
assertEquals("yo", echo.echo("yo"));
assertEquals("yoyo", echo.echo("yo", "yo"));
}