Por este medio solicito su ayuda para poder realizar la conexion manual a un TWebDataSource de la cual de forma directa si se conecta como se muestra en la imagen :

Aqui esta el codigo ejemplo :
cServer := 'www.sieapp.net'
cDataBase:= 'u536199677_multidiagnosti'
cKeyPass := 'T'
cPhp := '/siemultiMySql.php'
nTimeO := 30
WITH OBJECT AppData:oMySqlDSMain:= TWebDataSource():New()
:cConnect := cServer
:cCryptKey := cKeyPass
:cDataBase := cDataBase
:cPhpModule := cPhp
:nDBType := dtMYSQL
:nPort := inetHTTPS
:nSendTimeOut := 30
:nTimeOut := nTimeO
:lConnected := .F.
:lDisplayErrors:= .F.
:Create()
END
IF !AppData:oMySqlDSMain:Connect() //EN ESTA PARTE NUNCA SE CONECTA
MsgStop( "NO ES POSIBLE REALIZAR LA CONEXION CON EL SERVIDOR DE DATOS" + Hb_OsNewLine() + ;
"POR FAVOR, REVISE SUS CONEXIONES DE RED...", Application:cTitle+" Versión: "+Application:cVersion )
RETURN NIL
Else
::oGlassBtn2:lEnabled:=.T.
ENDIF
estoy ocupando xailer versión 8.2.3
por su ayuda mil gracias