/**
* 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(
'WS_Simit_PagoCursoCia' => '\\StructType\\WS_Simit_PagoCursoCia',
'datosEntradaPagoCursoCia' => '\\StructType\\DatosEntradaPagoCursoCia',
'WS_Simit_PagoCursoCiaResponse' => '\\StructType\\WS_Simit_PagoCursoCiaResponse',
'datosSalidaPagoCursoCia' => '\\StructType\\DatosSalidaPagoCursoCia',
'WS_Simit_ComparendosDescuentos' => '\\StructType\\WS_Simit_ComparendosDescuentos',
'datosEntradaComparendosDescuento' => '\\StructType\\DatosEntradaComparendosDescuento',
'WS_Simit_ComparendosDescuentosResponse' => '\\StructType\\WS_Simit_ComparendosDescuentosResponse',
'datosSalidaComparendosDescuento' => '\\StructType\\DatosSalidaComparendosDescuento',
'comparendoDescuento' => '\\StructType\\ComparendoDescuento',
'WS_Simit_CursoCia' => '\\StructType\\WS_Simit_CursoCia',
'datosEntradaCursoCia' => '\\StructType\\DatosEntradaCursoCia',
'cursoComparendo' => '\\StructType\\CursoComparendo',
'WS_Simit_CursoCiaResponse' => '\\StructType\\WS_Simit_CursoCiaResponse',
'datosSalidaCursoCia' => '\\StructType\\DatosSalidaCursoCia',
'WS_Simit_PagoCia' => '\\StructType\\WS_Simit_PagoCia',
'datosEntradaPagoCia' => '\\StructType\\DatosEntradaPagoCia',
'pagoComparendo' => '\\StructType\\PagoComparendo',
'WS_Simit_PagoCiaResponse' => '\\StructType\\WS_Simit_PagoCiaResponse',
'datosSalidaPagoCia' => '\\StructType\\DatosSalidaPagoCia',
);
}
}
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