Krish,
Please check CONCATENATE statement. Seems like you concatenate l_string1 as a password not its value.
As-is
'<sPassword>l_string1</sPassword>'
Should it be
'<sPassword>' l_string1 '</sPassword>'
?
Chaiphon
Krish,
Please check CONCATENATE statement. Seems like you concatenate l_string1 as a password not its value.
As-is
'<sPassword>l_string1</sPassword>'
Should it be
'<sPassword>' l_string1 '</sPassword>'
?
Chaiphon