Changeset 1853 for trunk/grails-app
- Timestamp:
- May 19, 2011, 4:19:08 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/services/dbnp/studycapturing/AssayService.groovy
r1841 r1853 253 253 254 254 try { 255 jsonArray = moduleCommunicationService.callModuleMethod(moduleUrl, path, query )255 jsonArray = moduleCommunicationService.callModuleMethod(moduleUrl, path, query, "POST") 256 256 } catch (e) { 257 257 throw new Exception("An error occured while trying to get the measurement tokens from the $assay.module.name. \ … … 294 294 295 295 try { 296 (sampleTokens, measurementTokens, moduleData) = moduleCommunicationService.callModuleMethod(moduleUrl, path, query )296 (sampleTokens, measurementTokens, moduleData) = moduleCommunicationService.callModuleMethod(moduleUrl, path, query, "POST") 297 297 } catch (e) { 298 298 throw new Exception("An error occured while trying to get the measurement data from the $assay.module.name. \
Note: See TracChangeset
for help on using the changeset viewer.