/**
* Class which returns the class map definition
* @package
*/
class ClassMap
{
/**
* Returns the mapping between the WSDL Structs and generated Structs' classes
* This array is sent to the \SoapClient when calling the WS
* @return string[]
*/
final public static function get()
{
return array(
'Authenticate' => '\\StructType\\Authenticate',
'AuthenticateResponse' => '\\StructType\\AuthenticateResponse',
'IntegrationResponse' => '\\StructType\\IntegrationResponse',
'ArrayOfIntegrationStatusResponse' => '\\ArrayType\\ArrayOfIntegrationStatusResponse',
'IntegrationStatusResponse' => '\\StructType\\IntegrationStatusResponse',
'ArrayOfInt' => '\\ArrayType\\ArrayOfInt',
'GetData' => '\\StructType\\GetData',
'GetRequest' => '\\StructType\\GetRequest',
'GetDataResponse' => '\\StructType\\GetDataResponse',
'UserSessionCredentials' => '\\StructType\\UserSessionCredentials',
'GetSystemSettings' => '\\StructType\\GetSystemSettings',
'GetSystemSettingsResponse' => '\\StructType\\GetSystemSettingsResponse',
'GetReportData' => '\\StructType\\GetReportData',
'GetReportRequest' => '\\StructType\\GetReportRequest',
'GetReportDataResponse' => '\\StructType\\GetReportDataResponse',
'GetReportColumns' => '\\StructType\\GetReportColumns',
'GetReportColumnsResponse' => '\\StructType\\GetReportColumnsResponse',
'GetSaveTemplate' => '\\StructType\\GetSaveTemplate',
'GetSaveTemplateResponse' => '\\StructType\\GetSaveTemplateResponse',
'SaveData' => '\\StructType\\SaveData',
'SaveRequest' => '\\StructType\\SaveRequest',
'SaveDataResponse' => '\\StructType\\SaveDataResponse',
'SubscribeEvent' => '\\StructType\\SubscribeEvent',
'SubscribeEventResponse' => '\\StructType\\SubscribeEventResponse',
'SubscribeEventWithSitesFilters' => '\\StructType\\SubscribeEventWithSitesFilters',
'SubscribeEventWithSitesFiltersResponse' => '\\StructType\\SubscribeEventWithSitesFiltersResponse',
'SubscribePostEvent' => '\\StructType\\SubscribePostEvent',
'SubscribePostEventResponse' => '\\StructType\\SubscribePostEventResponse',
'UnsubscribeEvent' => '\\StructType\\UnsubscribeEvent',
'UnsubscribeEventResponse' => '\\StructType\\UnsubscribeEventResponse',
);
}
}
Don't be shy, don't hesitate to contact us for any subject, we'll be glad to help.
This platform is provided to give developpers and non developpers a way to easily consume SOAP Web Services or share their own SOAP Web Services with extra features powered by the platform.
© 2025 Providr.IO