Hi,
Please suggest is there any way to add a new tag to default messages generated by corticon in case any error condition occurred. (for example when a mandatory element is missing)
In the below structure, is there any way to add any element <UniqueID> in Message tag to link to entityReference tag so that each message element has a unique value of <UniqueId>.
<ns0:Messages version="string-value"> <!-- The following element may occur 0 or more times. --> <ns0:Message> <!-- This element must contain one of the following values: Info Warning Violation --> <ns0:severity>string-value</ns0:severity> <ns0:text>string-value</ns0:text> <!-- The following element must be empty. --> <ns0:entityReference href="anyURI-value"/> </ns0:Message> </ns0:Messages>
Note: In progress OE11.5 (used as SOAP client), link between message and entityReference tag is possible
by using PARENT-ID-RELATION phrase, however this is not available in progress OE10.2b.
Thanks,
Archana
Ok, Thanks
I guess, I have to use custom message entity to send back the messages in response as given in below link:
community.progress.com/.../2459.06-how-to-create-custom-rule-messages-in-corticon
Archana