Versions Compared

Key

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

...

Name

NO_ENTITY_BODY

Possible Values

none

Default Behavior

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

Scope

axis2

Description

This property should be removed set if a user want wants to generate a response from the ESB to a request without an entity body, for example, GET request.

Info

If using the PayloadFactory mediator, this property does not need to be manually set since it is done automatically by the mediator.

Example

Code Block
<property name="NO_ENTITY_BODY" action="remove" scope="axis2"/>

...