Skip to content

programmer-blog/web-services-in-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to create web services in php using NuSOAP library

Download code or clone repository in to your system. If you have GIT installed. Open command line and go to root direcotry (www or wwwroot) of your WAMP, MAMP or XAMPP directory.

Type following command.

git clone git@github.com:programmer-blog/web-services-in-php.git

Tasks performed in this tutorial

  1. Create a MySQL database and a table for books.

  2. Insert sample data into the database table.

  3. HTML form to get ISBN number from user.

  4. POST form data to a php page and send to web service.

  5. Create a web service that connects to MySQL database.

  6. Fetch book information based on ISBN number and respond to client.

  7. Client receives data from web service and display to user.

  8. Add a new form to insert book data

  9. Send new book data to web service

  10. Insert data into mysql database using SOAP webservice

To read detailed tutorial.

http://programmerblog.net/web-services-in-php-using-nusoap/

Programmer Blog

http://programmerblog.net

About

How to create web services in php using nusoap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages