ContributionsMost RecentMost LikesSolutionsVirtualizing XML over HTTP protocol by recording Hi, Is it possible to virtualize XML over HTTP protocol by routing/recording? Any tips/experiences will be highly appreciated. Thanks! Re: Can I create soap virt by recording Hi, Thanks for your response. We already have a separate client application sending the SOAP requests to the mock endpoint which I am trying to route to the live service so that I can record and configure. We are actually trying to mock the SOAP calls to a 3rd party system by having the mock in between and configuring a live passthrough. I am not seeing any operations getting recorded when the requests are being sent to the mock. Just seeing Received count getting incremented but no transaction logs updated. Can I create soap virt by recording Hi, I am trying to create soap virtual services simply by routing and recording but the request is not getting routed to live. It just shows the Received request count as 1 but nothing is updated in Transaction Logs tab. I do not have the wsdl. Have just pointed application to ReadyAPI endpoint as proxy for recording. Any help with this scenario will be highly appreciated. Thanks! Re: How to create a virtaction with a generic path Getting a HTTP404 because the URL in the incoming request is not able to match with the Virtaction path. I have a HTTP200 in my dispatch response file. It is not even trying to see what is there in the dispatch settings. Re: How to create a virtaction with a generic path Hi, Tried as you suggested. My VirtAction is GET /{operation} but when I send a request to the virtual service, I am getting a HTTP405 Method not allowed error. Thanks! How to create a virtaction with a generic path Hi, I am trying to create a VS from Empty REST. I want to add a virtaction that will take any path for GET or POST or any other operation. e.g. My VirtAction will have GET /{Any path}. So, during playback any GET requests will match with that virtaction path. Please suggest if the tool allows defining generic paths using regexp or anything. Thanks! Any open source APIs for VirtServer and ReadyAPI Hi, I am looking for the open source APIs for ReadyAPI and Virtserver. I am basically trying to generate the csv report from Virtserver using an API call instead of using the virtserver GUI. Any help is appreciated! Thanks, Rahul SolvedRe: Allocating more resources to a particular VirtAction in a virtual service for performance testing Hi, Thanks for your reply. I have already updated the min and max threads to XL and above in the behavior settings but still the service is unable to scale beyond 250 tps. It is probably because of the complex condition checks in the Dispatch script. Below are my VM configurations, which I believe are sufficient to allow more number of threads. Allocating more resources to a particular VirtAction in a virtual service for performance testing Hi, I created a VS to be subjected for load testing. There are a few VirtActions built in but there is only one which is being subjected to most load. Is there a way to allocate more resources to this one virtaction for performance efficiency? Thanks, Rahul Reading property values from excel datasource Hi, I have an excel datasource and imported the properties based on the column headers. Now I want to validate the query parameter value from the incoming Rest service request against the datasource property and return another property value from the same sheet and same row. Is there a way to do this? Thanks, Rahul