(copy-of) Payload from parent Integration to child Integration is not working as expected on read
Summary:
Hello,
Need some guidance here please.
we are passing an xml structure (Copy-of) from parent integration to child integration and then we are trying to use the payload in child integration. But in the child integration, when we try to fetch the values from a particular xml tag, then it fails, or no value is fetched.
we are passing the stucture from parent to child via below code:
<nstrgmpr:OutboundSOAPRequestDocument xml:id="id_12">
<nstrgmpr:Body>
<ns4:process xml:id="id_22">
<xsl:copy-of select="/nssrcmpr:SubscriptionNotification/nssrcmpr:Incident"/>
</ns4:process>
</nstrgmpr:Body>
</nstrgmpr:OutboundSOAPRequestDocument>
The payload is reaching child integration but when we try to fetch a value in the payload , it says <From> value is invalid.