Friday 25 May 2012

Variable transformation



Problem: When you try to perform a transformation between two variables that are declared like simpleType the you will receive a message:

"Enable to get schema information for source"

Solution: Define an element of the type that you want on the XSD and then declare the variable of that defined type. i.e:

On XSD add these elements:

        <element name="var1" type="string"/>
        <element name="var2" type="string"/>

Create the variables with correspondent Element Type..

try to do the transformation and should work.

No comments:

Post a Comment