Question

Use xpath in Processes XML message - Integration

  • 15 August 2022
  • 1 reply
  • 77 views

Userlevel 5
Badge +13

Hi Experts,

 

Is there a way to access the xpath values(XML inbound message xpath values) in Processes XML message tab?

 

I have tried multiple scenarios by changing the execution points and changing the xpath definitions as below.

 

<update_place>
  <place>
    <place_id>1233</place_id>
    <user_def5>{xpath('name')}</user_def5>
    <update />
  </place>
</update_place>

 

{xpath{‘//name’)}

{xpath:name}

 

As per my investigation, this customer requirement is not possible.

Appreciate your input for this.

 

Thanks,

Hasara


1 reply

Userlevel 7
Badge +22

Hi @Hasara Dinu ,

Isn’t it possible to create integration functions and then access the xpath values as parameters here as well?

Reply