Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Extension Tool

reactancexl
reactancexl Posts: 176

I have a extension tool chained to a REST url and want to capture the response in extension tool using Jython. Below is what I have. Which method do I use to get the response message. NOTE: I am not using a Generated Datasource. thx

from com.parasoft.api import *

def getResponse(input, context):

response = ?????????

Tagged:

Answers

Tagged