I\'m developing a Windows application to convert USD to INR. I know how to con
Conversion Rate is the right method to call. You can add a service method to your project. You may have to point it to the WSDL file. Make one call to get the base rate and then calculate the other rate by using 1/result of the first call.