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