mci_is_webservice_call [line 1352]
void mci_is_webservice_call(
$p_service $p_service, $p_data $p_data
)
|
|
Checks if the request for the webservice is a documentation request (eg: WSDL) or an actual webservice call.
The implementation of this method is based on soap_server::service().
Parameters:
|
$p_service |
$p_service: |
The webservice class instance. |
|
$p_data |
$p_data: |
The input that is based on the post data. |