Quick links: Content - sections - sub sections
EN fr

Items with the tag soap

Library Webservice helper

by David Kingma, LaurentJ

The webservice helper does what the name says: helping you making a php class available as webservice. It generates the documentation, the webservice description file (WSDL) and handles errorhandling. It consists of three parts:

  • extension of the PHP reflection classes to also parse the comments for information on parameter info and return values. The documentation and WSDL are generated from these classes.(see also documentation.php as an example)
  • extension to the PHP SOAP implementation. It catches all normal exceptions and allows typehints in the webservice methods.

This library is a fork of the original project made by David Kingma, and is maintained by Laurent Jouanneau.

Referenced by laurentj

Last version

1.5.4 (stable)
  • Released on 04/28/2022
Changelog

Compatibility with PHP 8.0 and 8.1

Module Soap server

by Sylvain de Vathaire, Laurent Jouanneau

Module to implement a SOAP server in a Jelix application

Referenced by laurentj

Last version

1.7.10 (stable)
  • Released on 09/29/2022
  • Compatible Jelix 1.7 to Jelix 1.8