diff --git a/doc/BruteXServices_User_Guide.dbk b/doc/BruteXServices_User_Guide.dbk index e6db149..0e479c6 100644 --- a/doc/BruteXServices_User_Guide.dbk +++ b/doc/BruteXServices_User_Guide.dbk @@ -640,7 +640,72 @@ MiscServices The MiscService bundles various operations. Its WSDL is located at http://server:port/XServices/MiscService?wsdl - +
+ generateUUID + Generates a UUID that represents a 128-bit value. This operation does not require any + input parameters. The output has the format: + + 0xFFFFFFFF00000000 time_low + 0x00000000FFFF0000 time_mid + 0x000000000000F000 version + 0x0000000000000FFF time_hi + + + The least significant long consists of the following unsigned fields: + + 0xC000000000000000 variant + 0x3FFF000000000000 clock_seq + 0x0000FFFFFFFFFFFF node + + Sample response: + + + + ]]>33b9e5c8-9102-423b-88af-bbee479ebea8 + + + +]]> + +
+
+ getHostinfo + Collect information about a host address. + Sample request: + + + + + ]]>google.com + + + +]]> + Sample response: + + + + + ]]>1e100.net + ]]>173.194.66.105 + ]]>:: + ]]>we-in-f105 + + + + +]]> + +
diff --git a/doc/BruteXServices_User_Guide.xml b/doc/BruteXServices_User_Guide.xml index 949245b..ba8288c 100644 --- a/doc/BruteXServices_User_Guide.xml +++ b/doc/BruteXServices_User_Guide.xml @@ -21,7 +21,7 @@ The copyright holders make no representation about the suitability of this document for any purpose. It is provided - as is + as is without expressed or implied warranty. @@ -34,7 +34,7 @@ Getting started - This chapter describes the installation. + This chapter describes the installation process. diff --git a/doc/MiscServices.xml b/doc/MiscServices.xml index ef92133..b48a2c1 100644 --- a/doc/MiscServices.xml +++ b/doc/MiscServices.xml @@ -5,5 +5,6 @@ MiscServices The MiscService bundles various operations. Its WSDL is located at http://server:port/XServices/MiscService?wsdl - + + \ No newline at end of file diff --git a/doc/MiscServices/generateUUID.xml b/doc/MiscServices/generateUUID.xml new file mode 100644 index 0000000..5a866fa --- /dev/null +++ b/doc/MiscServices/generateUUID.xml @@ -0,0 +1,37 @@ + + +%myent; +]> +
+ generateUUID + Generates a UUID that represents a 128-bit value. This operation does not require any + input parameters. The output has the format: + + 0xFFFFFFFF00000000 time_low + 0x00000000FFFF0000 time_mid + 0x000000000000F000 version + 0x0000000000000FFF time_hi + + + The least significant long consists of the following unsigned fields: + + 0xC000000000000000 variant + 0x3FFF000000000000 clock_seq + 0x0000FFFFFFFFFFFF node + + Sample response: + + + + ]]>33b9e5c8-9102-423b-88af-bbee479ebea8 + + + +]]> + +
\ No newline at end of file diff --git a/doc/MiscServices/getHostinfo.xml b/doc/MiscServices/getHostinfo.xml new file mode 100644 index 0000000..3076e61 --- /dev/null +++ b/doc/MiscServices/getHostinfo.xml @@ -0,0 +1,41 @@ + + +%myent; +]> +
+ getHostinfo + Collect information about a host address. + Sample request: + + + + + ]]>google.com + + + +]]> + Sample response: + + + + + ]]>1e100.net + ]]>173.194.66.105 + ]]>:: + ]]>we-in-f105 + + + + +]]> + +
\ No newline at end of file