Yep. this is exactly what I did. I added a property JSON that was a string, and also added one that was a %Library.DynamicObject. Both of them when I went to assign the JSON array as in:
Set MyObj.JSON=JSONString.%ToJSON()
gave me the INVALID OREF error.
I'm going to try what some others have mentioned - pipe that data from %ToJSON() into a stream property in an object that extends Ens.Request and give that a shot.
Thanks!
- Log in to post comments