Community Grids Lab1 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 Lab2 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: ableToTabbedFileService?wsdl
Community Grids Lab3 Taverna WorkFlow For VotableToTabbedFileService
Community Grids Lab4 Input for VotableToTabbedFileService
Community Grids Lab5 Output URL From VotableToTabbedFileService
Community Grids Lab6 VotableToTabbedFile.txt
Community Grids Lab7 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: ractionFromSingleVotableService?wsdl ExtractionFromSingleVotableService
Community Grids Lab8 Taverna WorkFlow For ExtractionFromSingleVotableService
Community Grids Lab9 Input for ExtractionFromSingleVotableService
Community Grids Lab10 Output URL FromExtractionFromSingleVotableService
Community Grids Lab11 ExtractionFromVotable.txt