cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping

Former Member
0 Kudos

Hi friends,

In my scenario I will get the data from web service. while coming the data from webservice data format is like this

Header

HedgeId

IteamNo

ItemData

Month

Volume

HSFO

the above fields are sender side. sender web service send with values, if there is no value in any field XI has reject that message and send the alert from XI to sender system. And let me know how to do the alerts for this

how can do above mapping plz give u r valuable inputs

bye

srini

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

For configurting alert...follow this

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step

regards,

Manisha

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

If there is a possibility that the field may not be present at all in the source payload, then you may use the function "exist" to check it. Otherwise you may check the length of the field using "length" function and check whether it is "greater" than 0.

Map this value to a UDF to raise alerts.

/people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function

Regards,

Prateek