User bio
404 bio not found
Member since Apr 15, 2016
Posts:
Replies:
The tag you want to correlate is "payload", not "Envelope"
The mapped port is 52773, not 52772. Run this:
docker run --name test-iris -d -p 52773:52773 store/intersystems/iris-community:2021.1.0.215.3
Followers:
Mike has no followers yet.
Following:
Mike has not followed anybody yet.
Global Masters badges:


A word of caution - you can exhaust RAM when correlating a object with a collection like this. The pattern I use for collections of unknown size is to correlate the collection tag and loop over the items. If the collection parent (eg Envelope here) is also needed you can use XSL to reorganize the XML nodes to make it easier for the XML reader to iterate.