I have an orchestration in which I have an incoming message -
BatchResponse.
This message has a element called "ResponseDetail" that contains another
XML
fragment. I want to use that xml fragment to create another called
"JobInformation". The xml fragment is according to the schema for the
JobInformation. I would like to use the "Construct Message" shape to
create
the "JobInformation" message from the "BatchResponseMessage". I have made
the BatchResponse.ResponseDetail a distinguished field and have made all
elements of the JobInformation message distinguished.
I tried to use a "Message Assignment" in the construct message shape with
the following expression:
JobInformation = BatchResponse.ResponseDetail;
However, this expression is invalid. Can someone provide some guidance.
Thanks.
Waqar