The problem is silly and i'm stuck on it for a while now. i've tried
following criteraias but for some reason i'm not able to get this to work.
the schema i'm dealing with is a Oracle Generated schema whcih calls a SP in
Oracle. The field can't be promoted or distinguished becase BT believes that
this NODE can occur multiple times even though i know i'm creating &
expecting only 1 record in/From ORACLE.
CUD any1 pls help me poiting what i'm missing?
I', trying to assign a value to one of the Text Element whcih is always
available in the XML.
1. Using Absolute/FULL Path
xpath(msgOraCreateTicket,
2. xpath(msgOraCreateTicket, "//*[local-name()='PW_EMAIL']") =
3. xpath(msgOraCreateTicket, "//PW_EMAIL") = "firstname.lastname@server.com";
in all cases i'm getting this error based on the type of expression used....
The XPath expression
'/ESMSTicketCreateRequestRequest/Operation1/ESMS_CREATE_TICKET/Parameters/PW_EMAIL'
selected a node which is not valid for property or distinguished field
retrieval, or it selected no node at all.
The XPath expression '//*[local-name()='PW_EMAIL']' selected a node which is
not valid for property or distinguished field retrieval, or it selected no
node at all. Only text-only elements or attributes may be selected.