value = binding.complexWComplexOut();
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("Remote Exception caught: " + re );
}
try {
binding.anyIn(new java.lang.String("hi ho"));
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("Remote Exception caught: " + re );
}
try {
binding.anyInout(new javax.xml.rpc.holders.ObjectHolder(new java.lang.String("yo ho ho")));