https://github.com/pactflow/example-consumer-java-soap
Example java XML/SOAP consumer
https://github.com/pactflow/example-consumer-java-soap
example
Last synced: 10 months ago
JSON representation
Example java XML/SOAP consumer
- Host: GitHub
- URL: https://github.com/pactflow/example-consumer-java-soap
- Owner: pactflow
- License: mit
- Created: 2020-08-05T11:44:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T05:10:44.000Z (10 months ago)
- Last Synced: 2025-04-13T07:47:42.523Z (10 months ago)
- Topics: example
- Language: Java
- Size: 318 KB
- Stars: 1
- Watchers: 10
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example Java XML Consumer

[](https://testdemo.pactflow.io/overview/provider/pactflow-example-consumer-java-soap/consumer/pactflow-example-consumer-js-soap)
 (latest pact)
 (master/master pact)
This is an example of a Java SOAP consumer that uses Pact, [PactFlow](https://pactflow.io) and GitHub Actions to ensure that it is compatible with the expectations its consumers have of it.
The project uses a Makefile to simulate a very simple build pipeline with two stages - test and deploy.
See the canonical consumer example here: https://github.com/pactflow/example-consumer
See also the full [PactFlow CI/CD Workshop](https://docs.pactflow.io/docs/workshops/ci-cd) for which this can be substituted in as the "consumer".
## Pre-requisites
**Software**:
https://docs.pactflow.io/docs/workshops/ci-cd/set-up-ci/prerequisites/
## Usage
```sh
make test
```