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 |