• How to create and host form in SV which is a part of the service?

    Hi, There is a service which has a form from which details are submitted as a request to generate a response. In SV are there any ways to create and host the form ? Appreciate the response. Thanks. Meeta Gatade
  • can one virtual service be created for different request and response?

    We have scenario where one real service responds to different request and response. We have to mimic it to produce same behaviour. Is it possible with virtual service to serve with different request and response? What is the best practice to implement…
  • How to avoid calling Service Call Activity for certain request and response?

    Hi, I have a virtual service from which certain requests need to go through SCA and certain requests should not to go through it. I have tried setting SCA as disabled/ignored for the requests which should not execute the SCA but its not working. …
  • Can virtual service be created as a driver?

    Can virtual service be created where virtual service will send request to external service and will get a response as a status code?
  • ArgumentException: Invalid schema property name: Type

    I have encountered an issue where SV is throwing an argument exception when I try and use the Copy() method. Internal server error\nC# rule Build Response execution failed on line 174 with error ArgumentException: Invalid schema property name: Type. Only…
  • Can we pass the captured data from one virtual service to another virtual service?

    Hi, Can we pass the captured data from one virtual service to another virtual service? For e.g.: Service Consumer A sends request to virtual service X (service X captures the data(OrderCode) from the request) Can this OrderCode be used in the response…
  • Can we pass the captured data from one virtual service to another virtual service?

    Hi, Can we pass the captured data from one virtual service to another virtual service? For e.g.: Service Consumer A sends request to virtual service X (service X captures the data(OrderCode) from the request) Can this OrderCode be used in the response…
  • Can a virtual service response be sent to a URL which is different than a caller URL?

    Hi Team, Can a virtual service response be sent to a URL which is different than a caller URL? For e.g.: Service Consumer A sends request to virtual service X Virtual service X responds to Service Consumer B (Is this possible?) Thanks in advance…
  • Unable to get the request and response from the Service call activity - request and response of external service are showing with empty body

    We are trying to call the External service using Service Call Activity. We added the SOAP request and Response with the body content. After hitting the service endpoint through postman. It is calling the Service Call Activity, but the request and response…
  • Service Virtualization

    Hi, We have a scenario where we have a create endpoint which adds the data and the get endpoint needs to return the data which is added by create endpoint. Also the scenario where we need to modify the data added by create endpoint. Is there a way…
  • Implement ISO-8583 on Service Virtualization (Windows 11, JPos.org)

    Hi All, I want to try to implement ISO-8583 based on this : https://admhelp.microfocus.com/sv/en/2022-2022-r2/Help/Content/UG/c_ISO8583_jPOS.htm#Configur4 ", there are many things that I don't understand, especially the set-up part, how to run and create…
  • From BinaryContent to other Data Format

    During the learning phase(via browser chrome), we receive requests in BinaryContent format (see attach 1) in our data model. We need to modify the data in Binary content (see attachment 2). Is it possible to change the learn of the data models…
  • How to pass any string as parameter?

    I have a requirement where I need to pass any string as parameter at the end of the URL for a positive response. I could not find any function which I can use in the data model. Can you tell me how this can be achieved?
  • SV Designer - How to import message where response is JSON Array?

    I am trying to setup a new Data Rule with the response shown below, but the message import is failing apparently due to my use of a JSON array for the response?! How do I setup a response which is a JSON array? [ { "effectiveDate": "2020-06-14", "deprecationDate…