07-09-04 08:33 PM
1. You have to create a new message for the same type
2. Create message assignment block and initialize the new message, like
newmessage = oldmessage
3. Assiign the distinguished filed
newmessage.Property1 = "Hello world";
Regards
Martin
"lyndon hughey" <lyndon_h@hotmail.com> wrote in message
news:OVNCEPTZEHA.1980@TK2MSFTNGP09.phx.gbl...
> I would like to do this:
> Message.Property1 = "hello world";
>
> Is this possible to do or will have to have an external .dll that will
break
> the message into a xmlDocument, assign the value, and return it to
biztalk?
>
> thanks,
> Lyndon
>
>
[ Post a follow-up to this message ]
|