Question
6
Replies
5559
Views
Posted: January 22, 2016
Last activity: January 22, 2016
Closed
Solved
What is the maximum length of a Text property in PRPC ?
What is the maximum length of a Text property in PRPC ?
I have an HTTP Connector that is sending and retrieving XML, and I am worried about exceeding the max length of the Text property that holds the xml.
1. What are the limits on a Text property?
2. What options are there in PRPC, if I wish to have a longer string than this ?
Thanks
Hi Martin,
PRPC by default will not apply any limitation in the length of the text properties unless you specify it.
Hope you can use a text type property to hold long texts.
Thanks