I am new to C# and asp,net. I got an assignment about student enrollment system. I this system, I can not store the student name in the local data base. the local about student just stores the student number and password used for testing. when retrieve the data about student information, I have to retrieve the student number from the local database and use web service to get the student name. the web services are accessed by the URL which includes a link to the WSDL file:
But I don't know how to use the web services, any one and any helps are appreciated.
But I don't know how to use the web services, any one and any helps are appreciated.
Comment