Biztalk Map, How to execute a scripting functoid ONLY IF the source message contains a specific value? -



Biztalk Map, How to execute a scripting functoid ONLY IF the source message contains a specific value? -

in biztalk map, how can execute scripting functoid if source message contains specific value? functoid combination can allow me this?

edit

i want check element specific value. scripting inline xslt.

in response 40alpha first suggestion: method utilize can't connect scripting functoid value mapping functoid. i'm doing wrong here?

the 2 easiest options (imo) be:

what is:

create equal functoid (1st status beingness "certain element" , 2nd status beingness text check against) create value mapping functoid , connect equal functoid (that made) first , connect scripting functoid. now connect scripting functoid desired target element(s).

or simpler approach be:

wrap xslt in scripting functoid:

<xsl:if test="/yournode[text()="somevalue"]"> <!--your scripting here --> </xsl:if>

biztalk biztalk-2010 biztalk-2009 biztalk-mapper

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -