Hi ,
I am new to Intel ESG and we are developing applications using Intel ESG.
Pl. find below payload xml sample before it hits the webservice, for which I need to do validation
Here we have various order parameter with order name value pairs. We need to validate data for various order name. say for example, if order name is service component id then it should allow only integer values. If order name is server name is server , type, then it could be characters. Some order name can have alphanumeric, some can have string length to be restricted, expiration date allow date field.
e.g.
<soap-body>
-----------
<ordername>product_id</ordername>
<ordervalue>495845</ordervalue>
<ordername>servername</servername>
<ordervauefdfdfd</ordervalue>
Anyone, pl. let me know if its possible to achieve these sort of data validations using intel ESG using Service Designer. If it can be done please do let me know what steps i should follow.
Thanks