FSN#35623 Putorders webservice laten aanroepen
svn path=/Website/trunk/; revision=28382
This commit is contained in:
34
APPL/API/api_flex.asp
Normal file
34
APPL/API/api_flex.asp
Normal file
@@ -0,0 +1,34 @@
|
||||
<%@ language = "JavaScript" %>
|
||||
<% /*
|
||||
$Revision$
|
||||
$Id$
|
||||
|
||||
File: api_flex.asp
|
||||
Description: API voor opvangen van flexfiles
|
||||
|
||||
Parameters: Een xml
|
||||
Status:
|
||||
Context: (alleen) door Putorders
|
||||
Notes:
|
||||
*/
|
||||
JSON_Result = true;
|
||||
THIS_FILE = "appl/api/api_flex.asp";
|
||||
%>
|
||||
<!-- #include file="../Shared/common.inc" -->
|
||||
<!-- #include file="../Shared/json2.js" -->
|
||||
<!-- #include file="../Shared/flexfiles.inc" -->
|
||||
<!-- #include file="../Shared/upload.inc" -->
|
||||
<!-- #include file="../api/api.inc" -->
|
||||
<%
|
||||
|
||||
var API = new API_func();
|
||||
|
||||
var flexcode = getQParam("flexcode");
|
||||
|
||||
var props = flexProps2(flexcode);
|
||||
|
||||
__DoLog(props);
|
||||
|
||||
Response.Write(JSON.stringify(props));
|
||||
Response.End;
|
||||
%>
|
||||
Reference in New Issue
Block a user