How To Use
Play SOAP Plugin is a plugin module to JAXB that converts WSDLs into SOAP client interfaces for work with asynchronous requests.
Start by adding the dependency play-soap-plugin
to the project and set required WSDL options:
Option | Accepted values | Required | Interpretation |
---|---|---|---|
-fe |
play |
true |
Specifies the frontend to enable |
-xjc-Xplay:lang |
scala, java |
true |
Generate the future type to wrap an original type.
|
-xjc-Xplay:target |
play |
false |
Generates SOAP client classes for the specified framework.
|
Additional documentation on WSDL2JAVA options can be found here.