private boolean passed = false;
public void runTest() throws MalformedURLException
{
// Create interceptor stack
Interceptor[] interceptorStack = new Interceptor[]{new InvokerInterceptor()};
TestInvocation invocation = new TestInvocation(interceptorStack);
invocation.setArgument(new TestTarget());
int port = 8081;