Skip to content

pbilstein/soap-mocks-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soap-mocks-lib

Build Status

A jar that can be put into a war to easily create an application for SOAP service mocking and proxying with following features:

  • Static file mocking configuration via properties, no code needed
    • Simple default response xml
    • Conditional response xml based on request contains
  • Use @WebService annotated JaxWS services and implement mocks via powerful soapmocks.api
    • Identify fitting response by simple RequestIdentifier API
    • Supports automatic response recording via Proxy API
<!-- https://mvnrepository.com/artifact/com.github.pbilstein.infrastructure-mocks/soap-mocks-lib -->
<dependency>
    <groupId>com.github.pbilstein.infrastructure-mocks</groupId>
    <artifactId>soap-mocks-lib</artifactId>
    <version>0.17</version>
</dependency>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages