BizTalk 2020 Saxon XSLT 3.0 Transformation exception

286 views Asked by At

I am trying to work on a Proof of concept to run the BizTalk map using saxon xslt 3.0 There is a method where we can use custom extensions (xml) Extension objects to execute a method.

I am following this link but getting an error when performing TestMap

Invalid extension class Test.TestMethod for Saxon transform, it should be type of "ExtensionFunction" or "ExtensionFunctionDefinition"

BizTalk Server 2020: A review of the new XSLT 3.0 & Custom Transform Features: Custom Engine Options (social.technet.microsoft.com)

Custom Extension xml

<ExtensionObjects>
<ExtensionObject Namespace="http://schemas.microsoft.com/BizTalk/2003/ScriptNS0" AssemblyName="Test, Version=1.0.0.0, Culture=neutral, PublicKeyToken=11f992b93de945f2,processorArchitecture=MSIL" ClassName="Test.TestMethod" /></ExtensionObjects>

Anything is missing in the custom extension xml file? I am not sure what is wrong here.

Note: I get the same error at run time after deploying the application in BizTalk 2020

0

There are 0 answers