cancel
Showing results for 
Search instead for 
Did you mean: 

BPM - XPath expression.

Former Member
0 Kudos

Hi all,

I would like to know how I can define an XPath expression in BPM (Expression Editor) without Interface Variable name on the beginning of XPath expression.

An example to clarify:

<b>P1100./p1:P1100_val</b>/R005000/R00500010

<b>P1100</b> is the interface variable name and I want to remove it, to make this Xpath expression generic for all interfaces that I have in my scenario. I can delete “<b>p1:P1100_val</b>”, but the interface variable name is not possible in Expression editor, because it’s picked and is automatically added to XPath expression!!!

The objective is something like this:

./R005000/R00500010

And the path on the backward is generic and considered for all the interfaces.

Anyone knows how can I do this?

Thanks in advance,

Ricardo.

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Ricardo,

//R005000/R00500010

Regards,

Udo

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Have a look at this blog,

/people/shabarish.vijayakumar/blog/2006/06/07/customise-your-xpath-expressions-in-receiver-determination

Regards,

KAvita