Files
Facilitor/APPL/API/api_algsoap.asp
Jos Groot Lipman b2393b2a65 FSN#33722 API1 ook basic authenticatie
svn path=/Website/trunk/; revision=26418
2015-09-21 14:04:28 +00:00

27 lines
653 B
Plaintext

<%@ language = "JavaScript" %>
<% /*
$Revision$
$Id$
File: api_algsoap.asp
Description: API voor ALG-soap berichten
Parameters: Een xml
Status:
Context:
Notes:
*/
DOCTYPE_Disable = 1;
THIS_FILE = "appl/api/api_algsoap.asp";
%>
<!-- #include file="../Shared/common.inc" -->
<!-- #include file="../Shared/xml_converter.inc" -->
<!-- #include file="../Shared/save2db.inc" -->
<!-- #include file="../api/api.inc" -->
<%
// We sturen het antwoord in UTF-8.
Session.Codepage = 65001;
Response.Charset = 'utf-8';
var API = new API_func();
%>