return new BigIntegerArrayTestResponse(parameters.getBigIntegerArray());
}
public test.wsdl.marshall2.types.BigIntegerTestResponse bigIntegerTest(test.wsdl.marshall2.types.BigIntegerTest parameters)
throws java.rmi.RemoteException {
return new BigIntegerTestResponse(parameters.getBigInteger());
}