<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
<xsl:template match="/">
<tns:FormResponse xmlns:tns="urn://rostelekom.ru/NeedOfSocialServices/1.0.1">
<tns:changeOrderInfo>
<tns:orderId>
<tns:pguId>764208378</tns:pguId>
</tns:orderId>
<tns:statusCode>
<tns:techCode>3</tns:techCode>
</tns:statusCode>
<tns:comment>Услуга оказана</tns:comment>
</tns:changeOrderInfo>
</tns:FormResponse>
</xsl:template>
</xsl:stylesheet>
|