set OutputRoot.Properties.MessageDomain = 'MRM';
set OutputRoot.Properties.MessageSet = 'HJQMCBS002001';
set OutputRoot.Properties.MessageType = 'student';
set OutputRoot.Properties.MessageFormat = 'CWF1';
--------------> set OutputRoot.MRM.student.sno = InputRoot.XML.employee.eno;
-------------> set OutputRoot.MRM.student.sname = InputRoot.XML.employee.ename;
RETURN TRUE;
END;
here i am getting a warning saying that
unressolvable message field reference OutputRoot.MRM.student.sno .
unressolvable message field reference OutputRoot.MRM.student.sname
can anyone give me a suggestion on where exactly i am making the mistake.
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
I would have said the parser is unable to identify the field references "student.sno" & "student.sname" in the output message set.
I'd have a look through your message set definition, and also have a look at how the fields are referenced (in terms of path). _________________ Honesty is the best policy.
Insanity is the best defence.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum