Issue creating XSLT mapping with xsl:element.
Summary:
Hi,
I'm trying to create a mapping in OIC Gen 3, where I'd like the result to contain elements which are not specified in the target schema. The mapping I did works in the 'Test' section of the mapper, but does not once I actually execute the integration.
Content (required):
First, I'll post xslt which works in the 'Test' screen and when executing the integration. Assuming $element1 = 'abc', the following xslt will result in a REST request which has an element called 'abc' with a value of 'abc':
<xsl:template match="/" xml:id="id_11">
<nstrgmpr:execute xml:id="id_12">
<ns21:request-wrapper>
0