| fullflavedave 2006-05-11, 7:13 pm |
| Thanks, Harish. Could you just paste the correct code in here? I'm sorry to
say that I'm a Java programmer who doesn't know how to use loadxml in this
code:
construct PartnerOrgRegResponseMessage
{
PartnerOrgRegResponseMessage = new System.Xml.XmlDocument();
PartnerOrgRegResponseMessage.Message =
OnyxOrgRegResponseMessage.ExecuteResult;
PartnerOrgRegResponseMessage.SuccessFailure = "Not Set";
}
Thanks in Advance!
Dave
"Harish" wrote:
> rom: "Harish" <harishp2@gmail.com>
> Newsgroups: microsoft.public.biztalk.orchestration
> Subject: Re: Help -- Use of unconstructed message, message has not been
> initial
> Date: Thu, 11 May 2006 20:54:16 -0000
>
> In your second piece of code add a line to set the new xmldom based
> object to an empty shell of an xml message with a loadxml statement.
> Then you sets you have an empty message then set it to the message you
> really want
>
>
|