The wsdlPublisher serves WSDL files (and attached XML Schema Documents), if your backend service does not already do so.
api:
port: 2000
path:
uri: /material/*
flow:
- wsdlPublisher:
wsdl: /WEB-INF/wsdl/ArticleService.wsdl
- validator:
wsdl: /WEB-INF/wsdl/ArticleService.wsdl
target:
url: https://api.predic8.de
api:
port: 2000
path:
uri: /material/*
flow:
- wsdlPublisher:
wsdl: /WEB-INF/wsdl/ArticleService.wsdl
- validator:
wsdl: /WEB-INF/wsdl/ArticleService.wsdl
target:
url: https://api.predic8.de
Can be used in
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| wsdl | false | - | The WSDL (URL or file). | /WEB-INF/wsdl/ArticleService.wsdl |