- Andres Slachevsky
- PowerServer 2020 or older (Obsolete)
- Tuesday, 24 December 2019 11:05 AM UTC
Hello All,
We have a PB 2017 that call a webservice that return a pdf file
to convert the response to the PDF we use
lnv_coderobject = create CoderObject
lbl_pdf = lnv_coderobject.Base64Decode(ls_pdf)
is_archivo_pdf = is_carpeta + string(par_persona) + "_" + string(now(),"hhmmss") + ".pdf"
li_file = fileopen(is_archivo_pdf,StreamMode! ,write!, Shared! ,replace!)
Now we need to implement the same solution to a customer using PowerServer Web
any advice on how to do it.
i have manage to call the WebService and get the response but i can not find the way to decode the response in order to create the PDF
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.