JDBC virtual service error: No suitable driver found for jdbc:as400:[mydb]
I have a pretty big question about the scope of the virtualization product I'm testing. I would like to know if the AS400 database is supported. Since I am following the steps described in its documentation, including the inclusion of the driver in the indicated folder (image 1). As well as the correct configuration in the virtual JDBC (image 2). However, it shows the following error: No suitable driver found ..., and I have googled the error and only found this resource where they mention the JDBC drivers and where to download them, where there are 19 databases except as400, so It makes me think it is not supported by the software. Could you confirm if it is compatible please? Best regards.1.1KViews0likes0CommentsAPI keeps running for Longer time
After mocking a Restful API, provided all the necessary details in the request in ServiceV and its taking longer time than expected. Closed the Ready API application and after re running the issue still exists. How to resolve this and where to check the logs for the runs?2.1KViews0likes4CommentsHow to mock an asmx service
I have an asmx service and want to mock that. I tried that url by adding wsdl at the end but still its not getting mocked in ReadyAPI. For Example I have a URL likehttp://www.sample.com/Test.asmx and If I add WSDL at the end likehttp://www.sample.com/Test.asmx?wsdl. The mock should be done but thats not working. Can Anyone suggest on this??? Rama162.2KViews0likes3CommentsServiceV is recording only empty traffic - proxy issues
Hi, I am trying to record traffic from my mobile phone. I followed the documentation (I have followed this, and this) and set up the proxy as stated in the Discover Virtual Service settings. If I connect with no proxy, there is internet and everything is fine (and nothing gets recorded) If I connect with a proxy, there is no internet on the device and ServiceV only records empty requests and responses (HTTP code 204) every ~30 seconds that seem to be checking if there's an active connection. How can I record the traffic to create a virtual service from an app on my phone using ServiceV? Why does my device have no internet connection when I use the proxy settings?1.5KViews0likes0CommentsServiceV routing
Hello Community! I have a similar case as this one:https://community.smartbear.com/t5/ReadyAPI-Feature-Requests/ServiceV-selective-routing/idi-p/106004 Initially I was asked to route the request to a virtual/real service depending on a query string value. I was able to get that done with no problem. Routing option and dispatcher made it to work as expected but now that it's set up like that I have another request. Dev Team wants me to send the request over real service and if response return a code such as 404, 500, 504 then re-route to virtual service instead. I just want to confirm if there will be a tool limitation or if is something feasible to create. To be honest I'm not even sure if Smartbear would be able to capture the reponse from the real service to eventually place the values into a dispatcher scripts. I don't want to say NO! without giving a try. Feel free to give your opinion!1.4KViews0likes1CommentServiceV Mock Response Query Match with multiple parameters
Hi, I'm looking to create a query match under the dispatch strategy to send themock responses in ServiceV PRO. Here i would my query match parameter to check multiple values rather than just one. What would be the delimiter or the syntax of OR condition? If query matches > 'a' OR 'b' OR 'c'; Send Response X If query matches > 'c' OR 'd' OR 'e'; Send ResponseY1.6KViews0likes1Comment