From ff7e682cf27c12a492122eb8150bcf0688ec19da Mon Sep 17 00:00:00 2001 From: Brian Rosenberger Date: Sun, 3 Jun 2012 11:25:47 +0000 Subject: [PATCH] Added documentation for StringServices git-svn-id: https://brutex.net/svn/xservices/trunk@88 e7e49efb-446e-492e-b9ec-fcafc1997a86 --- doc/BruteXServices_User_Guide.xml | 1 + doc/StringServices.xml | 10 + doc/StringServices/replaceRegEx.xml | 39 +++ test/JobServices-soapui-project.xml | 470 +++++++++++++------------- test/MiscService-soapui-project.xml | 414 +++++++++++------------ test/StringService-soapui-project.xml | 93 +++++ 6 files changed, 585 insertions(+), 442 deletions(-) create mode 100644 doc/StringServices.xml create mode 100644 doc/StringServices/replaceRegEx.xml create mode 100644 test/StringService-soapui-project.xml diff --git a/doc/BruteXServices_User_Guide.xml b/doc/BruteXServices_User_Guide.xml index dc6c876..3e8e239 100644 --- a/doc/BruteXServices_User_Guide.xml +++ b/doc/BruteXServices_User_Guide.xml @@ -61,6 +61,7 @@ + diff --git a/doc/StringServices.xml b/doc/StringServices.xml new file mode 100644 index 0000000..8d19427 --- /dev/null +++ b/doc/StringServices.xml @@ -0,0 +1,10 @@ + +
+ StringServices + The StringService bundles various operations. Its WSDL is located at + http://server:port/XServices/StringService?wsdl + + +
\ No newline at end of file diff --git a/doc/StringServices/replaceRegEx.xml b/doc/StringServices/replaceRegEx.xml new file mode 100644 index 0000000..c0df399 --- /dev/null +++ b/doc/StringServices/replaceRegEx.xml @@ -0,0 +1,39 @@ + + +%myent; +]> +
+ 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). +
\ No newline at end of file diff --git a/test/JobServices-soapui-project.xml b/test/JobServices-soapui-project.xml index 22e62ae..82fcb95 100644 --- a/test/JobServices-soapui-project.xml +++ b/test/JobServices-soapui-project.xml @@ -1,234 +1,234 @@ -http://localhost:8080/XServices/JobServices?wsdl - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Get list of scheduled jobs - - - - - - Get a job by id - - - - - - Get scheduler statistics - - - - - - Delete a scheduled job. - - - - - - Schedule a job - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +http://localhost:8080/XServices/JobServices?wsdl + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Get list of scheduled jobs + + + + + + Get a job by id + + + + + + Get scheduler statistics + + + + + + Delete a scheduled job. + + + + + + Schedule a job + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ]]>http://schemas.xmlsoap.org/wsdl/http://localhost:8080/XServices/JobServices<xml-fragment/>UTF-8http://localhost:8080/XServices/JobServices @@ -282,9 +282,9 @@ java.lang.System.out.println("hm") 6b3da1f0-ff1c-4422-b2ce-17a6d1c2a990 -]]><xml-fragment/>UTF-8http://localhost:8080/XServices/JobServices - - - - +]]><xml-fragment/>UTF-8http://localhost:8080/XServices/JobServices + + + + ]]> \ No newline at end of file diff --git a/test/MiscService-soapui-project.xml b/test/MiscService-soapui-project.xml index 4185cfd..afbebb6 100644 --- a/test/MiscService-soapui-project.xml +++ b/test/MiscService-soapui-project.xml @@ -1,211 +1,211 @@ -http://localhost:8080/XServices/MiscService?WSDL - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Various service operations. - - Get information about a host. - - - - - Get memory and processor information - - - - - Delay request response a specified duration. - - - - - Generate a UUID. - - - - - Get XService information. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +http://localhost:8080/XServices/MiscService?WSDL + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Various service operations. + + Get information about a host. + + + + + Get memory and processor information + + + + + Delay request response a specified duration. + + + + + Generate a UUID. + + + + + Get XService information. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ]]>http://schemas.xmlsoap.org/wsdl/http://localhost:8080/XServices/MiscService<xml-fragment/>UTF-8http://localhost:8080/XServices/MiscService -]]><xml-fragment/>UTF-8http://localhost:8080/XServices/MiscService - - - - +]]><xml-fragment/>UTF-8http://localhost:8080/XServices/MiscService + + + + ]]>SEQUENTIAL<xml-fragment/>http://localhost:8080/XServices/MiscService?WSDL200MiscServiceSoapBindinggetHostinfo<xml-fragment/>UTF-8http://localhost:8080/XServices/MiscService @@ -272,9 +272,9 @@ 32 -]]>MiscServiceSoapBindinggetMemory<xml-fragment/>UTF-8http://localhost:8080/XServices/MiscService - - - - +]]>MiscServiceSoapBindinggetMemory<xml-fragment/>UTF-8http://localhost:8080/XServices/MiscService + + + + ]]> \ No newline at end of file diff --git a/test/StringService-soapui-project.xml b/test/StringService-soapui-project.xml new file mode 100644 index 0000000..282cea7 --- /dev/null +++ b/test/StringService-soapui-project.xml @@ -0,0 +1,93 @@ + +http://localhost:8080/XServices/StringService?wsdl + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Store text based data + + + + + + + + + + + + + + + + + + + + + + + + + +]]>http://schemas.xmlsoap.org/wsdl/http://localhost:8080/XServices/StringService<xml-fragment/>UTF-8http://localhost:8080/XServices/StringService + + + + + Hallo Welt und ups +da war grad der + + +Zeilenumbruch + + ^H + + + + ig + + +]]> \ No newline at end of file