http rest service job returning digits. How do I consume it into a autosys variable?
search cancel

http rest service job returning digits. How do I consume it into a autosys variable?

book

Article ID: 235210

calendar_today

Updated On:

Products

CA Workload Automation AE

Issue/Introduction

Customer was trying consume a return value from their http restful calls,  which returns digits (not in json format).  How to consume this response? 

 

response type=Payload

Expression Type = RegEx

Name = varResult

Expression/Header keyword = \d.

Environment

Release : 12.0

Component :

Resolution

Customer was able to use a regular expression \d+            to get his requirement done.

 

Expression/Header keyword = \d+