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