I am trying to use a web service to populate a label from two Currencies .
I right click and added the web reference to the project.

Here is the link the the service...

http://www.webservicex.net/WS/WSDetails.aspx?WSID=10

Here is the Link the the WSDL...

http://www.webservicex.net/CurrencyConvertor.asmx?WSDL

I know that this service support the following method:

"ConversionRate"

i try this but im sure this is not right..

ServiceReference1.ConversionRateRequest CMyClass = new WebService.ServiceReference1.ConversionRateRequest("USD", "PHP");

What do i need to do?