{"id":22445882,"url":"https://github.com/virtualansoftware/service-virtualization","last_synced_at":"2025-10-12T22:34:01.502Z","repository":{"id":37830287,"uuid":"297640776","full_name":"virtualansoftware/service-virtualization","owner":"virtualansoftware","description":"Service virtualization is the simulation of the behavior of software components that are unavailable or otherwise restricted during the preproduction stage of the software development lifecycle. ","archived":false,"fork":false,"pushed_at":"2024-03-21T17:27:39.000Z","size":698,"stargazers_count":1,"open_issues_count":73,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-21T18:39:57.126Z","etag":null,"topics":["api","demo","enduser","mocking","salesforce","salesforce-apex","salesforce-developers","salesforce-metadata","salesforce-patner","servicevirtualization","testautomation","wsdl"],"latest_commit_sha":null,"homepage":"https://sforce.virtualandemo.com/virtualan-ui.html","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/virtualansoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-09-22T12:24:57.000Z","updated_at":"2024-04-14T18:46:34.688Z","dependencies_parsed_at":"2024-03-21T18:39:05.730Z","dependency_job_id":"813086e2-8b3a-4d26-8c54-3643e3b43ddf","html_url":"https://github.com/virtualansoftware/service-virtualization","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualansoftware%2Fservice-virtualization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualansoftware%2Fservice-virtualization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualansoftware%2Fservice-virtualization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualansoftware%2Fservice-virtualization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/virtualansoftware","download_url":"https://codeload.github.com/virtualansoftware/service-virtualization/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245832686,"owners_count":20679701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","demo","enduser","mocking","salesforce","salesforce-apex","salesforce-developers","salesforce-metadata","salesforce-patner","servicevirtualization","testautomation","wsdl"],"created_at":"2024-12-06T03:17:11.431Z","updated_at":"2025-10-03T18:27:50.666Z","avatar_url":"https://github.com/virtualansoftware.png","language":"Java","readme":"\n\u003ch1 align=\"center\" \u003e Virtualan \u003c/h1\u003e\n\n[![Maven Central](https://img.shields.io/maven-central/v/io.virtualan/virtualization.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.virtualan%22%20AND%20a:%22virtualization%22)  [![Build Status](https://travis-ci.com/virtualansoftware/service-virtualization.svg?branch=master)](https://travis-ci.com/virtualansoftware/service-virtualization-openapi)\n\n\u003e Virtualan is an open source-based Open API Interface driven, Kafka, AMQ and MQTT Service virtualization product. It supports #OpenAPI, #AsyncAPI test development. This supports #shiftleft testing.\n\n**Product page:** https://www.linkedin.com/products/virtualan-software-virtualan/\n\n**Tutorials:**  https://tutorials.virtualan.io/#/Virtualan\n\n**Example:**  https://github.com/virtualansoftware/service-virtualization-openapi\n\n**Video:**  https://www.youtube.com/watch?v=otTjbPxT0W8 \n\n**Docker Image:**  https://hub.docker.com/r/virtualan/service-virtualization  \n\n\n*I. Initial Set up your project for the WSDL Specification* :\n\n- Why/How to store the mock data in the centralized place:\n\tIt always provides a choice to choose your data base and configure(spring-jpa). Need to provide data base information in the Application.properties in the \"src/main/resources\" directory of your spring boot application: This would requires if you don't want to loose the existing mock data because as you redeploy the code the data would be lost.\n\n- In memory DB: (Eveny restart you lose the old data)\n\t\n\t- virtualan.datasource.driver-class-name=org.hsqldb.jdbcDriver\n\t- virtualan.datasource.jdbcurl=jdbc:hsqldb:mem:dataSource\n\t- virtualan.datasource.username=sa\n\t- virtualan.datasource.password=\n     \n- Add the following entry for each Interface Spec/wsdl  to be set up as mock service:\n\t- to setup  \"apex.wsdl\" need to add following entry in the pom.xml. refer the pom.xml for reference\n\t\n\t```html\n\t\u003cplugin\u003e\n        \u003cgroupId\u003eorg.apache.cxf\u003c/groupId\u003e\n        \u003cartifactId\u003ecxf-codegen-plugin\u003c/artifactId\u003e\n        \u003cversion\u003e3.3.7\u003c/version\u003e\n        \u003cexecutions\u003e\n          \u003cexecution\u003e\n            \u003cid\u003evirtualan-generate-sources\u003c/id\u003e\n            \u003cphase\u003egenerate-sources\u003c/phase\u003e\n            \u003cconfiguration\u003e\n              \u003csourceRoot\u003e${basedir}/src/main/java\u003c/sourceRoot\u003e\n              \u003cwsdlOptions\u003e\n                \u003cwsdlOption\u003e\n                  \u003cwsdl\u003e${basedir}/src/main/resources/META-INF/resources/wsdl/Hello/helloworld.wsdl\u003c/wsdl\u003e\n                  \u003cextraargs\u003e\n                    \u003cextraarg\u003e-xjc-Xequals\u003c/extraarg\u003e\n                    \u003cextraarg\u003e-xjc-XhashCode\u003c/extraarg\u003e\n                    \u003cextraarg\u003e-xjc-XtoString\u003c/extraarg\u003e\n                  \u003c/extraargs\u003e\n                  \u003cbindingFiles\u003e\n                    \u003cbindingFile\u003e${project.basedir}/src/main/resources/xjb/bindings.xjb\u003c/bindingFile\u003e\n                  \u003c/bindingFiles\u003e\n                 \u003c/wsdlOption\u003e\n              \u003c/wsdlOptions\u003e\n            \u003c/configuration\u003e\n            \u003cgoals\u003e\n              \u003cgoal\u003ewsdl2java\u003c/goal\u003e\n            \u003c/goals\u003e\n          \u003c/execution\u003e\n        \u003c/executions\u003e\n        \u003cdependencies\u003e\n          \u003cdependency\u003e\n            \u003cgroupId\u003eorg.jvnet.jaxb2_commons\u003c/groupId\u003e\n            \u003cartifactId\u003ejaxb2-basics\u003c/artifactId\u003e\n            \u003cversion\u003e0.6.5\u003c/version\u003e\n          \u003c/dependency\u003e\n        \u003c/dependencies\u003e\n      \u003c/plugin\u003e\n      \n\t```\n\n*II. Navigate to root directory of the folder where pom.xml was present*:\n\n- Build:\n         - mvn clean install  \n\t \n\t - If you have any proxy issue use this command:  mvn -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 clean install \n                  \n- Run using standalone JAR:\n\t\n\t- java -jar target/virtualan-wsdl-demo.jar         \n\n- To set up  data:\n      \n      - Using Virtualan-UI:       \n      \thttps://github.com/virtualansoftware/virtualan/wiki/Test-Data-Set-up-using-Virtualan\n      \n      - open API Contract: \n        https://github.com/virtualansoftware/virtualan/blob/master/modules/virtualan-plugin/src/main/resources/virtualservices.yaml\n\t\n    \n      - Using Virtualan-Rest service: for automation usecases\n        https://github.com/virtualansoftware/virtualan-openapi-demo/blob/master/src/test/resources/features/demo/demo.feature\n\t\n\t\n- Invoke Virtualan UI:  \t\t\t\n\t- Navigate to http://localhost:8080/virtualan-ui.html \n\t- More details about the user interface refer: https://github.com/virtualansoftware/virtualan/wiki \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtualansoftware%2Fservice-virtualization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvirtualansoftware%2Fservice-virtualization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtualansoftware%2Fservice-virtualization/lists"}