public void testObject() { restServiceClient.PathFormat = "Meth={0}&variable={1}"; parameters = new string[2]; parameters[0] = "getVariableInfo"; parameters[1] = "HG"; object res = restServiceClient.GetWaterML(parameters); Assert.IsNotNull(res, "No information returned"); }