Service Virtualization

  • 1.  DB ResultSet to JSON in DevTest 8.2

    Posted Sep 09, 2015 06:45 AM

    There is a requirement for me to convert a Db ResultSet to JSON message. Any help will be appreciated.



  • 2.  Re: DB ResultSet to JSON in DevTest 8.2

    Posted Sep 09, 2015 07:18 AM

    Bibin_John,

     

    You can use below  Additional utility. As DBResultSet is an xml so you can use "XML to JSON" utility for your scenario.

     

    Additional Utils

     

    Salman



  • 3.  Re: DB ResultSet to JSON in DevTest 8.2

    Posted Sep 09, 2015 07:21 AM

    Also see the screenshot below.
    XML_to_JSON_Example.png



  • 4.  Re: DB ResultSet to JSON in DevTest 8.2

    Posted Sep 09, 2015 07:38 AM

    Thanks Salman...