{"id":23099537,"url":"https://github.com/hiwepy/soapui-spring-boot-starter","last_synced_at":"2025-07-09T01:42:12.613Z","repository":{"id":57720049,"uuid":"132624144","full_name":"hiwepy/soapui-spring-boot-starter","owner":"hiwepy","description":"spring-boot-starter-soapui","archived":false,"fork":false,"pushed_at":"2024-09-07T16:50:38.000Z","size":28284,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-07T19:24:29.895Z","etag":null,"topics":["bootstrap","soapui","spring","wsdl"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hiwepy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-08T14:51:53.000Z","updated_at":"2022-07-24T07:08:05.000Z","dependencies_parsed_at":"2022-09-26T21:41:13.819Z","dependency_job_id":null,"html_url":"https://github.com/hiwepy/soapui-spring-boot-starter","commit_stats":null,"previous_names":["vindell/spring-boot-starter-soapui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiwepy%2Fsoapui-spring-boot-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiwepy%2Fsoapui-spring-boot-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiwepy%2Fsoapui-spring-boot-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiwepy%2Fsoapui-spring-boot-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiwepy","download_url":"https://codeload.github.com/hiwepy/soapui-spring-boot-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230038996,"owners_count":18163341,"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":["bootstrap","soapui","spring","wsdl"],"created_at":"2024-12-16T23:19:31.549Z","updated_at":"2024-12-16T23:19:32.176Z","avatar_url":"https://github.com/hiwepy.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# soapui-spring-boot-starter\r\n\r\n### Requirements\r\n------------\r\n**[SoapUI](https://github.com/SmartBear/soapui) must be installed on your Maven Repository.**\r\n\r\n### Maven Dependency\r\n\r\n``` xml\r\n\u003cdependency\u003e\r\n\t\u003cgroupId\u003ecom.github.hiwepy\u003c/groupId\u003e\r\n\t\u003cartifactId\u003esoapui-spring-boot-starter\u003c/artifactId\u003e\r\n\t\u003cversion\u003e${project.version}\u003c/version\u003e\r\n\u003c/dependency\u003e\r\n```\r\n\r\n### Usage\r\n\r\n####Step 1 ：Download soapui source\r\n\r\n\u003e git clone https://github.com/SmartBear/soapui.git\r\n\r\n####Step 2 ：Modify soapui\\soapui\\pom.xml and replace XML Beans\r\n\r\n```xml\r\n\u003c!-- https://mvnrepository.com/artifact/org.apache.xmlbeans/xmlbeans --\u003e\r\n\u003cdependency\u003e\r\n\t\u003cgroupId\u003eorg.apache.xmlbeans\u003c/groupId\u003e\r\n\t\u003cartifactId\u003exmlbeans\u003c/artifactId\u003e\r\n\t\u003cversion\u003e2.6.0\u003c/version\u003e\r\n\u003c/dependency\u003e\r\n\u003cdependency\u003e\r\n\t\u003cgroupId\u003eorg.apache.xmlbeans\u003c/groupId\u003e\r\n\t\u003cartifactId\u003exmlbeans-xpath\u003c/artifactId\u003e\r\n\t\u003cversion\u003e2.6.0\u003c/version\u003e\r\n\u003c/dependency\u003e\r\n\u003cdependency\u003e\r\n\t\u003cgroupId\u003eorg.apache.xmlbeans\u003c/groupId\u003e\r\n\t\u003cartifactId\u003exmlbeans-xmlpublic\u003c/artifactId\u003e\r\n\t\u003cversion\u003e2.6.0\u003c/version\u003e\r\n\u003c/dependency\u003e\r\n```\r\n\r\n####Step 3 ：Install To Maven Repository\r\n\r\n\u003e mvn clean install\r\n\r\n####Step 4 ：Deploy To Nexus Maven Repository\r\n\r\n\u003e mvn deploy:deploy-file -DgroupId=com.eviware -DartifactId=soapui -Dversion=5.4.0 -Dpackaging=jar -Dfile=D:\\soapui-5.4.0.jar -Durl=${repositoryUrl} -DrepositoryId=${repositoryId}\r\n\r\ncom.eviware.soapui.impl.WsdlInterfaceFactory\r\ncom.eviware.soapui.impl.wsdl.support.wsdl.CachedWsdlLoader\r\ncom.eviware.soapui.impl.wsdl.support.wsdl.UrlWsdlLoader\r\ncom.eviware.soapui.impl.wsdl.support.wsdl.WsdlImporter\r\ncom.eviware.soapui.impl.wsdl.support.wsdl.WsdlUtils\r\ncom.eviware.soapui.impl.wsdl.support.soap.SoapUtils\r\n\r\ncom.eviware.soapui.support.xml.XmlUtils\r\ncom.eviware.soapui.support.JsonUtil\r\ncom.eviware.soapui.support.SecurityScanUtil\r\n\r\ncom.eviware.soapui.support.scripting.SoapUIScriptEngineRegistry\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiwepy%2Fsoapui-spring-boot-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiwepy%2Fsoapui-spring-boot-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiwepy%2Fsoapui-spring-boot-starter/lists"}