web service

6
Web Service dengan NUSoap Wiratmoko Yuwono

Upload: azhari

Post on 05-Nov-2015

8 views

Category:

Documents


3 download

DESCRIPTION

Web Service Dengan NUSoap-Materi1

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