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

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -