soapui-spring-boot-starter

Requirements


SoapUI must be installed on your Maven Repository.

Maven Dependency

<dependency>
    <groupId>com.github.hiwepy</groupId>
    <artifactId>soapui-spring-boot-starter</artifactId>
    <version>${project.version}</version>
</dependency>

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

<!-- https://mvnrepository.com/artifact/org.apache.xmlbeans/xmlbeans -->
<dependency>
    <groupId>org.apache.xmlbeans</groupId>
    <artifactId>xmlbeans</artifactId>
    <version>2.6.0</version>
</dependency>
<dependency>
    <groupId>org.apache.xmlbeans</groupId>
    <artifactId>xmlbeans-xpath</artifactId>
    <version>2.6.0</version>
</dependency>
<dependency>
    <groupId>org.apache.xmlbeans</groupId>
    <artifactId>xmlbeans-xmlpublic</artifactId>
    <version>2.6.0</version>
</dependency>

####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

作者:Jeebiz  创建时间:2023-03-21 00:28
最后编辑:Jeebiz  更新时间:2024-10-04 23:38