Implements interfaces:
PackageNameWsdlClass to communicate with SOAP service
meta_informations
Located in /WsdlClassFileTpl.php (line 11)
stdClass | --PackageNameWsdlClass
Soapclient called to communicate with the actual SOAP Service
Array that contains values when only one parameter is set when calling __construct method
Bool that tells if array is set or not
Items index browser
Contains last errors
Contains Soap call result
Returns an associative array between the headers name and their respective values
Method returning all default options values
Returns a XML string content as a DOMDocument or as a formated XML string
Static method getting current SoapClient
Returns the SoapClient class name to use to create the instance of the SoapClient.
The SoapClient class is determined based on the package name. If a class is named as {PackageName}SoapClient, then this is the class that will be used. Be sure that this class inherits from the native PHP SoapClient class and this class has been loaded or can be loaded. The goal is to allow the override of the SoapClient without having to modify this generated class. Then the overridding SoapClient class can override for example the SoapClient::__toRequest() method if it is needed.
Static method setting current SoapClient
Generic method telling if current value is valid according to the attribute setted with the current value
Generic method called when an object has been exported with var_export() functions
It allows to return an object instantiated with the values
Constructor
Default method adding item to array
Method returning item length, alias to length
Method returning the current element
Method returning the first item
Method returning alone attribute name when class is *array* type
Method returning intern array to iterate trough
Method returning true if intern array is an actual array
Method returnint intern array index when iterating trough
Method returning last errors occured during the calls
Method getting the last error for a certain method
Returns the last request content as a DOMDocument or as a formated XML String
Returns the last request headers used by the SoapClient object as the original value or an array
Returns the last response content as a DOMDocument or as a formated XML String
Returns the last response headers used by the SoapClient object as the original value or an array
Method returning current result from Soap call
Method initiating internArrayToIterate
Method initiating SoapClient
Method alias to offsetGet
Method returning current itemOffset value, alias to getInternArrayToIterateOffset
Method returning the last item
Method alias to count
Method moving the current position to the next element
Method testing index in item
Method returning the item at "index" value
Method useless but necessarly overridden, can't set
Method useless but necessarly overridden, can't unset
Method resetting itemOffset
Method saving the last error returned by the SoapClient
Sets the SoapClient Stream context HTTP Header name according to its value
If a context already exists, it tries to modify it It the context does not exist, it then creates it with the header name and its value
Method setting intern array to iterate trough
Method setting if intern array is an actual array
Method setting intern array offset when iterating trough
Method setting last errors occured during the calls
Allows to set the SoapClient location to call
Method setting current result from Soap call
Sets a SoapHeader to send
For more information, please read the online documentation on http://www.php.net/manual/en/class.soapheader.php
Method to call when sending data to request for *array* type class
Method checking if current itemOffset points to an existing item
Generic method getting value
Generic method setting value
Method returning actual class name
Constant to define the default WSDL URI
Option key to define WSDL authentication
Option key to define WSDL cache_wsdl
Option key to define WSDL compression
Option key to define WSDL connection_timeout
Option key to define WSDL encoding
Option key to define WSDL exceptions
Option key to define WSDL exceptions
Option key to define WSDL features
Option key to define WSDL keep_alive
Option key to define WSDL local_cert
Option key to define WSDL login
Option key to define WSDL passphrase
Option key to define WSDL password
Option key to define WSDL password
Option key to define WSDL proxy_host
Option key to define WSDL proxy_login
Option key to define WSDL proxy_password
Option key to define WSDL proxy_port
Option key to define WSDL soap_version
Option key to define WSDL ssl_method
Option key to define WSDL stream_context
Option key to define WSDL trace option
Option key to define WSDL typemap
Option key to define WSDL url
Option key to define WSDL user_agent
Documentation generated on Thu, 20 Feb 2014 22:48:27 +0100 by phpDocumentor 1.4.4