logout

Closes a stateful session. Credentials are required in subsequent SOAP messages.

SOAP Message

<logout xmlns="http://search.oracle.com/Admin" />

SOAP Faults

AdminAPIRuntimeFault

Example

This example closes a stateful session:

<logout xmlns="http://search.oracle.com/Admin" />

This is the service response for a successful operation:

<ns2:logoutResponse xmlns:ns2="http://search.oracle.com/Admin" />