Pee-Lo 2003/04
34
Send Data to Pee-LoWS
XML Web
Services
// create an instance of the proxy
peelowebservice
wsService
= new peelowebservice();
// create an instance of the Physician class
Physician objPhysician
= new Physician();
// update the Physician object
objPhysician.strNRIC
= storePhysicianNRIC;
objPhysician.strPreGrad
= txt_CV_PreGraduate.Text;
.
.
objPhysician.strInterest
= txt_CV_Interest.Text;
wsService.UpdatePhysicianCV(objPhysician);