PreviousNext
Help > Development > W-Language Functions for AS/400 > Program and Procedure calls > Easycom XML > ASXMLBindSrvPgm > Example
Example


HOpenConnection
(MaConnection1)

sSrvPgm is a string

 

sSrvPgm = "EASYCOMXMP/XMPSRVPGM"

 

IF NOT ASXMLBindSrvPgm(sSrvPgm ,MaConnection1) THEN

       Info(ErreurInfo())

ELSE

       Info("The service program has been loaded")

END