Download - Web Service

Transcript

Web Service dengan NUSoap

Web Service dengan NUSoapWiratmoko YuwonoRequirementApache Web ServerPHPLibrary NUSoap

Contoh Web Service Server(WSServer.php)

Contoh Web Service Client(WSClient.php)-Menggunakan Library Bawaan PHP

Contoh Web Service Client(WSClient.php)-Menggunakan Library NUSOAP

TugasAplikasikan WSClient.php ke server student dengan account masing-masing, WSServer.php bisa diakses pada alamat : http://lecturer.eepis-its.edu/~moko/WSServer.phpBuat File WSServer1.php untuk mencoba mengaplikasikan formula. Ada 3 parameter :Parameter 1 ->Nilai 1Parameter 2 ->Nilai 2Parameter 3 -> berisi +, -, *, /Output : Formula dari nilai 1 dan nilai 2 sesuai entri parameter 33. Buat File WSClient1.php untuk memanggil Web Service Server WSServer1.php4. WSServer1.php dan WSClient1.php diletakkan di account server student anda


Top Related