RA Rest Response parsing delivers no results
search cancel

RA Rest Response parsing delivers no results

book

Article ID: 87369

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

Error Message :
N/A

The RA Web Service REST agent is not able to parse some SOAP Responses with XPath expression.

Example:

This expression:

//result/concat('
','+++',value,'##',value2,'##',value3,'+++') 

with this testing input: 
<response> 
<result> 
<value> 
Wert1.1 
</value> 
<value2/> 
<value3> 
Wert1.3 
</value3> 
</result> 
<result> 
<value> 
2.1 
</value> 
<value2> 
2.2 
</value2> 
<value3> 
2.3 
</value3> 
</result> 
</response> 

Doesn't deliver any results with the new WebService Solutions REST version 4.0.

Environment

Release: AOMVMW99000-4.0-Automic-Operations Manager-VMware vCenter Agent
Component:

Cause

Cause type:
Defect
Root Cause: RA Web Service REST agent is not able to parse some SOAP Responses with XPath expression.

Resolution

Update to a fix version listed below or a newer version if available.

Fix Status: Released

Fix Version(s):
Component(s): RA Web Service REST

RA Web Service REST Solution 4.0.1 - Available

Additional Information

Workaround :
N/A