07-27-04 10:53 PM
I do not understand the "part name". Should this be the name og the XML-sche
ma?
I have tried a number of names using the tags in my XML, but keep getting th
e error: The XLANG/s message 'xxxxx' has no part named 'yyyy'.
Thank you for answering.
Regards Berit
"Kevin J Mackey" wrote:
[vbcol=seagreen]
> The following has worked for me...
>
> using Microsoft.XLANGs.BaseTypes;
>
> Method(XLANGMessage _inputMessage)
> {
> XLANGPart somePart = _inputMessage["part name"];
> XmlDocument xmlDoc = (XmlDocument) somePart.RetrieveAs(typeof(XmlDocument
));
> }
>
> --
> KjM
>
>
> "Shar" wrote:
>
[ Post a follow-up to this message ]
|