Method | Description | |
---|---|---|
fault ( $title, $details = '', $code = 'SERVER', $actor = '', $name = '' ) | Generate a SOAP fault message. | |
getActor ( ) : string | ||
getClassMaps ( ) : string | ||
getEncoding ( ) : string | ||
getID ( ) : string | ||
getProvider ( ) : string | ||
getRequestedMethod ( ) : string | Soap method guessed from the SOAP message received. | |
getSessionPersistent ( ) : boolean | ||
getUri ( ) : string | ||
getVersion ( ) : string | ||
getWsdl ( ) : string | Returns the WSDL content of the SOAP server. | |
getWsdlUri ( ) : string | ||
run ( ) | Handles the SOAP request. | |
setActor ( $value ) | ||
setClassMaps ( $classes ) : string | ||
setEncoding ( $value ) | ||
setID ( $id ) | ||
setProvider ( $provider ) | ||
setSessionPersistent ( $value ) | ||
setUri ( $uri ) | ||
setVersion ( $value ) | ||
setWsdlUri ( $value ) |
Method | Description | |
---|---|---|
createServer ( ) : SoapServer | Creates the SoapServer instance. | |
getOptions ( ) : array | ||
guessMethodCallRequested ( string $class ) | Guess the SOAP method request from the actual SOAP message |
protected createServer ( ) : SoapServer | ||
return | SoapServer |
public fault ( $title, $details = '', $code = 'SERVER', $actor = '', $name = '' ) |
public getClassMaps ( ) : string | ||
return | string | comma delimit list of complex type classes. |
public getEncoding ( ) : string | ||
return | string | encoding of the SOAP service |
protected getOptions ( ) : array | ||
return | array | options for creating SoapServer instance |
public getProvider ( ) : string | ||
return | string | the SOAP provider class (in namespace format) |
public getRequestedMethod ( ) : string | ||
return | string | soap method request, null if not found. |
public getSessionPersistent ( ) : boolean | ||
return | boolean | whether the SOAP service is persistent within session. Defaults to false. |
public getVersion ( ) : string | ||
return | string | SOAP version, defaults to empty (meaning not set). |
protected guessMethodCallRequested ( string $class ) | ||
$class | string | current handler class. |
public setClassMaps ( $classes ) : string | ||
return | string | comma delimit list of class names |