I have a message that I am validating child records in my orchestration.
I have extracted the child message from the envelope in a loop and validate the values within.
If the values fail validation I want to remove that node from the envelope document.
I still have a reference to the envelope doc and I can address the partidular instance of that child node in xpath.
My problem is that I don't know hte xpath syntax to delete the node.
Can anyone tell me how I can delete this node.
Many thanks in advance
Rod
I have extracted the child message from the envelope in a loop and validate the values within.
If the values fail validation I want to remove that node from the envelope document.
I still have a reference to the envelope doc and I can address the partidular instance of that child node in xpath.
My problem is that I don't know hte xpath syntax to delete the node.
Can anyone tell me how I can delete this node.
Many thanks in advance
Rod