I want to send a ajax request using post method with the XML as a response text, Is it possible, If it is possible please let me know the possible way for it.
For Ex
url : "http://www.webservicex.net/CurrencyConvertor.asmx/ConversionRate"
data : {FromCurrency:"INR",ToCurrency:"AUD"}
method : GET or POST
http://www.webservicex.net/CurrencyConvertor.asmx/ConversionRate?FromCurrency=INR&ToCurrency=AUD
I need the response of this URL using ajax.