X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fmigrate_plus%2Fmigrate_example_advanced%2Fconfig%2Finstall%2Fmigrate_plus.migration.weather_soap.yml;fp=web%2Fmodules%2Fcontrib%2Fmigrate_plus%2Fmigrate_example_advanced%2Fconfig%2Finstall%2Fmigrate_plus.migration.weather_soap.yml;h=328bcca84a296ebc1e1c6472d0c238fc4fc71ced;hp=ae2ad03abea7d42f1c695d05d0059ba7b9b83974;hb=059867c3f96750652c80f39e44c442a58c2549ee;hpb=f8fc16ae6b862bef59baaad5d051dd37b7ff11b2 diff --git a/web/modules/contrib/migrate_plus/migrate_example_advanced/config/install/migrate_plus.migration.weather_soap.yml b/web/modules/contrib/migrate_plus/migrate_example_advanced/config/install/migrate_plus.migration.weather_soap.yml index ae2ad03ab..328bcca84 100755 --- a/web/modules/contrib/migrate_plus/migrate_example_advanced/config/install/migrate_plus.migration.weather_soap.yml +++ b/web/modules/contrib/migrate_plus/migrate_example_advanced/config/install/migrate_plus.migration.weather_soap.yml @@ -2,13 +2,16 @@ id: weather_soap label: SOAP service providing weather. migration_group: wine +migration_tags: + - advanced example source: # We use the SOAP parser source plugin. plugin: url data_fetcher_plugin: http # Ignored - SoapClient does the fetching. data_parser_plugin: soap # URL of a WSDL endpoint. - urls: http://www.webservicex.net/globalweather.asmx?WSDL + urls: + - http://www.webservicex.net/globalweather.asmx?WSDL # The function to call on the service, and the parameters to pass. See # http://www.webservicex.net/New/Home/ServiceDetail/56 for the XML structure # of this feed - how CountryName is passed within the GetCitiesByCountry @@ -48,3 +51,6 @@ process: name: City destination: plugin: entity:taxonomy_term +migration_dependencies: + required: {} + optional: {}