Hi
I need to call this url
http://api.exchangeratesapi.io/2020-05-01?symbols=USD,GBP&base=DKK
which will return this JSON
{“rates”:{“EUR”:0.1340770138},“base”:“DKK”,“date”:“2020-04-30”}
How should I do that in webMethods? I use version 10.3
If the url returned xml I could use this service pub.xml:loadXMLNode where I will be able to specify the url as an input variable.
Kind regards Mikael