/**
* 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(
'verificarComunicacion' => '\\StructType\\VerificarComunicacion',
'verificarComunicacionResponse' => '\\StructType\\VerificarComunicacionResponse',
'respuestaComunicacion' => '\\StructType\\RespuestaComunicacion',
'modelDto' => '\\StructType\\ModelDto',
'model' => '\\StructType\\Model',
'mensajeServicio' => '\\StructType\\MensajeServicio',
'verificarNit' => '\\StructType\\VerificarNit',
'solicitudVerificarNit' => '\\StructType\\SolicitudVerificarNit',
'verificarNitResponse' => '\\StructType\\VerificarNitResponse',
'respuestaVerificarNit' => '\\StructType\\RespuestaVerificarNit',
'respuestaConfiguracion' => '\\StructType\\RespuestaConfiguracion',
'cuisMasivo' => '\\StructType\\CuisMasivo',
'solicitudCuisMasivoSistemas' => '\\StructType\\SolicitudCuisMasivoSistemas',
'solicitudListaCuisDto' => '\\StructType\\SolicitudListaCuisDto',
'cuisMasivoResponse' => '\\StructType\\CuisMasivoResponse',
'respuestaCuisMasivo' => '\\StructType\\RespuestaCuisMasivo',
'respuestaListaRegistroCuisSoapDto' => '\\StructType\\RespuestaListaRegistroCuisSoapDto',
'cufd' => '\\StructType\\Cufd',
'solicitudCufd' => '\\StructType\\SolicitudCufd',
'cufdResponse' => '\\StructType\\CufdResponse',
'respuestaCufd' => '\\StructType\\RespuestaCufd',
'notificaCertificadoRevocado' => '\\StructType\\NotificaCertificadoRevocado',
'solicitudNotifcaRevocado' => '\\StructType\\SolicitudNotifcaRevocado',
'notificaCertificadoRevocadoResponse' => '\\StructType\\NotificaCertificadoRevocadoResponse',
'respuestaNotificaRevocado' => '\\StructType\\RespuestaNotificaRevocado',
'cuis' => '\\StructType\\Cuis',
'solicitudCuis' => '\\StructType\\SolicitudCuis',
'cuisResponse' => '\\StructType\\CuisResponse',
'respuestaCuis' => '\\StructType\\RespuestaCuis',
'cufdMasivo' => '\\StructType\\CufdMasivo',
'solicitudCufdMasivo' => '\\StructType\\SolicitudCufdMasivo',
'solicitudListaCufdDto' => '\\StructType\\SolicitudListaCufdDto',
'cufdMasivoResponse' => '\\StructType\\CufdMasivoResponse',
'respuestaCufdMasivo' => '\\StructType\\RespuestaCufdMasivo',
'respuestaListaRegistroCufdSoapDto' => '\\StructType\\RespuestaListaRegistroCufdSoapDto',
);
}
}
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