06-14-06 06:19 AM
Erik,
You cannot change an existing message. Messages are immutable in BizTalk.
You have to make a copy of the message, which you want to update and then
update the right values.
"Erik" wrote:
> Hi all,
>
> I'm looking for a solution to add information which is contained message
> (M2) I received by a web service invocation in the restulting response
> message to another message (M1) I received early in the orchestration.
> I tried to use a message assignment shape to set the field of M1 where the
> information should be added / updated, but I always get the buid error 'us
e
> of unitilized M2' in the message assignment / contruct shape.
> Is there a possibilty to change an existing message?
>
> Erik
>
[ Post a follow-up to this message ]
|