Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: PmsXchange to pmsXchange

...

All messages exchanged with PmsXchange pmsXchange are soap messages. They include a SOAP Security header for authentication purposes and contain the SOAP Body contains the OTA message. The following example is a complete SOAP message (this one shows an OTA_ReadRQ message payload)

...

The Security Header structure conveys authentication information. It is mandatory and both the /wsse:UsernameToken/wsse:Username and /wsse:UsernameToken/wsse:Password elements are mandatory. The only acceptable value for the Password/@Type attribute is "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText", indicating a plain text password. Plain text password are acceptable as all communication is done over encrypted HTTP.

Each connecting PmsXchange pmsXchange partner will be allocated a USERNAME and PASSWORD for use with this header.

...