kamahade
14 years agoRegular Contributor
DB2 JDBC Xpath Assertion when ran with maven plugin
Hi,
I Have run into some inconsistencies between the resultset returned by the JDBC TestStep by the soapui maven plugin and the SoapUI Pro client
The client returns a result set in the following format:
<Results>
<ResultSet fetchSize="64">
<Row rowNumber="1">
<PRODUCT_GROUP.UUID>95c18afa-cc27-380a-e044-00144fb7b326</PRODUCT_GROUP.UUID>
</Row>
</ResultSet>
</Results>
The maven plugin returns a result set in the following format:
<Results>
<ResultSet fetchSize="64">
<Row rowNumber="1">
<PRODUCTGROUPUUID>95c18afa-cc27-380a-e044-00144fb7b326</PRODUCTGROUPUUID>
</Row>
</ResultSet>
</Results>
I'm tryingto create soapui projects that can be integration into our build mechanism and run within the SoapUI Client, including carrying out XPath assertions. This makes it very hard for them to be transferrable between the two.
Please, see Green color and Blue color text above. Tablename_Columnname convention NOT happening with Maven.
I Have run into some inconsistencies between the resultset returned by the JDBC TestStep by the soapui maven plugin and the SoapUI Pro client
The client returns a result set in the following format:
<Results>
<ResultSet fetchSize="64">
<Row rowNumber="1">
<PRODUCT_GROUP.UUID>95c18afa-cc27-380a-e044-00144fb7b326</PRODUCT_GROUP.UUID>
</Row>
</ResultSet>
</Results>
The maven plugin returns a result set in the following format:
<Results>
<ResultSet fetchSize="64">
<Row rowNumber="1">
<PRODUCTGROUPUUID>95c18afa-cc27-380a-e044-00144fb7b326</PRODUCTGROUPUUID>
</Row>
</ResultSet>
</Results>
I'm tryingto create soapui projects that can be integration into our build mechanism and run within the SoapUI Client, including carrying out XPath assertions. This makes it very hard for them to be transferrable between the two.
Please, see Green color and Blue color text above. Tablename_Columnname convention NOT happening with Maven.