Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hiwepy/soapui-spring-boot-starter

spring-boot-starter-soapui
https://github.com/hiwepy/soapui-spring-boot-starter

bootstrap soapui spring wsdl

Last synced: 6 days ago
JSON representation

spring-boot-starter-soapui

Awesome Lists containing this project

README

        

# soapui-spring-boot-starter

### Requirements
------------
**[SoapUI](https://github.com/SmartBear/soapui) must be installed on your Maven Repository.**

### Maven Dependency

``` xml

com.github.hiwepy
soapui-spring-boot-starter
${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