Free Web Services - Herong's Tutorial Examples - v2.13, by Herong Yang
Exchange Rate from Euro to US Dollar
This section provides a tutorial example on obtaining the current exchange rate from Euro to US Dollar.
To validate the currency exchange rate received in the previous section. Let's try to obtain the reverse exchange rate - from Euro to US Dollar.
Modify "Request 1" to enter "EUR" in the "FromCurrency" element, "USD" in the "ToCurrency" element you will get a sample request message of ConvertTemp in SOAP 1.2 to obtain the exchange rate from Euro to US Dollar:
Here is a request message to obtain exchange rate from Euro to US Dollar:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:web="http://www.webserviceX.NET/"> <soap:Header/> <soap:Body> <web:ConversionRate> <web:FromCurrency>EUR</web:FromCurrency> <web:ToCurrency>USD</web:ToCurrency> </web:ConversionRate> </soap:Body> </soap:Envelope>
Here is the response message with the converted temperature value:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body> <ConversionRateResponse xmlns="http://www.webserviceX.NET/"> <ConversionRateResult>1.1076</ConversionRateResult> </ConversionRateResponse> </soap:Body> </soap:Envelope>
The result matches the reversed exchange rate from US Dollar to Euro, which is 1 / 0.903 = 1.1074.
Table of Contents
SoapUI - Web Service Testing Tool
Mock Web Services - herongyang.com/Service
"SoapResponder" and Web Service Test Tool
"Calculator" for 4 Integer Operations
DataFlex Web Service for Country Information
LatLonListCityNames - Return Latitudes and Longitudes of US Cities
LatLonListZipCode - Return Latitudes and Longitudes of US Zip Code
TempConvert Web Service for Temperature Conversion
NDFDgenByDay - US Weather Forecast by Day
NDFDgen - US-Weather Forecast for a Single Location
Bitcoin Blockchain Data API (or Explorer)
flickr.interestingness.getList - Get Interesting Photos
NumberToWords - Convert Number in Digits to Words
TitleCaseWordsWithToken - Words to Title Case Format
"PUG SOAP" Web Service for PubChem Database
Discontinued: Currency Converter by kowabunga.net
Discontinued: GetCountries - Get All Countries and Territories
Discontinued: GetCurrencies - Get Currencies from All Countries
Discontinued: GetGMTbyCountry - Get GMT Information of a Given Country
Discontinued: GetISD - Get ISD Phone Code of a Given Country
Discontinued: GetCitiesByCountry - Get Cities by Country
Discontinued: GetInfoByState - Get ZIP Codes of a Given US State
Discontinued: GetAirportInformationByCountry - Get Airport Code by Country
Discontinued: GetGeoIP - Get Country by IP Address
Discontinued: ConvertTemp - Convert Temperature Unit
Discontinued: ChangeLengthUnit - Convert Length Unit
Discontinued: ConvertWeight - Convert Weight Unit
Discontinued: ChangeAreaUnit - Convert Area Unit
Discontinued: Code39 - Generate Bar Code Images in Code 39 Format
Discontinued: GenerateBarCode - Generate Bar Code Images
Discontinued: GetMortgagePayment - Calculate Mortgage Payment
►Discontinued: ConversionRate - Get Currency Exchange Rate
ConversionRate - Usage Description
ConversionRate - Request Message Sample
ConversionRate - Response Message Sample
►Exchange Rate from Euro to US Dollar
Discontinued: GetQuote - Get Stock Quote
Discontinued: GetSunSetRiseTime - Get Sunrise and Sunset Time
Discontinued: GetWeatherByZipCode - Get Weather by ZIP Code in US
Discontinued: getTime - Get the Current Time
Discontinued: questionSearch - Search Yahoo! Questions and Answers