| parrotcode: PHP soap Library | |
| Contents | Language Implementations | Pipp |

php_soap.pir - PHP soap Library


object SoapClient::SoapClient( mixed wsdl [, array options])mixed SoapClient::__call( string function_name, array arguments [, array options [, array input_headers [, array output_headers]]])string SoapClient::__doRequest()array SoapClient::__getFunctions( void )string SoapClient::__getLastRequest( void )string SoapClient::__getLastRequestHeaders(void)object SoapClient::__getLastResponse( void )string SoapClient::__getLastResponseHeaders(void)array SoapClient::__getTypes( void )void SoapClient::__setCookie(string name [, strung value])string SoapClient::__setLocation([string new_location])void SoapClient::__setSoapHeaders(array SoapHeaders)object SoapFault::SoapFault( string faultcode, string faultstring [, string faultactor [, mixed detail [, string faultname [, mixed headerfault]]]])object SoapFault::SoapFault( string faultcode, string faultstring [, string faultactor [, mixed detail [, string faultname [, mixed headerfault]]]])object SoapHeader::SoapHeader( string namespace, string name [, mixed data [, bool mustUnderstand [, mixed actor]]])object SoapParam::SoapParam( mixed data, string name)object SoapServer::SoapServer( mixed wsdl [, array options])void SoapServer::addFunction(mixed functions) SoapServer::fault( staring code, string string [, string actor [, mixed details [, string name]]] )array SoapServer::getFunctions(void)void SoapServer::handle( [string soap_request])void SoapServer::setClass(string class_name [, mixed args])void SoapServer::setObject(object)object SoapServer::setPersistence( int mode )object SoapVar::SoapVar( mixed data, int encoding [, string type_name [, string type_namespace [, string node_name [, string node_namespace]]]])
|
|
|