NAME ^

php_soap.pir - PHP soap Library

DESCRIPTION ^

Functions ^

object SoapClient::SoapClient( mixed wsdl [, array options])

SoapClient constructor

NOT IMPLEMENTED.

mixed SoapClient::__call( string function_name, array arguments [, array options [, array input_headers [, array output_headers]]])

Calls a SOAP function

NOT IMPLEMENTED.

string SoapClient::__doRequest()

SoapClient::__doRequest()

NOT IMPLEMENTED.

array SoapClient::__getFunctions( void )

Returns list of SOAP functions

NOT IMPLEMENTED.

string SoapClient::__getLastRequest( void )

Returns last SOAP request

NOT IMPLEMENTED.

string SoapClient::__getLastRequestHeaders(void)

Returns last SOAP request headers

NOT IMPLEMENTED.

object SoapClient::__getLastResponse( void )

Returns last SOAP response

NOT IMPLEMENTED.

string SoapClient::__getLastResponseHeaders(void)

Returns last SOAP response headers

NOT IMPLEMENTED.

array SoapClient::__getTypes( void )

Returns list of SOAP types

NOT 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 constructor

NOT IMPLEMENTED.

object SoapFault::SoapFault( string faultcode, string faultstring [, string faultactor [, mixed detail [, string faultname [, mixed headerfault]]]])

SoapFault constructor

NOT IMPLEMENTED.

object SoapHeader::SoapHeader( string namespace, string name [, mixed data [, bool mustUnderstand [, mixed actor]]])

SoapHeader constructor

NOT IMPLEMENTED.

object SoapParam::SoapParam( mixed data, string name)

SoapParam constructor

NOT IMPLEMENTED.

object SoapServer::SoapServer( mixed wsdl [, array options])

SoapServer constructor

NOT IMPLEMENTED.

void SoapServer::addFunction(mixed functions)

Adds one or several functions those will handle SOAP requests

NOT IMPLEMENTED.

SoapServer::fault( staring code, string string [, string actor [, mixed details [, string name]]] )

Issue SoapFault indicating an error

NOT IMPLEMENTED.

array SoapServer::getFunctions(void)

Returns list of defined functions

NOT IMPLEMENTED.

void SoapServer::handle( [string soap_request])

Handles a SOAP request

NOT IMPLEMENTED.

void SoapServer::setClass(string class_name [, mixed args])

Sets class which will handle SOAP requests

NOT IMPLEMENTED.

void SoapServer::setObject(object)

Sets object which will handle SOAP requests

NOT IMPLEMENTED.

object SoapServer::setPersistence( int mode )

Sets persistence mode of SoapServer

NOT IMPLEMENTED.

object SoapVar::SoapVar( mixed data, int encoding [, string type_name [, string type_namespace [, string node_name [, string node_namespace]]]])

SoapVar constructor

NOT IMPLEMENTED.


parrot