public test.wsdl.marshall2.types.BigIntegerArrayTestResponse bigIntegerArrayTest(test.wsdl.marshall2.types.BigIntegerArrayTest parameters)
throws java.rmi.RemoteException {
if(parameters.getBigIntegerArray()==null) {
throw new RemoteException("BigIntegerArray is null");
}
return new BigIntegerArrayTestResponse(parameters.getBigIntegerArray());
}