Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hiwepy/soapui-spring-boot-starter
- Owner: hiwepy
- License: apache-2.0
- Created: 2018-05-08T14:51:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-07T16:50:38.000Z (4 months ago)
- Last Synced: 2024-09-07T19:24:29.895Z (4 months ago)
- Topics: bootstrap, soapui, spring, wsdl
- Language: Java
- Size: 27 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.0org.apache.xmlbeans
xmlbeans-xpath
2.6.0org.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.SoapUtilscom.eviware.soapui.support.xml.XmlUtils
com.eviware.soapui.support.JsonUtil
com.eviware.soapui.support.SecurityScanUtilcom.eviware.soapui.support.scripting.SoapUIScriptEngineRegistry