04-27-06 06:21 PM
Thanks for the reply, Jan.
Makes a bit more sense although I wonder why there is so much information
about the immutability of messages.
BA
> On Wed, 26 Apr 2006 11:53:46 +0000 (UTC), BA
> <biztalk.architect@gmail.com> wrote:
> It is all related to how objectoriented languages work. As long as you
> are only changing the pointers, you are not actually creating a new
> object. Try this:
>
> xmldocVariable1 = M1;
> xmldocVariable2 = new System.Xml.XmlDocument();
> xmldocVariable2.loadXml(xmldocVariable1.OuterXml);
> M2 = M1;
> M1 = xmldocVariable2;
> M2 =
> Stater.Isvcs.Iface.MO.OFKA.Reporting.Support.addEnrich.ReturnOkRespons
> e(M2);
> Private email: jan@eliasen.dk
>
> "Ford," he said, "you're turning into a penguin. Stop it."
>
[ Post a follow-up to this message ]
|