Basically, i’m trying to promote the concatenation of two fields with a comma in between them for use in a correlation set. The line in question is
<b:property name=”ns0:MessageID” xpath=”concat(/*[local-name()=’e537′ and namespace-uri()=”]/*[local-name()=’b2bBody’ and namespace-uri()=”]/*[local-name()=’mE537OrderNims’ and namespace-uri()=”]/*[local-name()=’orderHeader’ and namespace-uri()=”]/*[local-name()=’estimateNumber’ and namespace-uri()=”], ‘,’, /*[local-name()=’e537′ and namespace-uri()=”]/*[local-name()=’b2bBody’ and namespace-uri()=”]/*[local-name()=’mE537OrderNims’ and namespace-uri()=”]/*[local-name()=’orderHeader’ and namespace-uri()=”]/*[local-name()=’supplierReferenceNumber’ and namespace-uri()=”])” />
This however throws an error from the disassemble stage in the pipeline.
Is what i’m trying to do even possible, or have i just got the syntax wrong?
Thanks for any help