I am using PB2017 R3 to create web service. I tried to use the Base64Encode in CoderObject:
CoderObject lnv_CoderObject
lnv_CoderObject = Create CoderObject
ls_Base64Str = lnv_CoderObject.Base64Encode(lblb_data)
There was no error when I saved the program. However, there was error when I tried to deploy the web service to IIS:
C0001: Illegal data type: coderobject
Please help. Thanks a lot.