|
nusoap_base
|
nusoap_base
|
|
soap_fault
|
soap_fault class, allows for creation of faults mainly used for returning faults from deployed functions in a server instance.
|
|
XMLSchema
|
parses an XML Schema, allows access to it's data, other utility methods no validation... yet.
|
|
soapval
|
for creating serializable abstractions of native PHP types NOTE: this is only really used when WSDL is not available.
|
|
soap_transport_http
|
transport class for sending/receiving data via HTTP and HTTPS NOTE: PHP must be compiled with the CURL extension for HTTPS support
|
|
soap_server
|
soap_server allows the user to create a SOAP server that is capable of receiving messages and returning responses
|
|
wsdl
|
parses a WSDL file, allows access to it's data, other utility methods
|
|
soap_parser
|
soap_parser class parses SOAP XML messages into native PHP values
|
|
mysoapclient
|
soapclient higher level class for easy usage.
|