public test.wsdl.marshall2.types.StringArrayTestResponse stringArrayTest(test.wsdl.marshall2.types.StringArrayTest parameters)
throws java.rmi.RemoteException {
if(parameters.getStringArray()==null) {
throw new RemoteException("StringArray is null");
}
return new StringArrayTestResponse(parameters.getStringArray());
}