Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

NO_ENTITY_BODY

Possible Values

"true", "false"

Default Behavior

In case of GET requests, this property is set to true.

Scope

Axis2

Description

Set this property if you want to do the following:

  • check if an incoming request to the ESB mediation flow has an entity body or not
  • tcheck if an outgoing request/response generated from the ESB mediation flow has an entity body or not
Info

If using you use the PayloadFactory mediator, you need not manually set this property since the mediator automatically does it.

Example

Code Block
<property name="NO_ENTITY_BODY" value="true" scope="axis2" type="BOOLEAN"/>

...