mapping

Version

Syntax

rest2Soap-mapping:
regex: <string> # required
requestXSLT: <string> # required
responseXSLT: <string> # required
soapAction: <string> # required
soapURI: <string> # required
rest2Soap-mapping:
  regex: <string> # required
  requestXSLT: <string> # required
  responseXSLT: <string> # required
  soapAction: <string> # required
  soapURI: <string> # required

Attributes

NameRequiredDefaultDescriptionExamples
regextrue-Java Regular expression/bank/.*
requestXSLTtrue-Transformation that will be applied to the request.blz-request.xsl
responseXSLTtrue-Transformation that will be applied to the response.shop-request.xsl
soapActiontrue-Value of the soapAction header field.-
soapURItrue-Endpoint address of the SOAP service./axis2/$1

Can be used in