6. Web Services with SOAP and WSDL

wsdlPublisher

Version

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

NameRequiredDefaultDescriptionExamples
wsdlfalse-The WSDL (URL or file)./WEB-INF/wsdl/ArticleService.wsdl