Versions Compared

Key

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

...

Name

HTTP_SC

Possible Values

HTTP status code number

Default Behavior

none

Scope

axis2

Description

Set the HTTP status code.

Example

Code Block
<property name="HTTP_SC" value="500" scope="axis2"/>

HTTP_SC_DESC

Name

HTTP_SC_DESC

Possible Values

none
HTTP response's Reason- Phrase that is sent by the backend. For example, if the backend sends the response's status as HTTP/1.1 200 OK, then the value of HTTP_SC_DESC is OK.

Default Behavior

none

Scope

axis2

Description

Set the HTTP status message (Reason-Phrase).

Example

Code Block
<property name="HTTP_SC_DESC" value="Your description here" scope="axis2"/>

FAULTS_AS_HTTP_200

Name

FAULTS_AS_HTTP_200

Possible Values

"true", "false"

Default Behavior

false

Scope

axis2

Description

When WSO2 EI receives a soap fault as a HTTP 500 message, WSO2 EI will forward this fault to client with status code 200.

Example

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

...