Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SOAP libraries for PHP [closed]

Tags:

php

soap

Is there complete list of SOAP libraries for PHP? I am looking for complete list of available SOAP libraries to make comparison chart. So far I've found Zend_Soap, Nusoap, native PHP SOAP support (via module). Can you suggest more?

UPDATE: As harke suggested I am asking everybody to help keep fresh this list of PHP SOAP libraries in this topic. If you are contributor or user of any not listed library please add your answer below.

like image 762
fatganz Avatar asked Mar 09 '12 12:03

fatganz


People also ask

What is SOAP protocol in PHP?

SOAP stands for Simple Object Access Protocol. SOAP is an application communication protocol. SOAP is a format for sending and receiving messages. SOAP is platform independent.


1 Answers

I know of these:

  • Nusoap
  • PHP SOAP Extension (based on libxml)
  • WSO2 Web Services Framework for PHP
  • Zend_Soap
like image 117
2 revs, 2 users 91% Avatar answered Oct 14 '22 03:10

2 revs, 2 users 91%