2. Enterprise Integration Patterns

soapBody

Version

Renders a SOAP body for legacy integration

Syntax

soapBody:
charset: <string>
contentType: <string>
location: <string>
pretty: <boolean>
src: <string>
version: <string>
soapBody:
  charset: <string>
  contentType: <string>
  location: <string>
  pretty: <boolean>
  src: <string>
  version: <string>

Attributes

NameRequiredDefaultDescriptionExamples
charsetfalseUTF-8Encoding of the template text.UTF-16, iso-8859-1
contentTypefalsetext/plainContent-Type of the generated body content.application/json
locationfalseN/AA file or URL location where the content that should be set as body could be foundconf/body.txt
prettyfalsefalseFormat the content of the template. Depending on the contentType the a formatter for JSON, XML or plain text is used.true
srcfalse---
versionfalse---

Can be used in