Versions Compared

Key

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

Given below is a list of HTTP transport-specific properties.

Table of Contents
maxLevel4
minLevel4
typeflat

HTTP transport properties allow you to configure how the HTTP transport processes messages, such as forcing a 202 HTTP response to the client so that it stops waiting for a response, setting the HTTP status code, and appending a context to the target URL in RESTful invocations.

POST_TO_URI

Name

POST_TO_URI

Possible Values

"true", "false"

Default Behavior

false

Scope

axis2

Description

This property makes the outgoing URL of the ESB a complete URL. This is important when we talk through a Proxy Server.

Example

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

...