Syntax
rest2Soap-mapping:
regex: <string> # required
requestXSLT: <string> # required
responseXSLT: <string> # required
soapAction: <string> # required
soapURI: <string> # requiredrest2Soap-mapping: regex: <string> # required requestXSLT: <string> # required responseXSLT: <string> # required soapAction: <string> # required soapURI: <string> # required
Attributes
| Name | Required | Default | Description | Examples |
|---|---|---|---|---|
| regex | true | - | Java Regular expression | /bank/.* |
| requestXSLT | true | - | Transformation that will be applied to the request. | blz-request.xsl |
| responseXSLT | true | - | Transformation that will be applied to the response. | shop-request.xsl |
| soapAction | true | - | Value of the soapAction header field. | - |
| soapURI | true | - | Endpoint address of the SOAP service. | /axis2/$1 |