Question
Windchill rest service limitation
Hi all,
I am building a custom rest service which takes 2 string parameters and returns some output. However, one of the string parameters is an encrypted string which contains special characters and has unknown length. I keep getting an error : (Key ' ' is invalid), parsing error. Now I'm wondering if there is a limitation with the approach I'm taking. If so, is there another way to accept encrypted strings?

