11
Community Grids Lab 1 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 Lab1 CICC Project Meeting Developed two web services (VotableToTabbedFileService – convert votable to tabbed file) and (ExtractionFromSingleVotableService

Embed Size (px)

Citation preview

Page 1: Community Grids Lab1 CICC Project Meeting Developed two web services (VotableToTabbedFileService – convert votable to tabbed file) and (ExtractionFromSingleVotableService

Community Grids Lab 1

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

Page 2: Community Grids Lab1 CICC Project Meeting Developed two web services (VotableToTabbedFileService – convert votable to tabbed file) and (ExtractionFromSingleVotableService

Community Grids Lab 2

VotableToTabbedFileService

Input: String – Location of votable.xml fileOutput: String – Location of Tabbed file in form of

URLFunction: 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

Page 3: Community Grids Lab1 CICC Project Meeting Developed two web services (VotableToTabbedFileService – convert votable to tabbed file) and (ExtractionFromSingleVotableService

Community Grids Lab 3

Taverna WorkFlow For VotableToTabbedFileService

Page 4: Community Grids Lab1 CICC Project Meeting Developed two web services (VotableToTabbedFileService – convert votable to tabbed file) and (ExtractionFromSingleVotableService

Community Grids Lab 4

Input for VotableToTabbedFileService

Page 5: Community Grids Lab1 CICC Project Meeting Developed two web services (VotableToTabbedFileService – convert votable to tabbed file) and (ExtractionFromSingleVotableService

Community Grids Lab 5

Output URL From VotableToTabbedFileService

Page 6: Community Grids Lab1 CICC Project Meeting Developed two web services (VotableToTabbedFileService – convert votable to tabbed file) and (ExtractionFromSingleVotableService

Community Grids Lab 6

VotableToTabbedFile.txt

Page 7: Community Grids Lab1 CICC Project Meeting Developed two web services (VotableToTabbedFileService – convert votable to tabbed file) and (ExtractionFromSingleVotableService

Community Grids Lab 7

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

ExtractionFromSingleVotableService

Page 8: Community Grids Lab1 CICC Project Meeting Developed two web services (VotableToTabbedFileService – convert votable to tabbed file) and (ExtractionFromSingleVotableService

Community Grids Lab 8

Taverna WorkFlow For ExtractionFromSingleVotableService

Page 9: Community Grids Lab1 CICC Project Meeting Developed two web services (VotableToTabbedFileService – convert votable to tabbed file) and (ExtractionFromSingleVotableService

Community Grids Lab 9

Input for ExtractionFromSingleVotableService

Page 10: Community Grids Lab1 CICC Project Meeting Developed two web services (VotableToTabbedFileService – convert votable to tabbed file) and (ExtractionFromSingleVotableService

Community Grids Lab 10

Output URL FromExtractionFromSingleVotableService

Page 11: Community Grids Lab1 CICC Project Meeting Developed two web services (VotableToTabbedFileService – convert votable to tabbed file) and (ExtractionFromSingleVotableService

Community Grids Lab 11

ExtractionFromVotable.txt