
| <soap:body> <getAllLatestNoonRates> </getAllLatestNoonRates> </soap:body> | getAllLatestNoonRates | <soap:body> <getAllLatestNoonRatesReturn> </getAllLatestNoonRatesReturn> </soap:body> |
| <soap:body> <getNoonRates> <currency_code></currency_code> <date1></date1> <date2></date2> </getNoonRates> </soap:body> | getNoonRates | <soap:body> <getNoonRatesReturn> </getNoonRatesReturn> </soap:body> |
| <soap:body> <getAllNoonRates> <date1></date1> </getAllNoonRates> </soap:body> | getAllNoonRates | <soap:body> <getAllNoonRatesReturn> </getAllNoonRatesReturn> </soap:body> |
| <soap:body> <getLatestNoonRate> <currency_code></currency_code> </getLatestNoonRate> </soap:body> | getLatestNoonRate | <soap:body> <getLatestNoonRateReturn> </getLatestNoonRateReturn> </soap:body> |