Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 7

...

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

should be set if a user wants to generate a response from theĀ ESB profile to a request without an entity body, for example, GET request.

Name

NO_ENTITY_BODY

Possible Values

"true", "false"none

Default Behavior

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

Scope

Axis2axis2

Description

Set this 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
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" valueaction="trueremove" scope="axis2" type="BOOLEAN"/>

FORCE_HTTP_1.0

Name

FORCE_HTTP_1.0

Possible Values

"true", "false"

Default Behavior

false

Scope

axis2

Description

Force HTTP 1.0 for outgoing HTTP messages.

Example

Code Block
<property name="FORCE_HTTP_1.0" value="true" scope="axis2"/>

...