Not able to fetch data from CSV file in Parasoft virtualize - Community Edition
I am trying to fetch one value from csv file for a wsdl but getting success response in soap and not getting the data in the response.
Example-
Expected -
<?xml version="1.0" encoding="UTF-8"?>
25
Getting-
<?xml version="1.0" encoding="UTF-8"?>
** **
Tried all the ways to get the value but not able to.
Can somebody please help if you know the solution for
Comments
-
Apeksha
could you post here your project?
We don't know how did you setup your responder.Ireneusz Szmigiel
0 -
Please find attached.
It is a sample calculator wsdl. Tried to virtualize for addition request.
Thanks!0 -
Getting below response where result tag is null.
<?xml version="1.0" encoding="UTF-8"?>
0 -
Apeksha
could you post addResponse.csv file?Ireneusz Szmigiel
0 -
-
For Virrtualize, a Data Source is used by "Data Source Correlation" to find the values are used for the response based on specific values in the incoming request. Therefore, the csv file needs to contain one or more columns specifying the expected incoming values and the "Data Source Correlation" tab in the pva is used for specifying how to extract those incoming values from the request. Please see https://docs.parasoft.com/display/VIRT9103/Message+Responder+Overview#MessageResponderOverview-DataSourceCorrelationTab for more information.
0 -
Thanks !
0