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