BizTalk Server General - Custom functoid InputConnectionType Record

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server General > December 2005 > Custom functoid InputConnectionType Record





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Custom functoid InputConnectionType Record
Sander Schutten

2005-12-06, 7:48 am

Hi,

I'm creating a custom functoid which will use a Record as the input
connection type and a Record as the output connection type. However, if
I validate the map which uses this functoid, all I get is the string
value of the record instead of the record itself. I don't have much
control over this sequence of code, but it seems to change if I alter
the FunctoidCategory.

E.g. this is what I get:
<xsl:call-template name="RecursiveCopy">
<xsl:with-param name="element"
select="string(InputMessagePart_0/s0:item/text())" />
</xsl:call-template>

This is what I need:
<xsl:call-template name="RecursiveCopy">
<xsl:with-param name="element" select="InputMessagePart_0/s0:item"
/>
</xsl:call-template>

How do I do this?

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com