I was recently assigned a project to migrate some base64 sizes from SQl database to Azure blob using UIpath, alongside the existing table data with each images.
files are over 100 thousand items
- Had to use azure blob API
But I do need assistance with deserializing the upload response from the API
< soap:Body> “<” UploadFileResponse xmlns=" [http://tempuri.org] (http://tempuri.org/)/"> "<“UploadFileResult /> “<”/UploadFileResponse> </soap:Body> </soap:Envelope>”
- I need to get just the url from the body
Any thoughts?