How to use data bank?

how to extract the values from one web service response to other service request?

Ramachandran,

We could use scripting mode to get the response from the first request, then get the value from the response object and use it for the second request.

For examples:
RequestObject request = findTestObject(‘SOAP_convertWeight’)

def response = WS.sendRequest(request)

log.logInfo(response.getResponseBodyContent())