Hi there
I'm working on a PDA solution on .NET CF and i want to get data from a MySQL database through Web Services.
What i just did was:
Create a Web Service;
Create a Webmethod getting data on a database;
add the webservice to the PDA project solution.
Now, someone can explain me how i can call the webmethods on the PDA project??
Thanks in Advance.
I'm working on a PDA solution on .NET CF and i want to get data from a MySQL database through Web Services.
What i just did was:
Create a Web Service;
Create a Webmethod getting data on a database;
add the webservice to the PDA project solution.
Now, someone can explain me how i can call the webmethods on the PDA project??
Thanks in Advance.
Comment