    <?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="/">
    <soapenv:Envelope>
    <soapenv:Header/>
        <soapenv:Body>
            <urn:RequestGuid/>
        </soapenv:Body>
    </soapenv:Envelope>
    </xsl:template>
    </xsl:stylesheet>