Soap driver for Requests
Methods
Extends parent constructor to detect availability of cURL
__construct(string $resource, array $options)
Parameters
$resource
string
$options
array
Exceptions
\FuelException |
|
\RequestException |
|
execute()
execute(array $additional_params)
Parameters
$additional_params
Get functions defined in WSDL
get_functions() : array
Get last request XML
get_request_xml() : string
Exceptions
Returns
string
Get last response XML
get_response_xml() : string
Exceptions
Returns
string
Get last response headers
get_types() : array
Set cookie for subsequent requests
set_cookie(string $name, string $value) : void
Parameters
$name
string
$value
string
Exceptions
Set the function to execute on the SoapClient
set_function(string $function) : \Fuel\Core\Request_Soap
Parameters
$function
string
Returns
Change the endpoint location
set_location(string $location) : string
Parameters
$location
string
Returns
string
the old endpoint
Fetch the connection, create if necessary
connection() : \SoapClient
Properties
<p>holds the SoapClient object used for the connection</p>
$connection : \SoapClient
<p>function to call</p>
$function : string
$generic_settings
$generic_settings
$non_wsdl_settings
$non_wsdl_settings
$wsdl_settings
$wsdl_settings