Getting UnexpectedEOFException while using Adobe OOTB Subscribe() to subscribe a service to a recipient | Community
Skip to main content
Level 2
September 3, 2018
Solved

Getting UnexpectedEOFException while using Adobe OOTB Subscribe() to subscribe a service to a recipient

  • September 3, 2018
  • 1 reply
  • 1502 views

I have a set of recipient fetched through WF operation, I want to subscribe the recipient to a specific Service ID using OOTB Subscribe() in javascript activity within Workflow. I am getting below exception.

Please help me in resolving this.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by vraghav

Hi sonikad8559822 ,

Seems in your input data there are some XML prohibited characters like "<", ">", "&".

You should XML escape them for hitting the API call.

Regards,
Vipul

1 reply

vraghav
Adobe Employee
vraghavAdobe EmployeeAccepted solution
Adobe Employee
September 3, 2018

Hi sonikad8559822 ,

Seems in your input data there are some XML prohibited characters like "<", ">", "&".

You should XML escape them for hitting the API call.

Regards,
Vipul