Viewing a Response if a Row Already Exists

This is one example of the error response. The messages vary depending on the type of error.

<?xml version="1.0" encoding="UTF-8" ?> 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
  <SOAP-ENV:Body> 
    <USER_PROFILE> 
      <Error-Warning> 
        <Message> 
          <Type>Error</Type> 
          <MessageSetNumber>91</MessageSetNumber> 
          <MessageNumber>49</MessageNumber> 
          <MessageText>Row already exists with the specified keys.   
             {USER_PROFILE} (91,49)</MessageText> 
          <ExplainText>A rows already exists in the database with the            ⇒
 specifiedkeys. 
             </ExplainText> 
        </Message> 
      </Error-Warning> 
      <Key_information> 
        <UserID>PTDMO10</UserID> 
      </Key_information> 
    </USER_PROFILE> 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope>