Upload documents for notes in FAS

This commit is contained in:
Nikolaus Krondraf
2015-04-09 09:04:08 +02:00
parent 4cc1ff2915
commit 04021e36f6
12 changed files with 1091 additions and 468 deletions
+3 -1
View File
@@ -14,6 +14,7 @@
*/
//Singleton SOAP Client
var SOAPClient = {
AjaxAsync: true,
Proxy: "",
SOAPServer: "",
ContentType: "text/xml",
@@ -44,7 +45,8 @@ var SOAPClient = {
}
}
$.ajax({
type: "POST",
async: SOAPClient.AjaxAsync,
type: "POST",
url: SOAPClient.Proxy,
dataType: "xml",
processData: false,