From 347c3e4664795b532cb9a3e77b970b6243293107 Mon Sep 17 00:00:00 2001 From: Brian Rosenberger Date: Tue, 5 Feb 2013 14:56:06 +0000 Subject: [PATCH] Arbeitsstand Anfang Februar git-svn-id: https://brutex.net/svn/xservices/trunk@117 e7e49efb-446e-492e-b9ec-fcafc1997a86 --- doc/BruteXServices_User_Guide.dbk | 105 ------------------------------ doc/BruteXServices_User_Guide.xml | 1 - doc/FileServices.xml | 3 - doc/StringServices.xml | 10 --- 4 files changed, 119 deletions(-) delete mode 100644 doc/StringServices.xml diff --git a/doc/BruteXServices_User_Guide.dbk b/doc/BruteXServices_User_Guide.dbk index b2dd524..17e2234 100644 --- a/doc/BruteXServices_User_Guide.dbk +++ b/doc/BruteXServices_User_Guide.dbk @@ -3789,72 +3789,6 @@ FileServices The FileServces bundles various file operations. Its WSDL is located at http://server:port/XServices/FileService?wsdl - -
- downloadFile - Downloads a file as base64 encoded. - Sample request: - - - - - - - FILE - c:\temp\test.docx - - - - -]]> - Sample response: - - - - - ADQBNA[... snipp ...]wAApzcAAAAA - test.docx - - - -]]> - -Encoding files as base64 is very memory consuming! -
-
- encodeFile - Encodes a file as base64. - Sample request: - - - - - - FILE - c:\temp\test.docx - - - - -]]> - Sample response: - - - - - ADQBNA[... snipp ...]wAApzcAAAAA - test.docx - - - -]]> - -DEPRECATED: Encoding files as base64 is very memory consuming! -
MailServices @@ -3944,45 +3878,6 @@ correctly.
- -
- StringServices - The StringService bundles various operations. Its WSDL is located at - http://server:port/XServices/StringService?wsdl - -
- replaceRegEx - Search and Replace using regular expression. - Sample request: - - - - - Hallo Welt - W.* - Brian - ig - - - -]]> - Sample response: - - - - - Hallo Brian - 1 - - - -]]> - -Allowed regexflags are case-insensitive (i) and global search (g). -
diff --git a/doc/BruteXServices_User_Guide.xml b/doc/BruteXServices_User_Guide.xml index 3e8e239..dc6c876 100644 --- a/doc/BruteXServices_User_Guide.xml +++ b/doc/BruteXServices_User_Guide.xml @@ -61,7 +61,6 @@ - diff --git a/doc/FileServices.xml b/doc/FileServices.xml index 5560de7..7f99c82 100644 --- a/doc/FileServices.xml +++ b/doc/FileServices.xml @@ -5,7 +5,4 @@ FileServices The FileServces bundles various file operations. Its WSDL is located at http://server:port/XServices/FileService?wsdl - - - \ No newline at end of file diff --git a/doc/StringServices.xml b/doc/StringServices.xml deleted file mode 100644 index 8d19427..0000000 --- a/doc/StringServices.xml +++ /dev/null @@ -1,10 +0,0 @@ - -
- StringServices - The StringService bundles various operations. Its WSDL is located at - http://server:port/XServices/StringService?wsdl - - -
\ No newline at end of file