}
@SuppressWarnings("unchecked")
private String invokeTest(String reqStr) throws Throwable
{
new ClientLauncher().launch(TestEndpointClientTwo.class.getName(), "jbossws-client", new String[] { reqStr });
Class<?> empty[] = {};
try
{
//Use reflection to compile on AS 5.0.0.CR1 too
Method getMainClassMethod = ClientLauncher.class.getMethod("getTheMainClass", empty);