simonsen78
15 years agoNew Contributor
SoapUI 3.6.2 - JDBC returning XML minus underscores
Mjello
I tried downloading SoapUI PRO 3.6.2 to stop the Forms view messing up the XML madness
But now I have an issue with all my JDBC steps returning the XML response, minus the underscores used in the database:
3.6 JDBC response (The correct one):
---------------------------------------
<Results>
<ResultSet fetchSize="10">
<Row rowNumber="1">
<MEANS_PAY_NO>2080</MEANS_PAY_NO>
<NAME_ID_NO>53791</NAME_ID_NO>
etc...
3.6.2 JDBC response:
-----------------------------
<Results>
<ResultSet fetchSize="10">
<Row rowNumber="1">
<MEANSPAYNO>2080</MEANSPAYNO>
<NAMEIDNO>53791</NAMEIDNO>
etc...
Is this something that there's an easy fix for?
I tried downloading SoapUI PRO 3.6.2 to stop the Forms view messing up the XML madness

3.6 JDBC response (The correct one):
---------------------------------------
<Results>
<ResultSet fetchSize="10">
<Row rowNumber="1">
<MEANS_PAY_NO>2080</MEANS_PAY_NO>
<NAME_ID_NO>53791</NAME_ID_NO>
etc...
3.6.2 JDBC response:
-----------------------------
<Results>
<ResultSet fetchSize="10">
<Row rowNumber="1">
<MEANSPAYNO>2080</MEANSPAYNO>
<NAMEIDNO>53791</NAMEIDNO>
etc...
Is this something that there's an easy fix for?