2.2.2.10 CreateErrorMessageResponse

The CreateErrorMessageResponse message is a reply to CreateErrorMessageRequest, containing the created SAML error message. It is used by the following messages:

Message type

Action URI

Response

http://schemas.microsoft.com/ws/2009/12/identityserver/samlprotocol/ProcessRequestResponse

body: The SOAP body MUST contain a single msis:CreateErrorMessageResponse element with the following type:

  
   <complexType name="CreateErrorMessageResponseType">
     <complexContent>
       <extension base="msis:ResponseType">
         <sequence>
           <element name="Message" type="msis:SamlMessageType"/>
           <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
         </sequence>
       </extension>
     </complexContent>
   </complexType>

Message: A complex type representing a SAML Protocol message.