stockQuote.setLast("5");
ComplexWComplex complexWComplex = new ComplexWComplex();
complexWComplex.setStock_quote(stockQuote);
complexWComplex.setOutside(22);
binding.complexWComplexIn(complexWComplex);
try {
binding.complexWComplexInout(new ComplexWComplexHolder(complexWComplex));
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("complexWComplexInout Exception caught: " + re );