Hello,
for my project it is necessary that I take the response from a web service, which holds base64 encoded binary data, and transform it to document type, because I want to assign the result PDF to a user..I tried to bind the Input form variable from the Assign User operation to a simple XPath which points to the result data, but then I get the error [AWS] stalling action-instance: 833 with message: UserServiceImpl:createTaskFromDialogProperties() Exception - you have attempted to provide Form input of an invalid type, only com.adobe.ipd.Document or com.adobe.idp.taskmanager.form.FormInstance types are supported. Type attempted was: class org.apache.xerces.dom.DeferredElementNSImpl. That data are are correct, I can write them to a file and decode it manually, but that doesn't help me..Is there any way to decode base64 encoded data with a workbench process?
Thanks