| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Common base class of all SOAP classes. More...
Common base class of all SOAP classes.
This class converts from and to unix timestamps and ISO 8601 date/time.
TCP transport for SOAP.
SMTP Transport for SOAP.
Needed Classes.
HTTP Transport class.
This class parses WSDL files, and can be used by SOAP::Client to properly register soap values for services.
This class handles MIME attachements per W3C's Note on Soap Attachements at http://www.w3.org/TR/SOAP-attachments.
This class converts values between PHP and SOAP.
SOAP::Value.
SOAP Transport Layer.
ilBMFFault PEAR::Error wrapper used to match SOAP Faults to PEAR Errors
SOAP Client Class.
Class used to handle QNAME values in XML.
 $soapclient = new ilBMFClient( string path [ , boolean wsdl] ); echo $soapclient->call( string methodname [ , array parameters] );  Originally based on SOAPx4 by Dietrich Ayala http://dietrich.ganx4.com/soapx4  public  Shane Caraveo shane@php.net Conversion to PEAR and updates  Stig Bakken ssb@fast.no Conversion to PEAR  Dietrich Ayala dietrich@ganx4.com Original Author  public  Shane Caraveo Shane@Caraveo.com Port to PEAR and more  Dietrich Ayala dietrich@ganx4.com Original Author This class is used by SOAP::Message and SOAP::Server to parse soap packets. Originally based on SOAPx4 by Dietrich Ayala http://dietrich.ganx4.com/soapx4  public  Shane Caraveo shane@php.net Conversion to PEAR and updates  Dietrich Ayala dietrich@ganx4.com Original Author  Dietrich Ayala dietrich@ganx4.com  Shane Caraveo Shane@Caraveo.com  2003-2005 The PHP Group  http://www.php.net/license/2_02.txt PHP License 2.02  http://pear.php.net/package/SOAP This layer can use different protocols dependant on the endpoint url provided no knowlege of the SOAP protocol is available at this level no knowlege of the transport protocols is available at this level  public  Shane Caraveo shane@php.net This class converts values between PHP and SOAP. Originally based on SOAPx4 by Dietrich Ayala http://dietrich.ganx4.com/soapx4  public  Shane Caraveo shane@php.net Conversion to PEAR and updates  Dietrich Ayala dietrich@ganx4.com Original Author  It is a simple wrapper around ilBMFValue, adding support for SOAP actor and mustunderstand parameters. Originally based on SOAPx4 by Dietrich Ayala http://dietrich.ganx4.com/soapx4  public  Shane Caraveo shane@php.net Conversion to PEAR and updates  Dietrich Ayala dietrich@ganx4.com Original Author Originally based on SOAPx4 by Dietrich Ayala http://dietrich.ganx4.com/soapx4  todo 140.  public  Shane Caraveo shane@php.net Conversion to PEAR and updates  Dietrich Ayala dietrich@ganx4.com Original Author  Shane Caraveo Shane@Caraveo.com  2003-2005 The PHP Group  http://www.php.net/license/2_02.txt PHP License 2.02  http://pear.php.net/package/SOAP  HTTP Transport for SOAP  public  Shane Caraveo shane@php.net implements SOAP-SMTP as defined at http://www.pocketsoap.com/specs/smtpbinding/ TODO: use PEAR smtp and Mime classes  public  Shane Caraveo shane@php.net  Shane Hanna