We have a requirement to call a webservice , Webservice is to load documents to the destination system . As an input argument Webservice expect document in Base64 format , can you please suggest how can i convert a .docx format to base64 format in UI Path .
Any quick help is welcome , looking forward for a quick suggestion here .
thanks for the code , I wanted to know how to execute this code in UI path Sequence , i mean any activity to do so , i m sorry for this question I am very new to UI Path
Hey @dubeychanan, i was looking earlier to do the same thing and based on what i saw in @Cristian_Negulescu video i did it like this. I used only Assign activities in order to keep it simple and i managed to convert images, pdf’s and docx to Base64.
I attached the sequence in case you or someone else will need it in the future.