DESCRIPTION: Allows an authenticated user to list all the MAM Keywords currently configured on the system (created in Etere Configuration/Settings/Keys).
INPUT:
_user: Login name of the executor.
_pwd: Password of the executor.
GetMamKeywords
OUTPUT:
<string xmlns="http://www.etere.eu/EtereWSApi"><?xml version="1.0" encoding="utf-8"?> <WSApiResponse> <Function Name="AS_GetMamKeywords"> <dbo.MAM_KEYWORDS ID_MAM_Keywords="1" Keyword_ln1="TEST" Keyword_ln2="TEST2" Keyword_ln3="TEST3"/> </Function> </WSApiResponse> </string>
GetMamKeywords_output