SoapClient->__doRequest()
Opis
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.
Parametry
requestThe XML SOAP request.
locationThe URL to request.
actionThe SOAP action.
versionThe SOAP version.
one_way
Przykłady
| Poprzedni | Spis treści | Następny |
| SoapClient->__construct() | Początek rozdziału |