Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Discussion List
Virtualize : Forward Traffic on condition
I have a responder where it forward the incoming request through an internal routing to another responder. But I wanted to forward traffic only when specific criteria matches. I used Data source correlation and also tried using responder correlation but no luck. It just ignores the condition and forwarding the incoming…
How do i set Message Forward to a Specific Endpoint
I have created a Virtual asset to send a canned response when a specific id is sent but when any other id is sent i wanted the message forward to send id to the real endpoint. But what i am noticing is the Message forward is sending to the real endpoint but with the template i am using for the virtual asset. Anyone have…
Need to update request and forward to endpoint
I need to update the SOAP request and update the clientID and forward to the end point. Like in below example, client id is 1234. But I want to modify it to 6789 before using message forward. What is easiest way to dot it? <getBankBalances> <brokerHeader> <brokerUserId>TestPortal</brokerUserId> <clientId>1234</clientId>…