Hello Everyone,
I want to populate data from API to database.
My API detail is as follow : http://api.openweathermap.org/data/2.5/forecast/city?id=524901&APPID=76acd9a867adb4cd9120298d16b3655f&mode=xml
(Currently I have shared just harcoded Country name ,in future It can be dynamic)
I want to populate weather related data from API to database.
My thoughts :
(1) First need to copy above API data to Local folder in XML
(2) Will use XML Source to populate data into database
Can you please help to resolve step 1.
In case We can do other approach instead of storing XML then I am OK with it.Like below ( I don't have WSDL)
My API detail is as follow : http://api.openweathermap.org/data/2.5/forecast/city?id=524901&APPID=76acd9a867adb4cd9120298d16b3655f
I want to populate data from API to database.
My API detail is as follow : http://api.openweathermap.org/data/2.5/forecast/city?id=524901&APPID=76acd9a867adb4cd9120298d16b3655f&mode=xml
(Currently I have shared just harcoded Country name ,in future It can be dynamic)
I want to populate weather related data from API to database.
My thoughts :
(1) First need to copy above API data to Local folder in XML
(2) Will use XML Source to populate data into database
Can you please help to resolve step 1.
In case We can do other approach instead of storing XML then I am OK with it.Like below ( I don't have WSDL)
My API detail is as follow : http://api.openweathermap.org/data/2.5/forecast/city?id=524901&APPID=76acd9a867adb4cd9120298d16b3655f