# spring-boot-starter-soapui **Repository Path**: vindell/spring-boot-starter-soapui ## Basic Information - **Project Name**: spring-boot-starter-soapui - **Description**: spring-boot-starter-soapui - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #spring-boot-starter-soapui ### Requirements ------------ **[SoapUI](https://github.com/SmartBear/soapui) must be installed on your Maven Repository.** ### Maven Dependency ``` xml com.github.vindell spring-boot-starter-soapui ${project.version} ``` ### Usage ####Step 1 :Download soapui source > git clone https://github.com/SmartBear/soapui.git ####Step 2 :Modify soapui\soapui\pom.xml and replace XML Beans ```xml org.apache.xmlbeans xmlbeans 2.6.0 org.apache.xmlbeans xmlbeans-xpath 2.6.0 org.apache.xmlbeans xmlbeans-xmlpublic 2.6.0 ``` ####Step 3 :Install To Maven Repository > mvn clean install ####Step 4 :Deploy To Nexus Maven Repository > 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} com.eviware.soapui.impl.WsdlInterfaceFactory com.eviware.soapui.impl.wsdl.support.wsdl.CachedWsdlLoader com.eviware.soapui.impl.wsdl.support.wsdl.UrlWsdlLoader com.eviware.soapui.impl.wsdl.support.wsdl.WsdlImporter com.eviware.soapui.impl.wsdl.support.wsdl.WsdlUtils com.eviware.soapui.impl.wsdl.support.soap.SoapUtils com.eviware.soapui.support.xml.XmlUtils com.eviware.soapui.support.JsonUtil com.eviware.soapui.support.SecurityScanUtil com.eviware.soapui.support.scripting.SoapUIScriptEngineRegistry