XML Server Service Collaboratif, (Web, Web Services, PDA, WidGet, Fat Client)
XAS.Services
  XML Kiosk  
Technologie XAS.Technology Version V 6.0.1
Dernière modification Samedi 20 Février 2010 Par Zaïr BEZGHICHE
Dernière vérification Jeudi 11 Mars 2010 Par Support France
ThèmeXML Server Service Collaboratif, (Web, Web Services, PDA, WidGet, Fat Client) Fonction SYNCHRONISATION.SYNCHROGetIdSession

Prototype
Function SYNCHROGetIdSession (sFile As String) As Integer
Usage
XML-Server-Service-Collaboratif.SYNCHROGetIdSession(...)
HTTP (GET,POST)SOAP WSDLSOAP RESTXML-RPC
Format de sortie
XML HTML TEXT EXCEL(CSV)

Code Source - développement open source
Function SYNCHROGetIdSession (sFile As String) As Integer
Function SYNCHROGetIdSession (sFile As String) As Integer
Dim Ret%
Dim s$
Dim IdXml%

SYNCHROGetIdSession = False
If GlobSYNCHROFileSession <> "" Then
    Kill sFile
    Exit Function
End If
IdXml = XasXmlOpen(sFile, 0, 0, 0, 0)
If IdXml <> False Then
    Ret = XasXmlStart(IdXml, 0)
    Ret = XasXmlSearchNode(IdXml, "Session", "", "", "")
    If Ret <> False Then
        Ret = XasXMLGetAttributByName(IdXml, "Id", s)
        GlobSYNCHROFileSession = s
        GlobSYNCHROIdSession = s
        SYNCHROGetIdSession = True
        XasTrace " SYNCHROGetIdSession->" + GlobSYNCHROFileSession
    End If
    Ret = XasXmlCLose(IdXml)
End If
Kill sFile
End Function

Références XAS.Technology
Kill , XasXMLOpen , XasXMLStart , XasXMLSearchNode , XasXMLGetAttributByName , XasTrace , XasXMLClose ,

Audience
Cette documentation est destinée aux personnes s'intéressant aux systèmes d'information collaboratifs.
Les Webservices, les architectures collabortives et distribuées, les moteurs transactionnelles et les concepts de programmation orientés objet.


XAS Services - Zaïr BEZGHICHE - Copyright 1991-2011 tous droits réservés- Powered by XAS.Technology