Skip to content

tolgahanacar/php-soap-ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP SOAP Web Service Example

This repository contains a simple example of a SOAP web service implemented using PHP. The service demonstrates how to create a SOAP server and client, as well as how to use WSDL (Web Services Description Language) to define the service's structure and operations.

Features

  • SOAP Web Service: A basic PHP SOAP server that exposes a method to retrieve a list of users.
  • SOAP Client: A PHP script that consumes the SOAP service and displays the results in an HTML table.
  • WSDL Definition: An XML file that describes the SOAP service's interface and operations.

Installation

  1. Clone the Repository

    git clone https://github.com/yourusername/php-soap-example.git
    cd php-soap-example

Releases

No releases published

Packages

No packages published

Languages