diff --git a/flows/pipeline_RESTtoSOAPtoREST.json b/flows/pipeline_RESTtoSOAPtoREST.json index a260b52..9140a83 100644 --- a/flows/pipeline_RESTtoSOAPtoREST.json +++ b/flows/pipeline_RESTtoSOAPtoREST.json @@ -17,19 +17,19 @@ "type": "js", "dependencies":["listener"], "js":"flow.route1.path=`/xml/SOAP_server/ndfdXMLclient.php?whichClient=NDFDgen&lat=${message.content.lat}&lon=${message.content.lon}&listLatLon=&lat1=&lon1=&lat2=&lon2=&resolutionSub=&listLat1=&listLon1=&listLat2=&listLon2=&resolutionList=&endPoint1Lat=&endPoint1Lon=&endPoint2Lat=&endPoint2Lon=&listEndPoint1Lat=&listEndPoint1Lon=&listEndPoint2Lat=&listEndPoint2Lon=&zipCodeList=&listZipCodeList=¢erPointLat=¢erPointLon=&distanceLat=&distanceLon=&resolutionSquare=&listCenterPointLat=&listCenterPointLon=&listDistanceLat=&listDistanceLon=&listResolutionSquare=&citiesLevel=&listCitiesLevel=§or=&gmlListLatLon=&featureType=&requestedTime=&startTime=&endTime=&compType=&propertyName=&product=glance&begin=2004-01-01T00%3A00%3A00&end=2022-09-16T00%3A00%3A00&Unit=e&temp=temp&Submit=Submit`" - }, - "route1":{ + }, + "route1":{ "type": "httpclient", - "dependencies":["route0"], - "host":"graphical.weather.gov", - "port":443, + "dependencies":["route0"], + "host":"graphical.weather.gov", + "port":443, "isSecure": true, "method":"get", "path": "", "timeout": 180000, "headers":["USER-AGENT: JSON_ESB", "ACCEPT: text/html,application/xhtml+xml,application/xml"] - }, - "route2": { + }, + "route2": { "type":"xmlparser", "dependencies":["route1"] }, diff --git a/routes/simple_aggregator.js b/routes/simple_aggregator.js index bd6fb40..ad2116e 100644 --- a/routes/simple_aggregator.js +++ b/routes/simple_aggregator.js @@ -1,5 +1,5 @@ /* - * simple_aggregator.js, Aggregates messages, very simople, just merges content keys + * simple_aggregator.js, Aggregates messages, very simple, just merges content keys * * (C) 2018 TekMonks. All rights reserved. */