Unable to add new custom attribute in custom Web ADI integrator with PL/SQL based interface
I want to add new column to an existing custom web adi intergator/interface of type PL/SQL package/procedure. I added the new argument into plsql package/procedure. But when I try to update the interface definition, by default it will not display the attribute associated to new argument added. When I try to add new attribute, it adds with type custom and not real. I dont think, I can pass custom attributes types as argument to my API.
Is this supported through framework, if not, is there any workaround?