02-06-06 10:53 PM
Hi
I tried this but it said that i tried to modify the message after it had
been constructed. (This error is thrown after deployment)
The message branches but in one instance I get a status that is not 0, but
due to the rules i can rest the value back.
I think i tried to do a shortcut as he same messagetype can then go out on
the same port.
The intial file is delimited string, that is enriched. The XML that is
created is from an externall Dll, (I enrich the message and submit it back
as an string), so there is no schema associated with the xml. Its then
loaded into a system.xml.xmldocument which is then sent to a MSMQ.
Could you explain this;
> Also you will need a fully qualified xpath string, you can get this by
> opening the schema, selecting the attribute and copying the xpath from the
> properties view.
Thanks
"Greg Forsythe" <greg.forsythe@gmail.com> wrote in message
news:%23txINA2KGHA.648@TK2MSFTNGP14.phx.gbl...
> You do not need the system.xml.xmldocument variable. The xpath function
> works with the message.
> i.e.
> xpath(msgXMLDoc,"//PASData/@StatusValue") = "0";
>
> Also you will need a fully qualified xpath string, you can get this by
> opening the schema, selecting the attribute and copying the xpath from the
> properties view.
>
> Greg
>
>
> "Namshub" <Ricchard.Pullen@Southend.nhs.uk.RemoveMyspam> wrote in message
> news:%23oe8ka1KGHA.2320@TK2MSFTNGP11.phx.gbl...
>
>
[ Post a follow-up to this message ]
|