Versions Compared

Key

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

...

The API reads the Qdb variable from the header only if the server needs this information. Otherwise, server ignores client's header.:

Mermaid
sequenceDiagram
    Client->>Catalog API: SOAP request [Qdb header variable contains the name db]
	Catalog API->>Scheduler DB: request/command to execute
	Scheduler DB->>Scheduler DB: execute request/command
	Scheduler DB-->>Client: send feedback