NAME ^

php_soap.pir - PHP soap Library

DESCRIPTION ^

Functions ^

object SoapClient::SoapClient( mixed wsdl [, array options])
SoapClient constructorNOT IMPLEMENTED.
mixed SoapClient::__call( string function_name, array arguments [, array options [, array input_headers [, array output_headers]]])
Calls a SOAP functionNOT IMPLEMENTED.
string SoapClient::__doRequest()
SoapClient::__doRequest()NOT IMPLEMENTED.
array SoapClient::__getFunctions( void )
Returns list of SOAP functionsNOT IMPLEMENTED.
string SoapClient::__getLastRequest( void )
Returns last SOAP requestNOT IMPLEMENTED.
string SoapClient::__getLastRequestHeaders(void)
Returns last SOAP request headersNOT IMPLEMENTED.
object SoapClient::__getLastResponse( void )
Returns last SOAP responseNOT IMPLEMENTED.
string SoapClient::__getLastResponseHeaders(void)
Returns last SOAP response headersNOT IMPLEMENTED.
array SoapClient::__getTypes( void )
Returns list of SOAP typesNOT IMPLEMENTED.
void SoapClient::__setCookie(string name [, strung value])
Sets cookie thet will sent with SOAP request. The call to this function will effect all folowing calls of SOAP methods. If value is not specified cookie is removed.NOT IMPLEMENTED.
string SoapClient::__setLocation([string new_location])
Sets the location option (the endpoint URL that will be touched by the following SOAP requests). If new_location is not specified or null then SoapClient will use endpoint from WSDL file. The function returns old value of location options.NOT IMPLEMENTED.
void SoapClient::__setSoapHeaders(array SoapHeaders)
Sets SOAP headers for subsequent calls (replaces any previous values). If no value is specified, all of the headers are removed.NOT IMPLEMENTED.
object SoapFault::SoapFault( string faultcode, string faultstring [, string faultactor [, mixed detail [, string faultname [, mixed headerfault]]]])
SoapFault constructorNOT IMPLEMENTED.
object SoapFault::SoapFault( string faultcode, string faultstring [, string faultactor [, mixed detail [, string faultname [, mixed headerfault]]]])
SoapFault constructorNOT IMPLEMENTED.
object SoapHeader::SoapHeader( string namespace, string name [, mixed data [, bool mustUnderstand [, mixed actor]]])
SoapHeader constructorNOT IMPLEMENTED.
object SoapParam::SoapParam( mixed data, string name)
SoapParam constructorNOT IMPLEMENTED.
object SoapServer::SoapServer( mixed wsdl [, array options])
SoapServer constructorNOT IMPLEMENTED.
void SoapServer::addFunction(mixed functions)
Adds one or several functions those will handle SOAP requestsNOT IMPLEMENTED.
SoapServer::fault( staring code, string string [, string actor [, mixed details [, string name]]] )
Issue SoapFault indicating an errorNOT IMPLEMENTED.
array SoapServer::getFunctions(void)
Returns list of defined functionsNOT IMPLEMENTED.
void SoapServer::handle( [string soap_request])
Handles a SOAP requestNOT IMPLEMENTED.
void SoapServer::setClass(string class_name [, mixed args])
Sets class which will handle SOAP requestsNOT IMPLEMENTED.
void SoapServer::setObject(object)
Sets object which will handle SOAP requestsNOT IMPLEMENTED.
object SoapServer::setPersistence( int mode )
Sets persistence mode of SoapServerNOT IMPLEMENTED.
object SoapVar::SoapVar( mixed data, int encoding [, string type_name [, string type_namespace [, string node_name [, string node_namespace]]]])
SoapVar constructorNOT IMPLEMENTED.


parrot