Posted: Fri Feb 18, 2005 7:09 am Post subject: impliment gui based swift message validation
Newbie
Joined: 18 Feb 2005 Posts: 5
Hi All brilliant people out there ,
Can we any how validate data captured in web gui form gainst the message set (MRM)in in WMQI. Actualy what I require is a user interface from which I will enter a swift message and that should be validated against the MRM SWIFT message set and also return back the failure reasons if it does not parse.Can anybody help me with this.
So you have a web form that accepts data. This data is then put in a message and onto a queue for the broker to accept.
You can insert validation in a number of places. For simple stuff, like field lenghts and etc... you should do it at the web form level.
For complex data interactions, you may want to implement that in ESQL in the broker message flow, and return a reply message to the web form.
But you should very seriously think about the implications of making a web form wait for a response from a back end system. Don't do it unless you absolutely have to. And even then, think twice about it again. _________________ I am *not* the model of the modern major general.
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