Hi all,I need to convert a PDF file to Base64 to send it in a Request Soap field. Once the service returns the result in the same way it must be converted from Base64 to PDF file. I am using the component "Insert Document as Base64 into Database" but I can not find examples of how to configure this component. I have tried several ways to build the statement "Sql Statement" but it always returns error: << An error occurred in executing an Activity Class. >>Does anyone have any idea of a solution?
Discussion posts and replies are publicly visible
I believe you can break it in two. Encode to base64- function and send to web service.
Get from web-service and decode base64 to document - smart service.
Hope it helps!