I am currently working on building a workflow within Kofax Total Agility Process Designer. Upon analysis, understood that KTA would be able to call an external webservice.
I wanted to know if there is anyway we could send across byte[] through the webservice call from within KTA designer.
Any help is much appreciated.
Although much of the KTA API can be called from the interface within the KTA Designer, some functions would need to be called from code (script activity or .NET assembly). Functions that use a byte array as inputs or output are a good example of functions that would need to be called in code, because the variables in the designer don't have a way to represent a byte array.