Help!! Calling a different web site from a web service
I need to call a different website that returns a value sting to me from a web service.
I have a web service written that will call another API with a web interface. In VB 6 I used the Microsoft Internet Transfer Control and then fired the openURL method.
How do I go about this in c#?
Thanks