Results 1 to 7 of 7

Thread: How convert Indian Rupee to all country money?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2007
    Posts
    241

    Thumbs up How convert Indian Rupee to all country money?

    Hi friends,

    I need one solution. I am using Asp.Net for my application.

    I need to convert Indian rupee to all country money in Asp.net.

    Is it possible?If it is possible wht's the solutions for that? Give idea or give any

    useful link for this one.

    Hope ur's Reply.

    Thanks
    Failing to plan is Planning to fail

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: How convert Indian Rupee to all country money?


  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jun 2007
    Posts
    241

    Thumbs up Re: How convert Indian Rupee to all country money?

    Hi mendhak,

    I tried to put this url using add web reference in my application.

    But i got that the address is not found.

    So give an idea for any other options available for this problem.

    Thanks
    Failing to plan is Planning to fail

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: How convert Indian Rupee to all country money?

    It's working fine.

    http://www.webservicex.com/CurrencyConvertor.asmx

    If you can't connect to this, then find another web service to connect to. This is the best way to perform currency conversions in your website using rates that are up to date.

    If you have a problem adding the web service to your application, be more specific about what you tried and what the exact error message was. Don't use a vague description of the error and assume that we know what you mean

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Jun 2007
    Posts
    241

    Thumbs up Re: How convert Indian Rupee to all country money?

    Hi Mendhak,

    I got it. I used another link like that same as ur link.

    "http://www.webservicex.net/CurrencyConvertor.asmx?wsdl"

    And write this code in my application.

    net.webservicex.www.CurrencyConvertor MyExRate = new net.webservicex.www.CurrencyConvertor();
    double conversionRate = MyExRate.ConversionRate((net.webservicex.http://www.Currency)Enum.Parse(typeo....www.Currency), "Currency Code From"), (net.webservicex.www.Currency)Enum.Parse(typeof(net.webservicex.www.Currency),"Currency COde To"));


    It's working fine.

    Thanks a lot.
    Failing to plan is Planning to fail

  6. #6
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: How convert Indian Rupee to all country money?

    That's actually the same web service I gave you

    Your code looks just about right, but you may want to remove the namespaces and add it to the top of the page in the 'using' namespaces area.

  7. #7

    Thread Starter
    Addicted Member
    Join Date
    Jun 2007
    Posts
    241

    Re: How convert Indian Rupee to all country money?

    yes. It is right. Thanks
    Failing to plan is Planning to fail

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width