Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

The Soap_Response_Login object is the response for the Login function.

This object Soap_Response_Login contains the following properties.:

Property name

Type

Description

token

string

Token of logged in user if the Login function was successful. The token is a 40-character random string that will remain active for 3 hours, and must be used in all other vendor API actions.

result_code

integer

Soap response status code, as described in Return SOAP API return codes.

result_string

string

Additional information or text sent in response.

...