CICC Project Meeting Developed two web services (VotableToTabbedFileService – convert votable to tabbed file) and (ExtractionFromSingleVotableService – extract columns from votable into tabbed file) These webservices support votable communication between webservices These webservices are required to convert output from each webservice into tabbedfile and again tabbedfile into votable (by VotableConverterService) while feeding back to the webservice Community Grids Lab
VotableToTabbedFileService Input: String – Location of votable.xml file Output: String – Location of Tabbed file in form of URL Function: Parses the votable.xml file using SAVOT, retrieves column names and data, saves it into TabbedFile and returns URL of TabbedFile. URL of Service: http://gf1.ucs.indiana.edu:9080/axis/services/VotableToTabbedFileService?wsdl Community Grids Lab
Taverna WorkFlow For VotableToTabbedFileService Community Grids Lab
Input for VotableToTabbedFileService Community Grids Lab
Output URL From VotableToTabbedFileService Community Grids Lab
VotableToTabbedFile.txt Community Grids Lab
ExtractionFromSingleVotableService Input: String – Location of votable.xml file String[] – Column Names from votable.xml Output: String – Location of Tabbed file in form of URL Function: Parses the votable.xml file using SAVOT, retrieves data from votable.xml for Input ColumnNames, saves it into TabbedFile and returns URL of TabbedFile. URL of Service: http://gf1.ucs.indiana.edu:9080/axis/services/ExtractionFromSingleVotableService?wsdl Community Grids Lab
Taverna WorkFlow For ExtractionFromSingleVotableService Community Grids Lab
Input for ExtractionFromSingleVotableService Community Grids Lab
Output URL FromExtractionFromSingleVotableService Community Grids Lab
ExtractionFromVotable.txt Community Grids Lab
Condor Working on Condor (Workload Management System) to search best available machine from the pool of machines for job execution according to criteria specified in job submission file. Set up Condor(6.7.18) central manager on Linux server(156.56.104.135) and glide-in Gf1.ucs.indiana.edu(with Globus) to central manager. Able to advertise machine specific classad to central manager. Next step would be to advertise Gf1.ucs.indiana.edu machine’s classad to central manager and try to submit and execute Globus job according to specific criteria of job submission file Community Grids Lab