Forum Discussion
alibaba82
18 years agoSuper Contributor
Hi Ole,
I got the stored proc to work but had a question/suggestion.
My XML response looks something like this
20494
Los Angeles Area Channels
Los Angeles
64121
Eagle Rock
Eagle Rock
..... (lot of these service datatypes)
When I call my stored proc in the datasource, the result should have the same number of rows as the number of Service Datatypes in my XML Response.
The problem is that I want to the check that each service datatype in the response matches each row returned by the stored proc. This requires that I create 3 assertions for each service datatype.
You can see how this is very time consuming if I have to validate on a large response.
Do you have any suggestion on improvement to soapUI on how best to do this.
THanks
Ali
I got the stored proc to work but had a question/suggestion.
My XML response looks something like this
..... (lot of these service datatypes)
When I call my stored proc in the datasource, the result should have the same number of rows as the number of Service Datatypes in my XML Response.
The problem is that I want to the check that each service datatype in the response matches each row returned by the stored proc. This requires that I create 3 assertions for each service datatype.
You can see how this is very time consuming if I have to validate on a large response.
Do you have any suggestion on improvement to soapUI on how best to do this.
THanks
Ali