|
-
March 12th, 2010, 11:54 PM
#1
Web Services C# Windows Forms
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|