<?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:AddInfo>
     <IctAdditionalInfos/>
     <IctAttachments/>
     <IctHead>
      <IncidentGuid>
       <xsl:value-of select="INCIDENT_GUID"/>
      </IncidentGuid>
      <RequesterGuid>127A8E11AF731ED98AD8C83F7E592204</RequesterGuid>
      <ProviderGuid>
	  <xsl:value-of select="SYSTEM_GUID"/>
	  </ProviderGuid>
      <AgentId/>
      <ReporterId/>
      <ShortDescription/>
      <Priority>2</Priority>
      <Language>EN</Language>
      <RequestedBegin/>
      <RequestedEnd/>
     </IctHead>
     <IctPersons>
      <item>
       <PersonId>141</PersonId>
       <PersonIdExt>dummy</PersonIdExt>
       <Sex/>
       <FirstName>Andrzej</FirstName>
       <LastName>Halicki</LastName>
       <Telephone>
        <PhoneNo/>
        <PhoneNoExtension/>
       </Telephone>
       <MobilePhone/>
       <Fax>
        <FaxNo/>
        <FaxNoExtension/>
       </Fax>
       <Email>andrzej.halicki@int4.com</Email>
      </item>
     </IctPersons>
     <IctSapNotes/>
     <IctSolutions/>
     <IctStatements>
      <item>
       <TextType>SU99</TextType>
       <Texts>
       <item>Incident updated by IFTT</item>
       </Texts>
       <Timestamp>
        <xsl:value-of select="ICT_TIMESTAMP"/>
       </Timestamp>
       <PersonId>141</PersonId>
       <Language>EN</Language>
      </item>
     </IctStatements>
     <IctUrls>
     <xsl:for-each select="URLS/item">
      <item>
       <UrlGuid>
        <xsl:value-of select="URL_GUID"/>
       </UrlGuid>
       <Url>
        <xsl:value-of select="URL"/>
       </Url>
       <UrlName>
        <xsl:value-of select="URL_NAME"/>
       </UrlName>
       <UrlDescription/>
       <Timestamp>
        <xsl:value-of select="ICT_TIMESTAMP"/>
       </Timestamp>
       <PersonId>141</PersonId>
       <Language>EN</Language>
       <Delete/>
      </item>
      </xsl:for-each>
     </IctUrls>
    </urn:AddInfo>
   </soapenv:Body>
  </soapenv:Envelope>
       </xsl:template>
</xsl:stylesheet>