M
M
Maxim2015-09-11 13:31:28
JavaScript
Maxim, 2015-09-11 13:31:28

How to work with the web service for getting exchange rates?

There is a web service www.nbrb.by/statistics/Rates/WebService , you need to get data on exchange rates from there, but I don’t understand how at all, I have never worked with web services. Can someone tell me how? Site on meteor.js . Thanks in advance.
There you can download an example of working with a web service, but it is in VB.NET, nothing is clear, I don’t even know how to run it for verification.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Avilov, 2015-09-11
@might

That's right,
https://github.com/vpulim/node-soap
Feed her this www.nbrb.by/Services/ExRates.asmx?WSDL
And rejoice.

N
Nicholas, 2015-09-11
@healqq

The web service on your link works on the SOAP protocol. The easiest way is to find some library for working with SOAP and not really thinking about the implementation of the protocol, just send requests through it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question