-
Query on features Supported
I am a new user to Parasoft Virtualize service and trying to understand the features provided. Inline would like to know if Parasoft Virtualize provides the below features * Scalability: Horizontal and Vertically scalable? * Does it support state maintainability viz., machine states persistence across API calls. * Which…
-
How to store request XML with Uniqe id
how to store the request and use the same request element data for response .
-
Getting license error when starting Virtualize Server in CLI mode
Hi, I tried putting my license details in properties file and ran below command : virtualizecli.exe -startServer -locals ettings "C:\SOAVirtualize\VirtualizeExportLocalSettings.properties" However, I still get license not valid/applicable. Can someone please help here. I am using this setting in properties file :…
-
Failure to Start Monitoring Error on Remote Proxies/Assets
This is a checklist of things to verify if you receive the error "Failure to start monitoring on . Make sure event monitoring is enabled on the server." Being able to monitor the event in Virtualize can be an essential component to determining the flow of events and possibly pointing out where an issue may be occurring.…
-
Multiple response for single request
we are using parasoft virtualize tool. We need to send the multiple responses based on single request in single asset. We have tried the multiple responses option but its static and we need to do dynamic and needs more changes than static one so we have used java coding. but there is no solution to send multiple responses…
-
Parasoft Event logs
Hi, Can we save parasoft event details in a file or in any log to access later?
-
Getting the Virtualize licence issue if we would have the enough licences while virtualizing the ser
Hi Team, We are having enough licences but still we are getting the error message as The number of licensed hits per day has been reached. Use a license with a higher limit, or wait until tomorrow when the per day limit has been reset to process additional requests. Attached the screenshot for the same. Kindly take a look…
-
Could not find a valid Message Responder to respond to this request.
Hi Team, I have created virtual asset ad deployed successfully(WSDL) ,Can any one help me,how to call the wsdl operations from the deployed wsdl? WSDL:http://soaptest.parasoft.com/calculator-02.wsdl Virtual End point: http://localhost:9080/glue/calculator/ getting the below error message while calling the add operation…
-
Can any one help me how to Virtualize the API response in parasoft
Hi Team, Can any one help me how to Virtualize the API response in parasoft . Thanks, Swapna
-
Facing 404 not found error using Responder correlation in SV9.10.2
Hi Team, Facing 404 not found error When using CDATA(Ex:TransactionID) element Xpath to enable correlation under request body responder correlation in virtualize 9.10.2 Steps to Reproduce: 1. Create SOAP responder and paste the response(attached file) in the literal view and change it to form XML 2. Navigate to the…
-
XML Validator
If we need to Validate incoming request and if the validation fails then how to send the error in response. We have already selected Incoming request-->Payload--> XML validator. Please help here
-
Not able to fetch data from CSV file in Parasoft virtualize - Community Edition
I am trying to fetch one value from csv file for a wsdl but getting success response in soap and not getting the data in the response. Example- Expected - <?xml version="1.0" encoding="UTF-8"?> 25 Getting- <?xml version="1.0" encoding="UTF-8"?> ** ** Tried all the ways to get the value but not able to. Can somebody please…
-
How to parameterize a value for a parameter in request URL
i have a URL which has multiple parameters like x,y,z, one of the parameter is current date. for example, take y as Current date. whenever I hit the front request, the back end URL should pass current date as one for the parameter and my mocked response should pick up. anyone please let me know if you know solution to…
-
How to parameterize a value in the request URL parameter
i have a URL which has multiple parameters like x,y,z, one of the parameter is current date. for example, take y as Current date. whenever I hit the front request, the back end URL should pass current date as one for the parameter and my mocked response should pick up. anyone please let me know if you know solution to…
-
Axis2 Logs in Tomcat Folder
Hi Everyone, I just have a few questions regarding the Axis2 log that is being generated under the tomcat folder: * What is it for / What is it logging about? * How do we control it? (ie. limit file size/change archive settings) Im asking this as we recently updated to 9.10 and we noticed that, after a clean install, the…
-
Best Way to Run in Headless Mode.
What is the best way to run the server in headless mode? A windows service, Task Scheduler, etc? Running just via CMD does not seem logical when operational. thx
-
Escaping ? in the Endpoint before forwarding the traffic
I'm constructing a string for the endpoint that I need e.g. https://cisweb-dt-1i.ula.comcast.net:1043/api/custom/comcast/v1/move/companies/${ban}?leadUpdate=Y but when I look at the traffic I only see https://cisweb-dt-1i.ula.comcast.net:1043/api/custom/comcast/v1/move/companies/${ban}. Everything after ? seems to be…
-
Extracting string from the URL & saving in the variable for later usage
Hi, Application that I'm working with includes unique string at the end of the URL e.g. http://:9080//. I was able to update the Path in Transport --> HTTP to //* and now responder is able to respond but I need to extract and save that. I tried "REST URL Data Bank" but I can only extract name as the Path. I tried attaching…
-
Manipulating "Router Endpoint" in "Message Forward" using script
I'm checking for a string and if string's length is not > 0 than I want to change the endpoint If I put my Application.showMessage I can see that I'm in else when the size is not > 0 but the return does not seem to be returning because I get the error Here is my sample code jython code from com.parasoft.api import * from…
-
DB Datasource is not getting refreshed
I'm using MySQL DB as the datasource and doing Data Source Correlation on it. When new data is getting inserted in the DB it does not do correlation properly until you open the data source and do show column. Is there a setting or something that needs to be turned on so it always pulls latest info from the DB?
-
Extracting source IP & values from JSON data bank
Hi, I'm trying to create a proxy basically scenario is 2 endpoints sending info to single proxy and want to capture what endpoint has sent what data in the data source. I want to capture source IP and info from JSON data bank in the data source that can be used as a data source correlation for other responders. Any…
-
Responders
If I have two endpoints that are the same , First endpoint I do a "get". the second one I do a "post". The data returned is different for the two. How do I do this using one proxy? I am thinking of using a responder that filters off of a URL url/get or url/post. What do I put in the request of the reponder that whichever…
-
how to see the request for a forwarded message
Hi, I have a Json data bank that extracts certain values from the request, then i am using a forwarder to send the extracted message to another endpoint. Is there a way to capture the forwarded request? I tried using a traffic viewer and writing to a file but an not able to capture the forwarded request.
-
Is it possible to handle binary form data in a responder?
We have an API that expects multiform form-data to upload a file. I'd like to create a stub for it. Is it possible to handle the response differently based on the binary file content?
-
Copy chunk from req to res in parasoft virtualize
hello, how to copy whole chunk from req to res in parasoft virtualize ?
-
How to extract values from req and paste it in res
hello, we have req res in xml format also req are changing and as per that response should change with values. we need to store req res and also as per req has no of items tags in xml same should paste in res we are using parasoft virtualize. any java code etc ?
-
Virtualize - Unable to get response for GET method with query string in URL
Hi, Confession : I'm new to parasoft/virtualize. Question: Trying to virtualize Rest API, without correlation URL path, responding well via endpoint URL but ones add path including query string , it doesn't respond. In console it shows expected URL but under actual it shows path it doesn't show query string(starting with…
-
Redirecting a request to 3 EndPoints
I have a requirement where i have to redirect an incoming request to 3 different endpoints, i know that Virtualize has an option to forward a message but from what i know only 1 response will be generated. Is there a way i can use Virtualize and redirect the response to 3 endpoints?
-
Community addition - SOAtest & Virtulize 9.10 - Unable to open application (
When I try to open application , it gives error. Any help to resolve this error would be appreciated. Thanks
-
Need help to configure script
I have saved an incoming request at a location using incoming request--> write file and then written a java code which will format a response according to dynamic incoming request. How to configure that code in .pva/responder so that it will respond to incoming request.
-
need help in parasoft responder-response
we have taken write file for incoming request after that we have written script for the request to get no of nodes and values as per the request , response should change so we have sample response in some file and we have updated it as per request through java coding. but when we select responder->response tab and scripted…
-
Problem to create the virtual asset of superheroe
The atachment is the pva, that is me test, but can´t finish sucessfull, the steps follow the url: https://dzone.com/articles/reducing-costs-by-prototyping-with-service-virtual My version Virtualize is 9.10.2.20170502 Please help me
-
3hrs of Performance test
Hi Everyone, We are running a performance test with high volume of users (1500+) against a Virtualize installed on a windows server 2008 R2 and we noticed that: first hour: CPU usage is reaching 40-50% usage third hour: CPU usage is reaching 90-100% usage checked the task manager > process and saw that java.exe is taking…
-
Running Parasoft Virtualize As Citrix Application
Dear All- Can we run Parasoft Visualize desktop from Citrix ? We are planning to install in Citrix with a network/shared workspace. Pl. let me know the recommendations, pros &cons if you have already done before. Thanks, Vinoth.
-
Lightweight Scripting of Datetime Fields in JSON Responder
Is there a simple way to programmatically alter certain values in an otherwise static JSON response payload with Virtualize? For example, let's say I've defined something like the following as a literal response in a JSON Message Responder: { "foo": "some static value for foo", "timestamp": "1970-01-01T00:00:00Z"} I'd like…
-
Virtualize 9.10.2 unable to run with JDK 1.8.0_131 or later
Parasoft Virtualize 9.10.2 is not able to run with JDK 1.8.0_131 or later, due to changes made in the JDK beginning in version 1.8.0_131. This has most recently affected Mac users when the new Java version was automatically pushed to their machines. The workaround is to run Virtualize with JDK 1.8.0_121 or earlier. The…
-
Write file tool - to get the specific values written to the file
Hi there, I have a scenario where I need to write the outgoing response (xml ) of a responder to a file. I tried the write file option but it writes the whole xml response to the file. I am just wondering if there is a way where I could get only specific values from the xml to the file? or how could I read only specific…
-
Assertions In PVN or converting .pvn to .tst files
Hi All , Is there a way I can leverage the assertions in the .pvn response messages. I would like to automatically test and validate the virtual services. If not is there a way to convert .pvn files to .tst files Thanks, Vinoth
-
Dynamic Think Time
Hi Everyone, Im trying to simulate a service that would be sending out empty "attachments" simulating the live system (where it sends actual attachments with varying sizes) and would like to simulate dynamic ThinkTimes For example, 1. 2 documents, it should send out the response after 2 secs 2. 6 documents, it should send…
-
Virtualize Community Running standalone
I think I may know the answer but would like to verify. I have the community edition. I would like to execute the command CLI to launch SOATest which would call the "Virtualize" community edition remotely for instance a VM (Virtual Machine). is there a command line script to run the underlining apache server to run the…
-
Virtualize Proxy Query Parameter
I have a proxy that is calling a service endpoint with a parameter. I get an error as it creates the "?" to %3F. (No listener for endpoint: /at%3Froute=first). How can I pass in a query parameter from my proxy? Endpoint url that I am calling from proxy is http://host:port/at?route=first. Also I tried setting a variable as…
-
Can you use a template file to remember correlation criteria?
I created a .pva from recorded traffic (Generate parameterized) and it asks me to put in the request correlation for a few of the responders. Is there a way to use the template file to remember the correlation so I do not have to do it manually if I want to recreate the asset in the future? It sounds like this is…
-
JSON - Details from Body
Hi, I would like to extract some values from a JSON payload using JSON Databank. I was able to use a sample request and was able to extract Xpath with no errors. However when i send a request from SOA the same template used for JSON Databank i am getting an error. below is the sample request i am sending. I am trying to…
-
Virtualize JSON Responder - GET. How to Get Details?
Hi Everyone, I need to create a responder to accomodate a GET Rest request sample below: GET /path/{safsadfsadgsadfgsaf}/status HTTP/1.1Accept: application/jsonUser-Agent: ApplicationName/1.0 (env=test; user=testername)X-Request-ID: 123124asdfasdfasdf1124 How do i get the detail that's between {}? as this is changing every…
-
switch between endpoints
i have an Endpoint virtualized, but i would like to know if possible switch between endpoint virtualized and real through parasoft, could be with a different header
-
How do I start up a headless Virtualize server?
Hey everyone! Often in organizations, users will want to be able to spread the work that they have done with others, allowing progress to be shared. Virtualize is no exception to this rule, as there will be many times across a team where users will want to be able to access the same virtual endpoint as opposed to the real…
-
Blue screen occurring after Windows Creator update (Virtualize)
Be aware that several users are reporting issues when upgrading windows 10 with the "Creator update." These errors can take many forms but the most common of which is a blue screen. This seems to be an operating system issue that causes bad interactions with the underlying drivers. At this time the resolution is to roll…
-
message Proxie SSL
hi, I'm trying to create a message Proxis, the problem is that the server that I need to connect use an SSL certificate, so I'm trying to put in the section security, but the problem is that I have only the certFile (.cert) and keyFile (.PEM), how can i setup the keystore or the trustore for my proxy to have a…
-
Need Example and help to record soap with attachment
Hi Team, The Customer needs to virtualize a SOAP request with .png attachments. Content type is "application/xop+xml" and it’s returning few .png files. As of now when they record it, it’s taking those responses at not readable format so application is not able to decode it. I could see the Can we achieve the above…
-
How to install Virtualize Community Edition
Hi everyone, I am making this forum post to help out new users install Virtualize Community Edition on Windows, Linux, or Mac. Windows (UI installation): * After downloading the installer linked from the initial email, execute the exe by double-clicking on the .exe file. * Click run on the popup that appears. * Choose your…