Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
SoapClient->__doRequest()
Popis
class SoapClient {string __doRequest ( string request, string location, string action, int version [, int one_way] )
}
Performs SOAP request over HTTP.
This method can be overridden in subclasses to implement different transport layers, perform additional XML processing or other purpose.
Seznam parametrů
request
The XML SOAP request.
location
The URL to request.
action
The SOAP action.
version
The SOAP version.
one_way
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
SoapClient->__construct() | Nahoru |