Call VSO web service with HELIO input data
Created: 2010-08-04 11:21:15
Last updated: 2010-08-04 11:22:26
date transformation from 2000-10-02T23:00:00 to 20001002230000 HELIO instrument names as in http://helio-dev.i4ds.ch/xsd/instruments.xsd spitt into source and instrument names; if these pair don't exist only first part (source) is tried.
Preview
Run
Run this Workflow in the Taverna Workbench...
Workflow Components
Authors (1)
Titles (1)
Call VSO web service with HELIO input data |
Descriptions (2)
date transformation from 2000-10-02T23:00:00 to 20001002230000
HELIO instrument names as in |
date transformation from 2000-10-02T23:00:00 to 20001002230000
HELIO instrument names as in http://helio-dev.i4ds.ch/xsd/instruments.xsd spitt into source and instrument names; if these pair don't exist only first part (source) is tried. |
Dependencies (0)
Inputs (3)
Name |
Description |
StartTime |
start time of search in format yyyy-MM-dd'T'HH:mm:ss
start time of search in format
|
EndTime |
end time of search in format yyyy-MM-dd'T'HH:mm:ss
|
HELIOinstrument |
instrument name as defined in http://helio-dev.i4ds.ch/xsd/instruments.xsd
|
Processors (13)
Name |
Type |
Description |
Query |
wsdl |
Wsdlhttp://virtualsolar.org/VSO/VSOi?WSDLWsdl OperationQuery |
Query_body |
xmlsplitter |
|
body_block_2 |
xmlsplitter |
|
2_time |
xmlsplitter |
|
FormatDate |
beanshell |
Scriptimport java.text.SimpleDateFormat;
SimpleDateFormat inFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss");
SimpleDateFormat outFormat = new SimpleDateFormat("yyyyMMddHHmmss");
timeString=outFormat.format(inFormat.parse(timeJava));
|
FormatDate_2 |
beanshell |
Scriptimport java.text.SimpleDateFormat;
SimpleDateFormat inFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss");
SimpleDateFormat outFormat = new SimpleDateFormat("yyyyMMddHHmmss");
timeString=outFormat.format(inFormat.parse(timeJava));
|
splittInput |
beanshell |
ScriptString[] parts = instrument.split("__");
if(parts.length >1){
instrument_out= parts[1];
} else {
instrument_out = "";
}
source = parts[0]; |
new_source |
beanshell |
|
Query_2 |
wsdl |
Wsdlhttp://virtualsolar.org/VSO/VSOi?WSDLWsdl OperationQuery |
Query_2_body |
xmlsplitter |
|
body_block |
xmlsplitter |
|
block_time |
xmlsplitter |
|
decide_result |
beanshell |
|
Beanshells (5)
Name |
Description |
Inputs |
Outputs |
FormatDate |
|
timeJava
|
timeString
|
FormatDate_2 |
|
timeJava
|
timeString
|
splittInput |
|
instrument
|
instrument_out
source
|
new_source |
|
xml
source
|
source
|
decide_result |
|
xml1
xml2
|
result_xml
|
Outputs (1)
Name |
Description |
result_xml |
|
Datalinks (21)
Source |
Sink |
Query_body:output |
Query:body |
body_block_2:output |
Query_body:block |
2_time:output |
body_block_2:time |
splittInput:source |
body_block_2:source |
splittInput:instrument_out |
body_block_2:instrument |
FormatDate:timeString |
2_time:start |
FormatDate_2:timeString |
2_time:end |
StartTime |
FormatDate:timeJava |
EndTime |
FormatDate_2:timeJava |
HELIOinstrument |
splittInput:instrument |
splittInput:source |
new_source:source |
Query:body |
new_source:xml |
Query_2_body:output |
Query_2:body |
body_block:output |
Query_2_body:block |
new_source:source |
body_block:source |
block_time:output |
body_block:time |
FormatDate_2:timeString |
block_time:end |
FormatDate:timeString |
block_time:start |
Query_2:body |
decide_result:xml2 |
Query:body |
decide_result:xml1 |
decide_result:result_xml |
result_xml |
Uploader
License
All versions of this Workflow are
licensed under:
Version 1
(of 1)
Credits (1)
(People/Groups)
Attributions (0)
(Workflows/Files)
None
Shared with Groups (1)
Featured In Packs (0)
None
Log in to add to one of your Packs
Attributed By (0)
(Workflows/Files)
None
Favourited By (0)
No one
Statistics
Other workflows that use similar services
(0)
There are no workflows in myExperiment that use similar services to this Workflow.
Comments (0)
No comments yet
Log in to make a comment