Class ExampleService
This is the Base Class for ALL classes in the system. It provides
proper error handling of property getters and setters. It also
provides the OverrideAttribute functionality.
-
QBaseClass
-
QSoapService
-
ExampleService
Methods summary
public
integer
|
#
AddNumbers( integer $intNumber1, integer $intNumber2 )
Adds two numbers together, and returns the result
Adds two numbers together, and returns the result
Parameters
Returns
integer
|
public
QDateTime
|
#
GetDate( integer $intMonth, integer $intDay, integer $intYear )
Returns the Date as a QDateTime.
Note that the QSoapService handler will automatically convert to a valid
SOAP dateTime.
Returns the Date as a QDateTime.
Note that the QSoapService handler will automatically convert to a valid
SOAP dateTime.
Parameters
- $intMonth
- $intDay
- $intYear
Returns
|
public
Person[]
|
#
GetPeople( string $strLastName )
Gets all the Person objects with a certain last name as an array
Gets all the Person objects with a certain last name as an array
Parameters
Returns
Person[]
|
Methods inherited from QSoapService
AlterComplexTypesArrayForArrayType(),
GetArrayTypeName(),
GetClassWrapper(),
GetDisco(),
GetLocation(),
GetWsdl(),
GetWsdlBinding(),
GetWsdlPortType(),
GetWsdlService(),
GetWsdlTypes(),
Run(),
SetupSoapMethods(),
__construct(),
__get()
|