We have .DLLs from BizTalk 2016 that work. I want to regenerate them for BizTalk 2020 and a different version of the Oracle adapter. I've been told that if the stored procs use User Defined Types (UDTs) then you have to create a .DLL. (This .DLL is specified in the WCF-Custom Send Port bindings in the UserAssembliesLoadPath property.)
What is the process to create these .DLLs, and where is that process documented?
I have run the "Consume Adapter" and "Add Adapter" connecting to an Oracle server and stored procedure that uses User-Defined-Types (UDTs). Although it generates schemas, it has not generated any DLLs, and I don't see any option to do so.