RABO#39369 -- Logging op API toevoegen.

svn path=/Website/branches/v2016.3/; revision=32690
This commit is contained in:
Arthur Egberink
2017-02-03 13:11:53 +00:00
parent 1d7b8cbbb3
commit 36ec3a13e4
2 changed files with 7 additions and 9 deletions

View File

@@ -10,11 +10,6 @@
<facilitor>
<xsl:for-each select="meldingen">
<xsl:for-each select="melding">
<xsl:choose>
<xsl:when test="@type='response'">
<xsl:copy-of select="."/>
</xsl:when>
<xsl:otherwise>
<xsl:element name="melding">
<xsl:attribute name="key">
<xsl:value-of select="@key"/></xsl:attribute>
@@ -46,11 +41,14 @@ SLA datum: <xsl:value-of select="sla_datum"/>
Inventaris: <xsl:value-of select="inventaris"/>
</omschrijving>
</xsl:element>
</xsl:otherwise>
</xsl:choose>
</xsl:for-each>
</xsl:for-each>
</facilitor>
<xsl:for-each select="melding">
<xsl:if test="@type='response'">
<xsl:copy-of select="."/>
</xsl:if>
</xsl:for-each>
</facilitor>
</xsl:template>
</xsl:stylesheet>
<!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. --><!-- Stylesheet edited using Stylus Studio - (c) 2004-2007. Progress Software Corporation. All rights reserved. -->

View File

@@ -79,7 +79,7 @@ try {
fileStream.Position = 0;
//WScript.Echo("Request1: " + fileStream.ReadText);
XMLReq = fileStream.ReadText;
WScript.Echo("Request: " + XMLReq);
//WScript.Echo("Request: " + XMLReq);
var objXMLHTTP = new ActiveXObject("MSXML2.ServerXMLHTTP.6.0");
objXMLHTTP.open("POST",