Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removing out of date property CONTENT_TYPE as we no longer support this

...

Name

DISABLE_CHUNKING

Possible Values

"true", "false"

Default Behavior

false

Scope

axis2

Description

Disables the HTTP chunking for outgoing messaging.

Example

Code Block
<property name="DISABLE_CHUNKING" value="true" scope="axis2"/>

Property:

...

Name

CONTENT_TYPE

Possible Values

string

Default Behavior

none

Scope

axis2

Description

In situations, where the ESB is receiving HTTP response messages without the Content-type header, this property can be used to specify a default content type to be used. If no such content type is specified for responses, the ESB will default to application/octet-stream.

Example

Code Block
<property name="CONTENT_TYPE" value="text/xml" scope="axis2"/>

Property: NO_ENTITY_BODY

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 if a user want to generate a response from the ESB to a request without an entity body, for example, GET request.

Example

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

...