Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 918 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 918 Bytes

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>