Question
Blue Reply
IT
Last activity: 17 Aug 2023 13:16 EDT
java.lang.IllegalArgumentException: byte[] may not be null
Hi everyone,
i am trying to send the base64 of a document within the request of a REST API, i followed the instruction on how to set the pyRequestAttachmentPage, and from what i can see from the tracer the data are well mapped in the request.
The problem is that it gives me this error "com.pega.pegarules.pub.services.ConnectorException: Caught unhandled exception: java.lang.IllegalArgumentException: byte[] may not be null", and the API call fails.
Anyone can help?
Thank you in advance