public void testReference() throws Exception {
// Call the echo service component which will, in turn, call a reference
// with an echo binding. The echo binding will echo the given string.
Echo service = scaDomain.getService(Echo.class, "EchoComponent");
String echoString = service.echo("foo");
assertEquals(echoString, "foo");
}
public void testService() throws Exception {
// Call the echo server. This will dispatch the call to a service with an