<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0"xmlns:xsl="http://www.w3.org/1999/XSL/Transform"xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"xmlns:urn="urn:sap-com:document:sap:soap:functions:mc-style">
 <xsl:strip-space elements="*"/>
 <xsl:template match="REQUEST">
  <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:sap-com:document:sap:soap:functions:mc-style">
   <soapenv:Header/>
   <soapenv:Body>
    <urn:ReadCompleteIncident>
     <IncidentGuid>
      <xsl:value-of select="GUID"/>
     </IncidentGuid>
     <SystemGuid>127A8E11AF731ED98AD8C83F7E592204</SystemGuid>
    </urn:ReadCompleteIncident>
   </soapenv:Body>
  </soapenv:Envelope>
 </xsl:template>
</xsl:stylesheet>