Title | Under | Posted on |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
Kindly Help asap !
Though I haven't worked with images, I think you can use the file attachment function putattachment for storing the file into database record and retrieve using getattachment.
I dont understand what is meant by passing the image as webservice. Did you mean sending the image URL via web service?
Hi
Thank you for the reply.
Yes. I mean I need to pass the image URL, (the way it is stored in database - BLOB format) via a webservice to a 3rd party application.
I am using putattachment with the following syntax.
RETCODE = PutAttachment("RECORD://EMPL_PIC_BK", "Pic1.JPG", "D:/PSHOME/hrrnd91/IMAGE/Pic1.JPG");
which gives me following error while running the webservice:
Bhumika
Return Code 9 is "File Not found" error. Please make sure the file is there in the specified path. Make sure to give \ in the path instead of /.
Also make sure that the file resides on App server.