throw new junit.framework.AssertionFailedError("methodAnyURI Exception caught: " + re );
}
try {
SimpleAnyURIType sendValue = new SimpleAnyURIType("urn:this-is-a-simple-test");
SimpleAnyURITypeHolder ch = new SimpleAnyURITypeHolder(sendValue);
SimpleAnyURIType actual = binding.methodSimpleAnyURI(sendValue, ch);
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("methodAnyURI Exception caught: " + re );
}