We are temporarily storing this in the Environment and then repopulating the OutputRoot as follows:
Code:
CREATE LASTCHILD OF Environment.Variables DOMAIN('XMLNSC') NAME 'MyMessage';
SET Environment.Variables.MyMessage = InputRoot.SOAP.Body.ns_caseSubmission:submitCase.ns_caseSubmission:MessageData;
SET OutputRoot.xmlMessage = Environment.Variables.MyMessage;
The result in Environment.Variables.MyMessage is as expected, however the result in OutputRoot is odd; it seems that whenever an attribute called "code" is present, we lose all attributes for that particular element, but other attributes are maintained:
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum