Forum Discussion

rkamboj22's avatar
rkamboj22
New Contributor
12 years ago

In JDBC request how to get/view the XML/outline section

I am using soapUI Pro 4.5.1(Licensed). I am a novice and trying to work with databases using SoapUI. As mentioned in the article here: http://www.soapui.org/JDBC/the-jdbc-req ... esult-view I am not able to locate the xml/outline section in my window. I get the output in tabular form but cannot apply any assertions etc.

Can someone guide me how to work with the data that is returned from the query?

Thank You.

2 Replies

  • GiscardN's avatar
    GiscardN
    Frequent Contributor
    Hi,

    These XML and Outline view tabs will show on the left side of your Response tab after you have run your JDBC Request.
    You can then use property expansion to access the responseAsXML propery that contains your JDBC Request response from other TestSteps.
    Can you attach a screenshot of what you are seeing? It seems to me a bit strange. Thanks.

    Regards,

    Giscard
    SmartBear Support
  • rkamboj22's avatar
    rkamboj22
    New Contributor
    Thank You for the response. I was using wrong type of step (Data Source>JDBC) which didn't have the outline window. I realized later that I had to use JDBC test step to apply assertions etc.