User bio
404 bio not found
Member since Jan 31, 2023
Posts:
Replies:
Certifications & Credly badges:
Chris has no Certifications & Credly badges yet.
Global Masters badges:
Chris has no Global Masters badges yet.
Followers:
Chris has no followers yet.
Following:
Chris has not followed anybody yet.
Thanks for your reply, makes complete sense. I wasn't aware of $$$MaxLocalLength.
On looking into this further, it turns out I don't need to Read() at all. Just passing the %request.Content on like this:
Set tSC = tBusinessService.ProcessInput(%request.Content, .tBusinessServiceOutput)
Does the trick. Then in the business service class, using the OpenStream() method of %XML.Reader behaves as expected when deserialising to the class objects.