cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Experts,

I want to store an XPath in the property using a content modifier for the attached Payload.

I tried the below, but the response looked weird as below.

So, I have changed the Data Type to java.lang.Object . Now, I am able to capture the data in the property.

Not sure, If I am overlooking or missing something.

Any leads/solutions will be really helpful.

Regards,

Pavan

0 Likes
View Entire Topic
MortenWittrock
SAP Mentor
SAP Mentor

Hi Pavan

I think your case is a good fit with the Filter step.

But if you use data type "org.w3c.dom.Node", you can achieve what you are trying to do here. Create a property with that type using one of your XPath expressions. You can then replace the message body with that property in a Content Modifier later on.

Regards,

Morten