Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

gsoap-doc-2.8.102-bp153.1.18 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: gsoap-doc Distribution: SUSE Linux Enterprise 15 SP3
Version: 2.8.102 Vendor: openSUSE
Release: bp153.1.18 Build date: Fri Feb 26 05:17:26 2021
Group: Documentation/HTML Build host: cloud107
Size: 41829712 Source RPM: gsoap-2.8.102-bp153.1.18.src.rpm
Packager: https://bugs.opensuse.org
Url: http://www.genivia.com/dev.html
Summary: Runtime and development documentation for gsoap
This subpackage contains the documentation for the gSOAP toolkit.

Provides

Requires

License

SUSE-GPL-2.0+-with-openssl-exception

Changelog

* Fri May 15 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.102
    * Improved HTTP digest authentication plugin to cover
      additional HTTP methods.
* Thu Apr 09 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.101
    * Fix read beyond end-of-buffer in soap_accept
    * Other unspecified improvements
  - Drop gs99-overrun.diff
* Wed Apr 08 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.100
    * Improved proxy connectivity on the client side to handle bearer
      authentication.
    * Improved soapcpp2 handling of the `#module` directive.
    * Fixed an MTOM flag clearing issue hampering MTOM usability.
  - Add gs99-overrun.diff
* Wed Mar 18 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.99
    * Improved performance of the soapcpp2 tool.
    * Improved proxy connectivity on the client side with
      `soap::proxy_host`, `soap::proxy_port`, and NTLM, to maintain
      HTTP headers, e.g. `soap::http_content` and
      `soap::http_extra_header`.
    * Fixed a bug in HTTP cookie handling when the optional
      `-DWITH_COOKIES` flag is used. Note that cookie support is
      disabled by default or has no effect when deploying robust
      services with the gSOAP Apache modules and ISAPI extensions
      that handle cookies differently.
* Sun Feb 23 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.98
    * Updated the WS-Security and WS-Trust APIs that use SAML with
      higher precision timestamps in microseconds, using the
      `custom/struct_timeval.h` serializer for `xsd__dateTime`. The
      WS-Security and WS-Trust updates require compiling and
      linking with `custom/struct_timeval.c`.
    * Fixed an issue with soapcpp2 code generation of `wchar_t*`
      serializers when combined with a custom serializer with base
      type `wchar_t*`, i.e. when `extern typedef wchar_t* name` is
      declared.
    * Fixed an issue with soapcpp2 code generation when an element
      tag names starts with an underscore and the element is
      namespace qualified.
* Sun Jan 12 2020 Jan Engelhardt <jengelh@inai.de>
  - Temporarily work around -fno-common build failure [boo#1160267].
* Wed Jan 08 2020 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.97
    * Fixed wsdl2h processing of schemas with a cyclic schema
      `<xs:include>` that may cause wsdl2h to hang when schemas
      have no `targetNamespace` attribute.
    * Improved wsdl2h code generation of unqualified types and
      names defined in imported schemas (with `<xs:import>`) when
      these schemas have no `targetNamespace`. Use wsdl2h option
      `-z10` or lesser to revert to the code generation behavior of
      versions prior to 2.8.97.
* Thu Dec 12 2019 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.96
    * Improved `soap_check_mime_attachments()` and
      `soap_recv_mime_attachment()` functions and documentation,
      ensure proper close when MIME/MTOM errors occur.
* Tue Nov 19 2019 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.95
    * Upgraded smdevp.c to replace deprecated OpenSSL API function.
    * Updated WS-Security WSSE plugin, documentation, and demo.
    * Improved soapcpp2 execution speed to generate WSDL and
      XSD files.
* Fri Oct 18 2019 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.94
    * Fixed a wsdl2h issue that caused it to omit names for local
      simpleType restrictions in the generated `enum` types of
      struct/class members; improved soapcpp2 to avoid `enum`
      symbol numbering clashes in the generated source code.
    * Removed unnecessary namespace prefixes from some class/struct
      members in the source code generated by wsdl2h in a specific
      case, to prevent XML validation issues.
    * Added wsdl2h option `-z9` for backward compatibility of
      2.8.94 and greater to versions 2.8.93 and lesser, which
      reverts the namespace change.
* Thu Sep 26 2019 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.93
    * Fixed a wsdl2h schema import/include issue when a `./` occurs
      in schemaLocation` and schema import/include dependencies are
      cyclic, causing wsdl2h to not be able to locate and read
      schema files.
    * Removed empty substitutionGroup and duplicate
      substitutionGroup elements in wsdl2h-generated
      `SUBSTITUTIONS` sections.
* Tue Sep 17 2019 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.8.92
    * Fixed soapcpp2-generated call to `soap_DELETE` for REST
      DELETE operations.
* Thu Aug 15 2019 Jan Engelhardt <jengelh@inai.de>
  - Update to new upstream release 2.8.91
    * Correction to fix soapcpp2 2.8.90 `-z#` flag enforcement
      problem.
  - Removed revert-z.diff (solved upstream)
* Wed Aug 14 2019 Jan Engelhardt <jengelh@inai.de>
  - Update to new upstream release 2.8.90
    * Internal changes related to gsoap's own build only.
  - Add revert-z.diff to counter a regression in handling the
    soapcpp2 "-z" option introduced in 2.8.89.
* Sun Aug 11 2019 Jan Engelhardt <jengelh@inai.de>
  - Update to new upstream release 2.8.89
    * Added wsdl2h option `-X` to do not qualify part names in
      order to disambiguate document/literal wrapped patterns (as
      the other choice to disambiguate instead of the default
      qualification with schema namespaces).
    * Added wsdl2h option `-z8` for backward compatibility with
      2.8.74 and earlier: don't qualify part names to disambiguate
      doc/lit wrapped patterns and revert to the old wrapper
      class/struct naming used for `xs:anyType` inheritance.
* Wed Jun 26 2019 Jan Engelhardt <jengelh@inai.de>
  - Update to new upstream release 2.8.87
    * Added `soap::connect_retry` to specify a number of retries at
      the client side when connecting to a server fails, with
      exponential backoff of 2^n seconds between retries.
      Zero by default, meaning no retries.
    * Added `soap::client_addr_ipv6` to optionally specify a IPv6 or
      host address to bind to at the client side, when the
      destination is a IPv6 server. Otherwise uses
      `soap::client_addr` to bind.
* Wed Jun 26 2019 Jan Engelhardt <jengelh@inai.de>
  - Update to new upstream release 2.8.86
    * Added `soap::client_addr` string to specify a IPv4 or IPv6 or
      a host address to bind to before connecting. This can be used
      at the client side to bind to an address before connecting to
      a server endpoint, similar to `soap::client_port`.
    * Fixed wsdl2h compilation issue with C++17.
    * Fixed a problem with the `SOAP_SSL_DEFAULT` settings
      parameter used with `soap_ssl_client_context` and
      `soap_ssl_server_context` that may lead to a weaker setting
      than specified.
* Thu May 16 2019 Jan Engelhardt <jengelh@inai.de>
  - Update to new upstream release 2.8.84
    * Unspecific minor fixes.
* Tue Apr 23 2019 Jan Engelhardt <jengelh@inai.de>
  - Update to new upstream release 2.8.83
    * Added wsdl2h optimization options `-Ow2`, `-Ow3`, and `-Ow4`
      to optimize the generated source code by schema slicing,
      while retaining all derived extensions of base types.
    * Added wsdl2h option `-Q` to make `xsd__anySimpleType` equal
      to `xsd__anyType` to use as the base type for derived types,
      so that elements of type `xsd:anySimpleType` can be
      serialized with a derived type, using inheritance in C++ and
      by using simulated inheritance in C using wsdl2h option `-F`.
    * Updated wsdl2h options `-p` and `-F` to generate additional
      wrappers for primitive types that aren't XSD primitive types,
      such as `SOAP-ENC:base64`.
    * Improved wsdl2h output for the infrequently-used
      `SOAP-ENC:Array` type.
    * Fixed an issue with soapcpp2 option `-A` that resulted in
      error 13 `SOAP_NO_METHOD`.
* Fri Mar 15 2019 Jan Engelhardt <jengelh@inai.de>
  - Update to new upstream release 2.8.82
    * Minor fixes and improvements not specified further in detail.
* Thu Mar 07 2019 Jan Engelhardt <jengelh@inai.de>
  - Update to new upstream release 2.8.81
    * Added the ability to specify `nullptr` web service operation
      arguments, similar to `nullptr` struct and class members.
      This enables `xs:nillable="true"` elements corresponding to
      web service operation arguments.
    * Updated wsdl2h `import schemaLocation` logic to handle
      relative paths.
    * Updated DOM API for embedded serializable data types:
      `SOAP_DOM_ASIS` removes XML namespace bindings (`xmlns`) from
      the XML output of the embedded data type, which are normally
      added to ensure namespace prefixes are always valid.
      `SOAP_DOM_ASIS` requires the DOM to specify the namespace
      bindings explicitly.
* Thu Feb 21 2019 Jan Engelhardt <jengelh@inai.de>
  - Update to new upstream release 2.8.80
    * Updated to remove GCC 8.2 warnings.
    * Improved wsdl2h handling of relative file paths.
* Tue Feb 12 2019 Jan Engelhardt <jengelh@inai.de>
  - Remove gsconfig.patch (this patch is broken)
* Mon Feb 11 2019 Jan Engelhardt <jengelh@inai.de>
  - Update to new upstream release 2.8.79
    * Fixed a bug in wsdl2h option `-c` for C source code output,
      resulting in a missing `*` pointer for `_XML __any` member
      declaration when declared after the `$ int __size` array size
      member. The bug may lead to validation errors in extensible
      types when extra elements are present in the XML payload
      received. The fix produces the correct `_XML *__any` member
      declaration.
* Fri Feb 01 2019 Jan Engelhardt <jengelh@inai.de>
  - Update to new upstream release 2.8.78
    * wsdl2h: WSDL and schema imports of files on relative paths:
      file name without path or file name with path stating with
      ../ are considered relative locations with respect to the
      current WSDL and schema that is importing, otherwise imported
      files are considered relative to the directory in which
      wsdl2h is run (the `-I` option can be used to change that
      location).
    * wsdl2h: to display warnings for invalid complexType and
      simpleType extensions/restrictions but generates valid code
      in such cases by inference, the update also fixes a valid
      extension case.
    * Fixed compilation error for soapcpp2 options `-i` and `-j`
      caused by special case with empty input arguments to service
      operations.
    * Added jsoncpp new option `-k`.
* Sat Jan 19 2019 Jan Engelhardt <jengelh@inai.de>
  - Update to new upstream release 2.8.75
    * Added wsdl2h option `-F` to add transient pointer members to
      structs to simulate type derivation with structs in C.
    * Added wsdl2h option `-L` to generate less documentation in
      interface header files.
    * Added `WITH_NOEMPTYNAMESPACES` compile-time flag to disable
      `xmlns=""`, this is intended for backward compatibility with
      old XML parsers and old gSOAP versions that do not support
      `xmlns=""` empty default namespaces.
    * Updated wsdl2h option `-D` to make attributes with fixed
      values pointer members in structs and classes, not just
      attributes with default values.
    * Updated wsdl2h option `-f` to flatten C++ class hierarchy by
      removing inheritance. This option removes support for type
      derivation with `xsi:type` in XML.
    * Updated soapcpp2 to split up the `soap_call_ns__webmethod`
      functions into new `soap_send_ns__webmethod` and
      `soap_recv_ns__webmethod` functions called by
      `soap_call_ns__webmethod`. The new functions can be used for
      asynchronous messaging.
    * Updated soapcpp2 option `-j` to call `destroy()` in
      destructor to deallocate managed heap data.
    * Updated call to OpenSSL `ERR_remove_state` (deprecated) by
      `ERR_remove_thread_state`.
    * Fixed a bug in HTTP cookie handling by the engine. HTTP
      cookies are disabled by default, but enabled with the
      `-DWITH_COOKIES` compile-time flag or when using the C/C++
      `libgsoapck`/`libgsoapck++` and `libgsoapssl`/`libgsoapssl++`
      libraries.
* Wed Dec 19 2018 Jan Engelhardt <jengelh@inai.de>
  - Update to new upstream release 2.8.74
    * Fixed an issue with MIME/MTOM attachment sending when the
      HTTP-digest plugin is used or when compression is enabled,
      returning incorrect `SOAP_EOM` error (i.e. not caused by
      out-of-memory). The problem had been introduced in 2.8.70.
* Thu Dec 06 2018 Jan Engelhardt <jengelh@inai.de>
  - Update to new upstream release 2.8.73
    * Improved `soap_ssl_accept()` timeout settings to improve the
      performance of gSOAP stand-alone HTTPS servers.
    * Renamed `soap_get_http_body()` to `soap_http_get_body()` to
      avoid name clashes with soapcpp2-generated `soap_get_T`
      functions.
    * Renamed `soap_get_form()` to `soap_http_get_form()` to avoid
      name clashes with soapcpp2-generated `soap_get_T` functions.
    * Renamed `soap_get_mime_attachment()` to
      `soap_recv_mime_attachment()` to avoid name clashes with
      soapcpp2-generated `soap_get_T` functions.
    * Renamed `soap_get_stats()` to `soap_http_get_stats()` of the
      httpget plugin to avoid name clashes with soapcpp2-generated
      `soap_get_T` functions.
    * Renamed `soap_get_logging_stats()` to `soap_logging_stats()`
      of the logging plugin to avoid name clashes with
      soapcpp2-generated `soap_get_T` functions.
    * Moved `soap_http_get_form()`, `soap_query()`,
      `soap_query_key()`, and `soap_query_val()` functions from the
      httpget and httpform plugin APIs to the stdsoap2.c[pp]
      library API. No project rebuilds should be necessary when
      using these plugins with this upgrade.
* Fri Nov 30 2018 Jan Engelhardt <jengelh@inai.de>
  - Update to new upstream release 2.8.72
    * Improved the HTTP GET `http_get` and HTTP POST `http_post`
      plugins, handling of a HTTP POST request that has an empty
      body is now supported.
    * Updated user guide, corrected `soap_rand_uuid` description:
      string returned is stored in a temporary buffer, not stored
      in managed memory.
    * Fixed spurious constant initialization problem for `enum`
      types in soapcpp2-generated code, the problem was introduced
      with soapcpp2 2.8.71 C/C++ grammar expansion.
    * Fixed a CURL plugin issue that prevented PUT and DELETE
      methods to work properly.
* Mon Nov 12 2018 Jan Engelhardt <jengelh@inai.de>
  - Update to new upstream release 2.8.71
    * Added TLSv1.3 support with OpenSSL 1.1.1.
    * Added HTTP PATCH support.
    * Updated SSL/TLS options for `soap_ssl_client_context` and
      `soap_ssl_server_context` to allow combinations of
      `SOAP_TLSv1_0`, `SOAP_TLSv1_1`, `SOAP_TLSv1_2`,
      `SOAP_TLSv1_3` protocols (v1.3 only available with OpenSSL
      1.1.1 and greater), a change from the single TLS protocol
      flag.
    * Fixed soapcpp2 code generation issue for single- and
      multi-dimensional fixed-size arrays.
* Tue Sep 11 2018 Jan Engelhardt <jengelh@inai.de>
  - Update to new upstream release 2.8.70
    * Updated `typemap.dat` for ONVIF and upgraded `wsdd10.h`
      (WS-Discovery 1.0 with WS-Addressing 2004/08) to `wsdd5.h`
      (WS-Discovery 1.0 with WS-Addressing 2005/08).
    * Fixed a deserialization issue with Qt `QString` used in a
      wrapper class (as `__item` member), when the wrapper class is
      used in a container, such as `std::vector`.
* Tue Jul 24 2018 jengelh@inai.de
  - Update to new upstream relesae 2.8.69
    * Improved `xs:redefine` processing, fixing the remaining
      "circular group reference" warnings.
    * Improved XML sample message generation.
* Sat Jul 07 2018 jengelh@inai.de
  - Update to new upstream release 2.8.68
    * Unspecified minor improvements
* Wed Jun 27 2018 jengelh@inai.de
  - Update to new upstream release 2.8.67
    * Changed `typemap.dat` to disable `xsd__duration` custom
      serializer by default, meaning that `xsd__duration` is
      serialized as a string by default.
    * Fixed an issue where the 64-bit integer types `LONG64` and
      `ULONG64` and their serializers would be downcast to to 32-bit
      when compiling C code with newer GCC versions, due to
      `__STDC_VERSION__` no longer being defined by the compiler.
* Tue Apr 10 2018 jengelh@inai.de
  - Update to new upstream release 2.8.66
    * Added `soap_close_connection()` to close a connection from
      another thread.
    * Fixed C++ proxy and server class `copy()` and `operator=()`
      methods to prevent a possible memory leak which may occur in
      certain usage scenarios.
    * Fixed an issue in wsdl2h, generating an incorrect simpleType
      element name that leads to a soapcpp2 error. The element has
      a local simpleType restriction of a simpleType with the same
      name as the element type, where this simpleType in turn is a
      restriction.
* Sat Mar 10 2018 jengelh@inai.de
  - Update to new upstream release 2.8.65
    * Corrected an issue in soapcpp2 to parse negative floating range
      bounds declared in typedefs.
  - Remove linker.patch (merged upstream)
* Mon Mar 05 2018 jengelh@inai.de
  - Update to new upstream release 2.8.64
    * Upgraded TLS/SSL engine to support GNUTLS 3.3.0 and greater.
    * Improved Test Messenger with new options `-d num` and `-u`,
      where `-dnum` specifies the number of iterations to hit a
      server with test messages, and `-u` includes Unicode
      characters in randomized content. Other usability
      improvements and a bug fix.
    * Improved WSSE WS-Security plugin and added documentation
      section with clarifications on how the plugin defends against
      signature wrapping attacks when you perform signature
      verification function calls.
  - Remove xlocale.diff
  - Add gsconfig.patch, linker.patch
* Mon Feb 26 2018 jengelh@inai.de
  - Update to new upstream release 2.8.63
    * Improved Test Messenger: randomized testing of Web Services;
      added `__PERMUTE` indicator and automatic handling of SOAP
      1.1/1.2 array dimension adjustments (`arrayType` and
      `arraySize` attributes).
* Wed Feb 14 2018 jengelh@inai.de
  - Add xlocale.diff
* Mon Feb 12 2018 jengelh@inai.de
  - Update to new upstream release 2.8.62
    * Added wsdl2h options `-O3` and `-O4` to aggressively optimize
      WSDLs internally by "schema slicing": `-O3` applies `-O2` and
      also removes unused root attributes, `-O4` applies `-O3` and
      also removes unused root elements. It only makes sense to use
      `-O4` with one or more WSDLs (and XSDs that are imported by
      the WSDL), because all schema components will be removed from
      XSDs that are not used by WSDLs.
    * Updated HTTP digest plugin.
    * Improved soapcpp2 options `-g` and `-y`, may be used together
      to generate sample XML messages.
* Mon Jan 29 2018 jengelh@inai.de
  - Update to new upstream release 2.8.61
    * Added `WITH_DEFAULT_VIRTUAL` to generate default methods that
      return `SOAP_NO_METHOD` for C++ services generated with
      soapcpp2 option `-j` or `-i`. A derived class can then
      selectively implement service methods as needed. This
      addition required the use of a new macro
      `SOAP_PURE_VIRTUAL_COPY` for virtual `::copy()` methods,
      replacing `SOAP_PURE_VIRTUAL` for `::copy()`.
    * Added the `SOAP_H_FILE` macro to improve the use of plugins
      and custom serializers in project builds with soapcpp2
      options `-p` and `-q` that rename the generated files such as
      `soapH.h`, the macro changes the `#include "soapH.h"` to
      `#include "nameH.h"` by invoking the C/C++ compiler with
      option `-DSOAP_H_FILE=nameH.h`.
    * Fixed a glitch in soapcpp2 to generate `soap_write_T`
      functions for `typedef ... T` types that represent XML
      elements.
* Tue Jan 16 2018 jengelh@inai.de
  - Update to new upstream release 2.8.60
    * Added wsdl2h options `-O1` and `-O2` to optimize schemas
      internally after reading WSDL and XSD files: `-O1` removes
      duplicate members from nested choice/sequence and `-O2` also
      removes unused schema types that are unreachable from WSDL
      and XSD root definitions.
    * Added ability to specify `$SIZE = TYPE` in `typemap.dat` for
      setting `size_t` or `int` type for array sizes, see
      [databindings](https://www.genivia.com/doc/databinding/html).
    * Changed wsdl2h C++ source code generated for *`xs:choice
      maxOccurs>0`* with simpler `std::vector` instead of a dynamic
      array with size and pointer members, use wsdl2h option `-z7`
      to revert to the old wsdl2h behavior for backward
      compatibility.
    * Improved soapcpp2-generated sample XML messages and fixed a
      special case where base class namespace prefixes may be
      rendered incorrectly in an XML sample or test message.
    * Improved handling of nested *`xs:sequence`* in *`xs:choice`*
      by removing duplicate name warnings, the duplicate member is
      still generated by wsdl2h however as a reminder, but should
      be ignored in your code. Use the new wsdl2h option `-O1` to
      remove the duplicate member altogether.
    * Fixed a soapcpp2 problem with bitmask enumerations of
      QName values.
* Thu Jan 04 2018 jengelh@inai.de
  - Update to new upstream release 2.8.59
    * Removed `#include soapH.h` from generated `.nsmap` file to
      promote transparency and to prevent accidental inclusions
      that may cause definition clashes when soapcpp2 option -q is
      used.
    * Fixed UDP message transport compression, compile flag
      `-DWITH_ZLIB` and runtime flag `SOAP_ENC_ZLIB`.
* Mon Dec 25 2017 jengelh@inai.de
  - Update to new upstream release 2.8.58
    * Improvements to prevent macro `USE_32BIT_TIME_T` to cause
      misaligned `soap` contexts, due to inconsistent size of
      `time_t`.
    * Improvements to support obsolete HTTP cookie formats.
* Wed Dec 13 2017 jengelh@inai.de
  - Update to new upstream release 2.8.57
    * `struct soap::bind_v6only` field had no effect; this was fixed.
* Fri Dec 08 2017 jengelh@inai.de
  - Update to new upstream release 2.8.56
    * Added new `soap::bind_v6only` context flag, replacing
      compile-time flag `WITH_IPV6_V6ONLY` (`soap->bind_v6only=1`)
      and `WITH_NO_IPV6_V6ONLY` (`soap->bind_v6only=0`).
    * Fixed missing C++ custom serializer type object allocators
      (e.g. `gsoap/custom/qstring.cpp`), when pointers to custom
      serialized C++ types are used.
* Wed Nov 01 2017 jengelh@inai.de
  - Update to new upstream release 2.8.55
    - Improved Test Messenger to generate and consume XML test
      messages with MTOM/MIME attachments.
    - Fixed deserialization of pointers to Qt types with the custom
      serializers `custom/qbytearray_base64.h`,
      `custom/qbytearray_hex.h`, `custom/qdate.h`,
      `custom/qstring.h`, and `custom/qtime.h`.
    - Fixed `WITH_NOIO` compilation errors (`close()` and/or
      `gettimeofday()` not found).
* Fri Sep 22 2017 jengelh@inai.de
  - Update to new upstream release 2.8.54
    * Added wsdl2h option `-S` to specify a name for the soap
      context member variable of generated classes (C++ only), use
      `-S ''` to remove the `soap` member variable.
    * Improved handling of empty SOAP Body responses by client
      applications using doc/lit style messaging, returns `SOAP_OK`
      instead of HTTP 200 error code.
* Fri Sep 01 2017 jengelh@inai.de
  - Update to new upstream release 2.8.52
    * Fixed 2.8.51 issue in parsing HTTP empty lines
    * Fixed WS-RM plugin blocking issue on fatal errors.
  - Update to new upstream release 2.8.53
    * Fixed DIME receiver looping on specific malformed DIME headers.
* Fri Jul 28 2017 jengelh@inai.de
  - Update to new upstream release 2.8.51
    * Additional checks added to source code for its own robustness.
* Thu Jul 27 2017 jengelh@inai.de
  - gsoap-01-sharedlibs.diff: add missing libssl link to libgsoapssl
* Mon Jul 24 2017 jengelh@inai.de
  - Update to new upstream release 2.8.50
    * Added `soap->recv_maxlength` to change the limit on the
      length of messages received. Default is 2GB max. Greater
      lengths are possible.
    * Removed client-side `SOAP_PURE_VIRTUAL` from `copy()` in the
      code generated by soapcpp2 for options `-i` and `-j`.
    * Updated memory deallocation of `soap_del_xsd__anyAttribute`.
    * Updated the callback function signatures of `fpost` and
      `fresponse`.
* Thu Jul 13 2017 olaf@aepfle.de
  - Remove gnutls because openssl overrides it already
* Tue Jul 11 2017 jengelh@inai.de
  - Update to new upstream release 2.8.49
    * union constructors are re-emitted correctly
    * Improved JSON API to compile with XML data bindings, see
      updated JSON API documentation on "Compiling XML-RPC/JSON
      together with gSOAP XML data binding code".
* Tue Jun 27 2017 jengelh@inai.de
  - Update to new upstream release 2.8.48
    * Added CURL plugin to use libcurl for gSOAP client applications.
    * Added `soap->transfer_timeout` max transfer timeout, to use in
      combination with `soap->send_timeout` and `soap->recv_timeout`.
    * Fixed a potential vulnerability that may be exposed with large
      and specific XML messages over 2 GB in size.
      CVE-2017-9765 bsc#1049348
  - Remove gsoap-sslverify.diff (merged upstream)
* Fri May 19 2017 jengelh@inai.de
  - Update to new upstream release 2.8.46
    * Improved WS-Trust API, updated import/wst.h, import/saml1.h,
      import/saml2.h and import/wsdd.h definitions.
    * Added `soap.client_interface` string to set the client IP
      address interface with `inet_pton()`
* Mon Apr 24 2017 jengelh@inai.de
  - Update to new upstream release 2.8.45
    * Fixed an issue with the WSSE plugin that caused WS-Security
      SignedInfo/Reference/Transforms/Transform/InclusiveNamespaces/@PrefixList
      ending up being ignored by the canonicalizer.
* Wed Mar 15 2017 jengelh@inai.de
  - Update to new upstream release 2.8.44
    * Fixed WS-Discovery `soap_wsdd_listen` memory cleanup on timeouts.
    * Fixed `soap->os` saved message string NUL termination (a
      problem in C code, not in C++).
  - Add gsoap-sslverify.diff
* Wed Feb 08 2017 jengelh@inai.de
  - Update to new upstream release 2.8.43
    * Added `SSL_CTX_need_tmp_RSA()` check (OpenSSL 1.0.1+
      and LibreSSL).
    * Fixed string length limiting issue in QT QString type
      serializer `custom/qstring.h` and addressed compilation issue
      with other QT types serializers.
    * Fixed `soap_psha1` string buffering.
  - Drop gsoap-02-implicit.diff (merged upstream)
* Tue Jan 24 2017 jengelh@inai.de
  - Update to new upstream release 2.8.42
    * Fixed shared pointer to QName string QName output normalization.
    * Improved `WITH_REPLACE_ILLEGAL_UTF8` flag to optionally compile
      the library with: this replaces illegal UTF-8 input/output
      with the replacement character U+FFFD (or define your own
      `SOAP_UNKNOWN_UNICODE_CHAR`).
  - Add gsoap-02-implicit.diff
* Thu Jan 19 2017 jengelh@inai.de
  - Update to new upstream release 2.8.41
    * Added updates to support OpenSSL 1.1.0.
    * Added HTTP header `Accept:
      multipart/related,application/xop+xml,*/*;q=0.8` when MTOM is
      expected (i.e. when the input mode flag is set to
      `SOAP_ENC_MTOM`).
    * Improved CORS internals and compatibility.
    * Fixed minor issues with `WITH_NOIO` and `WITH_NO_C_LOCALE`.
  - Drop gsoap-openssl110.patch (included upstream)
* Tue Dec 13 2016 jengelh@inai.de
  - Add gsoap-openssl110.patch to support OpenSSL 1.1.0
* Sun Dec 11 2016 jengelh@inai.de
  - Update to new upstream release 2.8.40
    * Improved wsdl2h import/include relative path search.
    * Fixed wsdl2h schema import when imports are deeply nested in
    imports/includes.
    * Fixed MinGW compilation issue.
* Mon Nov 21 2016 jengelh@inai.de
  - Update to new upstream release 2.8.39
    * Added auto-generated client-side REST API functions to simplify
    REST GET, PUT, POST operations with XML data.
    * the engine sets the temporary "C" locale for floating point
    conversion on most systems.
  - Drop gsoap-locale.diff (upstreamed)
* Tue Nov 15 2016 jengelh@inai.de
  - Add gsoap-locale.diff to resolve truncation of "double"
    type floating point numbers when deserializing XML
* Wed Oct 26 2016 jengelh@inai.de
  - Update to new upstream release 2.8.37
    * Added server-side HTTP cross-origin resource sharing (CORS)
    access control using HTTP OPTIONS `fopt()` callback.
    * Fixed an issue causing UDP message fragmentation.
    * Fixed `soap_mq` message queue plugin dropping connections.
    * Fixed missing nested [] in arrayType value in SOAP 1.1 encoding.
* Mon Sep 26 2016 jengelh@inai.de
  - Update to new upstream release 2.8.36
    * New features include C++ QT type serialization in XML, HTTP
    session management, WADL support for wsdl2h (REST XML apps),
    updated iOS support and more examples, and WS-Security updates
    and fixes.
    * Also includes WS-Trust extensible framework with SAML 1.0/2.0
    tokens, PSHA1 algorithm, and an example WS-Trust client and
    server to request, create, sign, and verify SAML tokens.
* Mon Jun 20 2016 jengelh@inai.de
  - Update to new upstream release 2.8.33
    * Updated WS-Trust gsoap/import/wstx.h
    `__wst__RequestSecurityToken` response message parameter to
    `wst__RequestSecurityTokenResponseCollection`
    * Updated WS-Security gsoap/import/wsse.h with optional SAML
    assertions in the Security header.
    * Updated response processing for empty HTTP body with HTTP code
    200 to 202: no longer forces socket close when HTTP keep-alive
    is enabled.
    * Updated `_XML` literal string XML serialization for qualified
    tag names, no longer uses default namespace (as in
    `xmlns="URI"`) but a prefixed tag name only.
    * Updated wsdl2h options `-p` and `-d`, now generates
    `xsd__anyType*` (i.e. with pointer) data members without
    requiring the user to define a typemap.dat rule to do so. This
    change reinstates some of the old behavior of 2.8.23 and
    earlier versions.
    * Fixed wsddapi.c compilation issue on Windows (`usleep`
    replaced).
    * Fixed validation of `simpleType/restriction/length` when
    restriction base is a list that is mapped to a string.
    * Fixed validation of `simpleType/restriction` with base type
    string length bounds restrictions.
* Mon May 23 2016 jengelh@inai.de
  - Update to new upstream release 2.8.32
    * Improved soapcpp2 code generation of type converters
    `int soap_s2T(soap*, const char*, T*)` and
    `const char *soap_T2s(soap*, T)` for primitive and binary types T.
    * Fixed unqualified `xsi:type` content matching with default
    namespace, which may lead to a failure in the 2.8.31 release to
    instantiate derived instances for complexType extensions.
* Mon May 09 2016 jengelh@inai.de
  - Update to new upstream release 2.8.31
    * Added engine context `sndbuf` and `rcvbuf` attributes to (re)set
    setsockopt` values for `SO_SNDBUF` and `SO_RCVBUF`, respectively.
    Default value is `SOAP_BUFLEN`, same as engine's internal message
    buffer size. Setting to zero forces the engine to omit the
    `setsockopt` `SO_SNDBUF` and `SOAP_RCVBUF` calls.
    * Improved soapcpp2 option `-t` and `//gsoap ns schema typed: y`
    directive that force the addition of `xsi:type` attributes to XML
    content except for types whose type names are prefixed with an
    underscore (i.e. root elements w/o type as per wsdl2h data
    bindings rules).
    * Fixed wsdl2h 2.8.28-30 parsing of *`xs:unique`* causing wsdl2h to
    skip over schema components. The fix also improved string-based
    parsing of XML content with a fix for 2.8.28-30 XML string
    handling.
* Mon Apr 04 2016 jengelh@inai.de
  - Update to new upstream release 2.8.30
    * Added backtick XML tag name syntax to interface files for
    soapcpp2, which allows for the overriding of the translated tag
    names of struct/class members and service operation parameters,
    see the [Data Bindings
    documentation](http://www.genivia.com/doc/databinding/html#toxsd9-5).
    Older gSOAP versions do not support the backtick tag in the
    generated WSDL and schemas (messages are OK).
    * Added macro `SOAP_MAXLEVEL` to trigger `SOAP_LEVEL` error when
    XML nesting level of inbound XML exceeds the value of
    `SOAP_MAXLEVEL`. Default value is 10000. Redefine `SOAP_MAXLEVEL`
    as needed, with lower values to restrict XML nesting depth for
    receivers to accept.
    * Added macro `SOAP_MAXLENGTH` to trigger `SOAP_LENGTH` content
    length error when string content in inbound XML exceeds the value
    of `SOAP_MAXLENGTH`. Applies to strings that are potentially
    unbounded, i.e. that are not already constrained by XML
    validation maxLength constaints (which could be larger than
    `SOAP_MAXLENGTH`). Default value is zero (0) which means that
    string length is unconstrained if XML validation maxLength is not
    given. Redefine `SOAP_MAXLENGTH` as needed, with lower values to
    restrict string lengths for receivers to accept.
    * Added macro `SOAP_MAXOCCURS` to trigger `SOAP_OCCURS` content
    error when array and container lengths exceed the value of
    `SOAP_MAXOCCURS`. Must be greater than zero (0). Default value is
    100000. Redefine `SOAP_MAXOCCURS` as needed, with lower values to
    restrict array and container lengths for receivers to accept.
    * Updated wsdl2h WS-Policy processing to include WS-RM protocol
    versioning.
    * Improved soapcpp2 generation of WSDL and XSD for unqualified
    C/C++ types or when mixing qualified and unqualified C/C++ types
    and type names.
    * Changed soapcpp2 default behavior for generating WSDL and XSD
    files with *`elementFormDefault="unqualified"`* from the old
    default behavior with *`elementFormDefault="qualified"`*
    * Fixed soapcpp2 crash with enum constants > 255 due to libc
    `isalpha` crashing on some Linux systems.
    * Fixed `import/wsp.h` soapcpp2 compilation error.
    * Fixed soapcpp2 option `-w` that may cause a message response
    element tag name inconsistency with SOAP doc/lit style.
    * Fixed deserialization issue with dynamic arrays of STL
    containers/smart-pointers (i.e. a pointer to an array of
    containers/smart-pointers, which is an unlikely combination to
    use, but should work).
  - Remove gsoap-00-builtsource.diff, gsoap-02-typepuns.diff
    (merged upstream)
* Tue Mar 22 2016 jengelh@inai.de
  - Update to new upstream release 2.8.29
    * Added new soapcpp2 option `-r` to generate a soapReadme.md report
    that summarizes the input .h file information, the serializable
    C/C++ types, the services, and the generated code.
    * Added new wsdl2h option `-M` to suppress error "must understand
    element with wsdl:required='true'".
    * Upgraded HTTP digest authentication "httpda" plugin to 2.0 to
    support RFC7616 "HTTP Digest Access Authentication" with SHA2
    (replaciing MD5) that is compatibale with RFC2617
    * Updated `wsdl2h` HTTPS-enabled build steps to use upgraded
    "httpda" plugin.
    * Fixed wsdl2h skipping mime:multipartRelated/mime:part.
  - Drop gsoap-03-seqpoint.diff, gsoap-mindeflateratio.diff,
    gsoap-no-tcpfastopen-fail.diff (applied upstream)
* Thu Feb 18 2016 jengelh@inai.de
  - Employ full version SO naming because of ABI changes within 2.8.x
* Wed Feb 03 2016 jengelh@inai.de
  - Update to new upstream release 2.8.28
    * Added many new API functions to a fully redisigned XML DOM API
    v5 for C and C++ with new DOM API documentation. The redesigned
    DOM API v5 is mostly backward compatible to DOM API v4, but
    with DOM string data members changed to text members. Many API
    functions are added to define a clean interface without having
    to use the DOM structure data members. The
    soap_dom_next_element() function now takes a second parameter
    that is an element pointer to stop deep traversal at (use NULL
    for old behavior). See updated XML DOM and XPath documentation
    for details.
    * Added C serialization to/from strings with new C soap struct
    members const char *soap::is input string to parse from and
    const char **soap:os pointer to string that is set by the
    engine to point to the output. Note that C++ code is unchanged
    and the soap::is and soap::os are still members pointers to
    istream and ostream streams (use std::stringstream for
    input/output from/to strings).
    * Added JSON API C function set_size to set/change array sizes
    and JSON API C function set_struct to create an empty JSON
    object.
    * Improved jsoncpp command line tool to generate JSONPath C code
    and improved overall to generate more compact code.
    * Improved SOAP_DEFAULTNS flag to emit XML default namespace
    declarations.
    * Improved strictness of XML verification under default settings
    (i.e. without requiring SOAP_XML_STRICT).
    * Changed string deserialization when XML content with tags is
    encountered: XML tags are no longer parsed as part of strings.
    You must use XML string type to parse literal XML content or
    use DOM.
  - Remove gsoap-allocator.diff, gsoap-reset-error-code.diff
    (merged upstream)
  - Add gsoap-00-builtsource.diff, gsoap-03-seqpoint.diff,
    gsoap-no-tcpfastopen-fail.diff
* Tue Jun 02 2015 jengelh@inai.de
  - Replace gsoap-02-typepuns.diff with better version from SF
  - Add gsoap-allocator.diff to please UBSAN
* Thu May 28 2015 jengelh@inai.de
  - Drop unnecessary -version-info argument from _LDFLAGS variable
    in gsoap-01-sharedlibs.diff (we have -release)
* Thu Apr 23 2015 jengelh@inai.de
  - Update to new upstream release 2.8.22
    * Enhancements include XSD 1.1 support and improved portability.
* Thu Apr 23 2015 jengelh@inai.de
  - Include SSL libraries in the link to reduce undefined symbols
* Thu Jan 15 2015 jengelh@inai.de
  - Update to new upstream release 2.8.21
    * Added xs:precision and xs:scale support.
    * Added support for BPEL PartnerLink and VariableProperties to
    wsdl2h in support of BPEL projects.
    * Added soapcpp -z2 flag for backward compatibility with to 2.7.x:
    omit XML output of elements for pointers that are NULL even when
    minOccurs=1 (required).
    * Changed wsdl2h C++ output to always generate pass-by-reference
    response parameters (disable with -z6).
    * Added XML 1.1 control char encoding support.
    * Added -DWITH_REPLACE_ILLEGAL_UTF8 compilation option to replace
    UTF8 content that is outside the allowed range of XML 1.0.
  - Remove gsoap-05-ipv6.diff, gsoap-06-ipv6retry.diff
    (merged upstream)

Files

/usr/share/doc/packages/gsoap
/usr/share/doc/packages/gsoap/GeniviaLogo2_trans_noslogan.png
/usr/share/doc/packages/gsoap/README.txt
/usr/share/doc/packages/gsoap/apache
/usr/share/doc/packages/gsoap/apache/Doxyfile
/usr/share/doc/packages/gsoap/apache/html
/usr/share/doc/packages/gsoap/apache/html/GeniviaLogo2_trans_noslogan.png
/usr/share/doc/packages/gsoap/apache/html/_r_e_a_d_m_e_8md.html
/usr/share/doc/packages/gsoap/apache/html/annotated.html
/usr/share/doc/packages/gsoap/apache/html/apache__gsoap_8h.html
/usr/share/doc/packages/gsoap/apache/html/apache__gsoap_8h__dep__incl.map
/usr/share/doc/packages/gsoap/apache/html/apache__gsoap_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/apache/html/apache__gsoap_8h__dep__incl.png
/usr/share/doc/packages/gsoap/apache/html/apache__gsoap_8h__incl.map
/usr/share/doc/packages/gsoap/apache/html/apache__gsoap_8h__incl.md5
/usr/share/doc/packages/gsoap/apache/html/apache__gsoap_8h__incl.png
/usr/share/doc/packages/gsoap/apache/html/arrowdown.png
/usr/share/doc/packages/gsoap/apache/html/arrowright.png
/usr/share/doc/packages/gsoap/apache/html/bc_s.png
/usr/share/doc/packages/gsoap/apache/html/bdwn.png
/usr/share/doc/packages/gsoap/apache/html/classes.html
/usr/share/doc/packages/gsoap/apache/html/closed.png
/usr/share/doc/packages/gsoap/apache/html/dir_0a547ab4fd760628d8ba11493fb5e1ff.html
/usr/share/doc/packages/gsoap/apache/html/dir_1ca6747e93421ff67eb015e8be573911.html
/usr/share/doc/packages/gsoap/apache/html/dir_6593d28a056e65b236f6de7a69353d66.html
/usr/share/doc/packages/gsoap/apache/html/dir_6593d28a056e65b236f6de7a69353d66_dep.map
/usr/share/doc/packages/gsoap/apache/html/dir_6593d28a056e65b236f6de7a69353d66_dep.md5
/usr/share/doc/packages/gsoap/apache/html/dir_6593d28a056e65b236f6de7a69353d66_dep.png
/usr/share/doc/packages/gsoap/apache/html/dir_65ad4303483ef1e51b9723b52f2d30cb.html
/usr/share/doc/packages/gsoap/apache/html/dir_8bb14c79138ddfe463bd82cbbef2d57d.html
/usr/share/doc/packages/gsoap/apache/html/dir_8bb14c79138ddfe463bd82cbbef2d57d_dep.map
/usr/share/doc/packages/gsoap/apache/html/dir_8bb14c79138ddfe463bd82cbbef2d57d_dep.md5
/usr/share/doc/packages/gsoap/apache/html/dir_8bb14c79138ddfe463bd82cbbef2d57d_dep.png
/usr/share/doc/packages/gsoap/apache/html/dir_e5e40db321a622feeb0d1f27ced2a9e2.html
/usr/share/doc/packages/gsoap/apache/html/dir_e5e40db321a622feeb0d1f27ced2a9e2_dep.map
/usr/share/doc/packages/gsoap/apache/html/dir_e5e40db321a622feeb0d1f27ced2a9e2_dep.md5
/usr/share/doc/packages/gsoap/apache/html/dir_e5e40db321a622feeb0d1f27ced2a9e2_dep.png
/usr/share/doc/packages/gsoap/apache/html/dir_eb23e3bd7e395b342211eff1463631e8.html
/usr/share/doc/packages/gsoap/apache/html/dir_eb23e3bd7e395b342211eff1463631e8_dep.map
/usr/share/doc/packages/gsoap/apache/html/dir_eb23e3bd7e395b342211eff1463631e8_dep.md5
/usr/share/doc/packages/gsoap/apache/html/dir_eb23e3bd7e395b342211eff1463631e8_dep.png
/usr/share/doc/packages/gsoap/apache/html/dir_f3929c311f8dcb24e971139386611406.html
/usr/share/doc/packages/gsoap/apache/html/dir_f3929c311f8dcb24e971139386611406_dep.map
/usr/share/doc/packages/gsoap/apache/html/dir_f3929c311f8dcb24e971139386611406_dep.md5
/usr/share/doc/packages/gsoap/apache/html/dir_f3929c311f8dcb24e971139386611406_dep.png
/usr/share/doc/packages/gsoap/apache/html/doc.png
/usr/share/doc/packages/gsoap/apache/html/doxygen.css
/usr/share/doc/packages/gsoap/apache/html/doxygen.png
/usr/share/doc/packages/gsoap/apache/html/dynsections.js
/usr/share/doc/packages/gsoap/apache/html/files.html
/usr/share/doc/packages/gsoap/apache/html/folderclosed.png
/usr/share/doc/packages/gsoap/apache/html/folderopen.png
/usr/share/doc/packages/gsoap/apache/html/ftv2blank.png
/usr/share/doc/packages/gsoap/apache/html/ftv2cl.png
/usr/share/doc/packages/gsoap/apache/html/ftv2doc.png
/usr/share/doc/packages/gsoap/apache/html/ftv2folderclosed.png
/usr/share/doc/packages/gsoap/apache/html/ftv2folderopen.png
/usr/share/doc/packages/gsoap/apache/html/ftv2lastnode.png
/usr/share/doc/packages/gsoap/apache/html/ftv2link.png
/usr/share/doc/packages/gsoap/apache/html/ftv2mlastnode.png
/usr/share/doc/packages/gsoap/apache/html/ftv2mnode.png
/usr/share/doc/packages/gsoap/apache/html/ftv2mo.png
/usr/share/doc/packages/gsoap/apache/html/ftv2node.png
/usr/share/doc/packages/gsoap/apache/html/ftv2ns.png
/usr/share/doc/packages/gsoap/apache/html/ftv2plastnode.png
/usr/share/doc/packages/gsoap/apache/html/ftv2pnode.png
/usr/share/doc/packages/gsoap/apache/html/ftv2splitbar.png
/usr/share/doc/packages/gsoap/apache/html/ftv2vertline.png
/usr/share/doc/packages/gsoap/apache/html/functions.html
/usr/share/doc/packages/gsoap/apache/html/functions_vars.html
/usr/share/doc/packages/gsoap/apache/html/genivia_content.css
/usr/share/doc/packages/gsoap/apache/html/genivia_tabs.css
/usr/share/doc/packages/gsoap/apache/html/globals.html
/usr/share/doc/packages/gsoap/apache/html/globals_defs.html
/usr/share/doc/packages/gsoap/apache/html/globals_enum.html
/usr/share/doc/packages/gsoap/apache/html/globals_eval.html
/usr/share/doc/packages/gsoap/apache/html/globals_func.html
/usr/share/doc/packages/gsoap/apache/html/globals_type.html
/usr/share/doc/packages/gsoap/apache/html/globals_vars.html
/usr/share/doc/packages/gsoap/apache/html/graph_legend.html
/usr/share/doc/packages/gsoap/apache/html/graph_legend.md5
/usr/share/doc/packages/gsoap/apache/html/graph_legend.png
/usr/share/doc/packages/gsoap/apache/html/index.html
/usr/share/doc/packages/gsoap/apache/html/jquery.js
/usr/share/doc/packages/gsoap/apache/html/mod__gsoap_8c.html
/usr/share/doc/packages/gsoap/apache/html/mod__gsoap_8c__incl.map
/usr/share/doc/packages/gsoap/apache/html/mod__gsoap_8c__incl.md5
/usr/share/doc/packages/gsoap/apache/html/mod__gsoap_8c__incl.png
/usr/share/doc/packages/gsoap/apache/html/nav_f.png
/usr/share/doc/packages/gsoap/apache/html/nav_g.png
/usr/share/doc/packages/gsoap/apache/html/nav_h.png
/usr/share/doc/packages/gsoap/apache/html/open.png
/usr/share/doc/packages/gsoap/apache/html/splitbar.png
/usr/share/doc/packages/gsoap/apache/html/struct_soap_shared_libraries___s-members.html
/usr/share/doc/packages/gsoap/apache/html/struct_soap_shared_libraries___s.html
/usr/share/doc/packages/gsoap/apache/html/struct_soap_shared_libraries___s__coll__graph.map
/usr/share/doc/packages/gsoap/apache/html/struct_soap_shared_libraries___s__coll__graph.md5
/usr/share/doc/packages/gsoap/apache/html/struct_soap_shared_libraries___s__coll__graph.png
/usr/share/doc/packages/gsoap/apache/html/struct_soap_shared_library___s-members.html
/usr/share/doc/packages/gsoap/apache/html/struct_soap_shared_library___s.html
/usr/share/doc/packages/gsoap/apache/html/structapache__soap__interface-members.html
/usr/share/doc/packages/gsoap/apache/html/structapache__soap__interface.html
/usr/share/doc/packages/gsoap/apache/html/structgsoap_configuration___s-members.html
/usr/share/doc/packages/gsoap/apache/html/structgsoap_configuration___s.html
/usr/share/doc/packages/gsoap/apache/html/structgsoap_configuration___s__coll__graph.map
/usr/share/doc/packages/gsoap/apache/html/structgsoap_configuration___s__coll__graph.md5
/usr/share/doc/packages/gsoap/apache/html/structgsoap_configuration___s__coll__graph.png
/usr/share/doc/packages/gsoap/apache/html/structgsoap_request_configuration___s-members.html
/usr/share/doc/packages/gsoap/apache/html/structgsoap_request_configuration___s.html
/usr/share/doc/packages/gsoap/apache/html/structgsoap_request_configuration___s__coll__graph.map
/usr/share/doc/packages/gsoap/apache/html/structgsoap_request_configuration___s__coll__graph.md5
/usr/share/doc/packages/gsoap/apache/html/structgsoap_request_configuration___s__coll__graph.png
/usr/share/doc/packages/gsoap/apache/html/sync_off.png
/usr/share/doc/packages/gsoap/apache/html/sync_on.png
/usr/share/doc/packages/gsoap/apache/html/tab_a.png
/usr/share/doc/packages/gsoap/apache/html/tab_b.png
/usr/share/doc/packages/gsoap/apache/html/tab_h.png
/usr/share/doc/packages/gsoap/apache/html/tab_s.png
/usr/share/doc/packages/gsoap/apache/html/tabs.css
/usr/share/doc/packages/gsoap/curl
/usr/share/doc/packages/gsoap/curl/Doxyfile
/usr/share/doc/packages/gsoap/curl/html
/usr/share/doc/packages/gsoap/curl/html/GeniviaLogo2_trans_noslogan.png
/usr/share/doc/packages/gsoap/curl/html/annotated.html
/usr/share/doc/packages/gsoap/curl/html/arrowdown.png
/usr/share/doc/packages/gsoap/curl/html/arrowright.png
/usr/share/doc/packages/gsoap/curl/html/bc_s.png
/usr/share/doc/packages/gsoap/curl/html/bdwn.png
/usr/share/doc/packages/gsoap/curl/html/classes.html
/usr/share/doc/packages/gsoap/curl/html/closed.png
/usr/share/doc/packages/gsoap/curl/html/curlapi_8c.html
/usr/share/doc/packages/gsoap/curl/html/curlapi_8c__incl.map
/usr/share/doc/packages/gsoap/curl/html/curlapi_8c__incl.md5
/usr/share/doc/packages/gsoap/curl/html/curlapi_8c__incl.png
/usr/share/doc/packages/gsoap/curl/html/curlapi_8h.html
/usr/share/doc/packages/gsoap/curl/html/curlapi_8h__dep__incl.map
/usr/share/doc/packages/gsoap/curl/html/curlapi_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/curl/html/curlapi_8h__dep__incl.png
/usr/share/doc/packages/gsoap/curl/html/curlapi_8h__incl.map
/usr/share/doc/packages/gsoap/curl/html/curlapi_8h__incl.md5
/usr/share/doc/packages/gsoap/curl/html/curlapi_8h__incl.png
/usr/share/doc/packages/gsoap/curl/html/dir_b4c3aec6cd8f28418150dce663061cfa.html
/usr/share/doc/packages/gsoap/curl/html/doc.png
/usr/share/doc/packages/gsoap/curl/html/doxygen.css
/usr/share/doc/packages/gsoap/curl/html/doxygen.png
/usr/share/doc/packages/gsoap/curl/html/dynsections.js
/usr/share/doc/packages/gsoap/curl/html/files.html
/usr/share/doc/packages/gsoap/curl/html/folderclosed.png
/usr/share/doc/packages/gsoap/curl/html/folderopen.png
/usr/share/doc/packages/gsoap/curl/html/functions.html
/usr/share/doc/packages/gsoap/curl/html/functions_vars.html
/usr/share/doc/packages/gsoap/curl/html/genivia_content.css
/usr/share/doc/packages/gsoap/curl/html/genivia_tabs.css
/usr/share/doc/packages/gsoap/curl/html/globals.html
/usr/share/doc/packages/gsoap/curl/html/globals_defs.html
/usr/share/doc/packages/gsoap/curl/html/globals_func.html
/usr/share/doc/packages/gsoap/curl/html/globals_vars.html
/usr/share/doc/packages/gsoap/curl/html/graph_legend.html
/usr/share/doc/packages/gsoap/curl/html/graph_legend.md5
/usr/share/doc/packages/gsoap/curl/html/graph_legend.png
/usr/share/doc/packages/gsoap/curl/html/index.html
/usr/share/doc/packages/gsoap/curl/html/jquery.js
/usr/share/doc/packages/gsoap/curl/html/nav_f.png
/usr/share/doc/packages/gsoap/curl/html/nav_g.png
/usr/share/doc/packages/gsoap/curl/html/nav_h.png
/usr/share/doc/packages/gsoap/curl/html/open.png
/usr/share/doc/packages/gsoap/curl/html/splitbar.png
/usr/share/doc/packages/gsoap/curl/html/structsoap__curl__data-members.html
/usr/share/doc/packages/gsoap/curl/html/structsoap__curl__data.html
/usr/share/doc/packages/gsoap/curl/html/sync_off.png
/usr/share/doc/packages/gsoap/curl/html/sync_on.png
/usr/share/doc/packages/gsoap/curl/html/tab_a.png
/usr/share/doc/packages/gsoap/curl/html/tab_b.png
/usr/share/doc/packages/gsoap/curl/html/tab_h.png
/usr/share/doc/packages/gsoap/curl/html/tab_s.png
/usr/share/doc/packages/gsoap/curl/html/tabs.css
/usr/share/doc/packages/gsoap/databinding
/usr/share/doc/packages/gsoap/databinding/Doxyfile
/usr/share/doc/packages/gsoap/databinding/html
/usr/share/doc/packages/gsoap/databinding/html/GeniviaLogo2_trans_noslogan.png
/usr/share/doc/packages/gsoap/databinding/html/_r_e_a_d_m_e_8md.html
/usr/share/doc/packages/gsoap/databinding/html/_r_e_a_d_m_e_8md_source.html
/usr/share/doc/packages/gsoap/databinding/html/address_8cpp-source.html
/usr/share/doc/packages/gsoap/databinding/html/address_8cpp.html
/usr/share/doc/packages/gsoap/databinding/html/address_8cpp.js
/usr/share/doc/packages/gsoap/databinding/html/address_8cpp__incl.map
/usr/share/doc/packages/gsoap/databinding/html/address_8cpp__incl.md5
/usr/share/doc/packages/gsoap/databinding/html/address_8cpp__incl.png
/usr/share/doc/packages/gsoap/databinding/html/address_8cpp_source.html
/usr/share/doc/packages/gsoap/databinding/html/address_8h-source.html
/usr/share/doc/packages/gsoap/databinding/html/address_8h.html
/usr/share/doc/packages/gsoap/databinding/html/address_8h.js
/usr/share/doc/packages/gsoap/databinding/html/address_8h__incl.map
/usr/share/doc/packages/gsoap/databinding/html/address_8h__incl.md5
/usr/share/doc/packages/gsoap/databinding/html/address_8h__incl.png
/usr/share/doc/packages/gsoap/databinding/html/address_8h_source.html
/usr/share/doc/packages/gsoap/databinding/html/address_h_8h.html
/usr/share/doc/packages/gsoap/databinding/html/address_h_8h.js
/usr/share/doc/packages/gsoap/databinding/html/address_h_8h__dep__incl.map
/usr/share/doc/packages/gsoap/databinding/html/address_h_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/databinding/html/address_h_8h__dep__incl.png
/usr/share/doc/packages/gsoap/databinding/html/address_h_8h__incl.map
/usr/share/doc/packages/gsoap/databinding/html/address_h_8h__incl.md5
/usr/share/doc/packages/gsoap/databinding/html/address_h_8h__incl.png
/usr/share/doc/packages/gsoap/databinding/html/address_h_8h_source.html
/usr/share/doc/packages/gsoap/databinding/html/address_stub_8h.html
/usr/share/doc/packages/gsoap/databinding/html/address_stub_8h.js
/usr/share/doc/packages/gsoap/databinding/html/address_stub_8h__dep__incl.map
/usr/share/doc/packages/gsoap/databinding/html/address_stub_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/databinding/html/address_stub_8h__dep__incl.png
/usr/share/doc/packages/gsoap/databinding/html/address_stub_8h__incl.map
/usr/share/doc/packages/gsoap/databinding/html/address_stub_8h__incl.md5
/usr/share/doc/packages/gsoap/databinding/html/address_stub_8h__incl.png
/usr/share/doc/packages/gsoap/databinding/html/address_stub_8h_source.html
/usr/share/doc/packages/gsoap/databinding/html/annotated.html
/usr/share/doc/packages/gsoap/databinding/html/annotated.js
/usr/share/doc/packages/gsoap/databinding/html/annotated_dup.js
/usr/share/doc/packages/gsoap/databinding/html/arrowdown.png
/usr/share/doc/packages/gsoap/databinding/html/arrowright.png
/usr/share/doc/packages/gsoap/databinding/html/bc_s.png
/usr/share/doc/packages/gsoap/databinding/html/bdwn.png
/usr/share/doc/packages/gsoap/databinding/html/class__a____address__book-members.html
/usr/share/doc/packages/gsoap/databinding/html/class__a____address__book.html
/usr/share/doc/packages/gsoap/databinding/html/class__a____address__book.js
/usr/share/doc/packages/gsoap/databinding/html/class__a____address__book__coll__graph.map
/usr/share/doc/packages/gsoap/databinding/html/class__a____address__book__coll__graph.md5
/usr/share/doc/packages/gsoap/databinding/html/class__a____address__book__coll__graph.png
/usr/share/doc/packages/gsoap/databinding/html/class_graph-members.html
/usr/share/doc/packages/gsoap/databinding/html/class_graph.html
/usr/share/doc/packages/gsoap/databinding/html/class_graph.js
/usr/share/doc/packages/gsoap/databinding/html/class_graph__coll__graph.map
/usr/share/doc/packages/gsoap/databinding/html/class_graph__coll__graph.md5
/usr/share/doc/packages/gsoap/databinding/html/class_graph__coll__graph.png
/usr/share/doc/packages/gsoap/databinding/html/class_graph__inherit__graph.map
/usr/share/doc/packages/gsoap/databinding/html/class_graph__inherit__graph.md5
/usr/share/doc/packages/gsoap/databinding/html/class_graph__inherit__graph.png
/usr/share/doc/packages/gsoap/databinding/html/classa____address-members.html
/usr/share/doc/packages/gsoap/databinding/html/classa____address.html
/usr/share/doc/packages/gsoap/databinding/html/classa____address.js
/usr/share/doc/packages/gsoap/databinding/html/classes.html
/usr/share/doc/packages/gsoap/databinding/html/classg-members.html
/usr/share/doc/packages/gsoap/databinding/html/classg.html
/usr/share/doc/packages/gsoap/databinding/html/classg.js
/usr/share/doc/packages/gsoap/databinding/html/classg__coll__graph.map
/usr/share/doc/packages/gsoap/databinding/html/classg__coll__graph.md5
/usr/share/doc/packages/gsoap/databinding/html/classg__coll__graph.png
/usr/share/doc/packages/gsoap/databinding/html/classg__inherit__graph.map
/usr/share/doc/packages/gsoap/databinding/html/classg__inherit__graph.md5
/usr/share/doc/packages/gsoap/databinding/html/classg__inherit__graph.png
/usr/share/doc/packages/gsoap/databinding/html/classstd_1_1vector.html
/usr/share/doc/packages/gsoap/databinding/html/closed.png
/usr/share/doc/packages/gsoap/databinding/html/dir_04d7d2d279844c9978c9b7a8125622d6.html
/usr/share/doc/packages/gsoap/databinding/html/dir_04d7d2d279844c9978c9b7a8125622d6.js
/usr/share/doc/packages/gsoap/databinding/html/dir_0a0f8ba924895dca815c9251321b2ed8.html
/usr/share/doc/packages/gsoap/databinding/html/dir_0a0f8ba924895dca815c9251321b2ed8.js
/usr/share/doc/packages/gsoap/databinding/html/dir_40beb50dd19302fde1e1a9e8fffc3ac2.html
/usr/share/doc/packages/gsoap/databinding/html/dir_40beb50dd19302fde1e1a9e8fffc3ac2.js
/usr/share/doc/packages/gsoap/databinding/html/dir_45c1c16bdd42e9dbd43fb2ef24aa72df.html
/usr/share/doc/packages/gsoap/databinding/html/dir_45c1c16bdd42e9dbd43fb2ef24aa72df.js
/usr/share/doc/packages/gsoap/databinding/html/dir_5398b815371d785ee816d8021825db12.html
/usr/share/doc/packages/gsoap/databinding/html/dir_5398b815371d785ee816d8021825db12.js
/usr/share/doc/packages/gsoap/databinding/html/dir_6f9635d4fbfa321d4c00f29df5cd540c.html
/usr/share/doc/packages/gsoap/databinding/html/dir_6f9635d4fbfa321d4c00f29df5cd540c.js
/usr/share/doc/packages/gsoap/databinding/html/dir_6f9635d4fbfa321d4c00f29df5cd540c_dep.map
/usr/share/doc/packages/gsoap/databinding/html/dir_6f9635d4fbfa321d4c00f29df5cd540c_dep.md5
/usr/share/doc/packages/gsoap/databinding/html/dir_6f9635d4fbfa321d4c00f29df5cd540c_dep.png
/usr/share/doc/packages/gsoap/databinding/html/dir_740abfba81dda5385ab2314c9d037295.html
/usr/share/doc/packages/gsoap/databinding/html/dir_740abfba81dda5385ab2314c9d037295.js
/usr/share/doc/packages/gsoap/databinding/html/dir_740abfba81dda5385ab2314c9d037295_dep.map
/usr/share/doc/packages/gsoap/databinding/html/dir_740abfba81dda5385ab2314c9d037295_dep.md5
/usr/share/doc/packages/gsoap/databinding/html/dir_740abfba81dda5385ab2314c9d037295_dep.png
/usr/share/doc/packages/gsoap/databinding/html/dir_9e51036813d6151dfecc72d5fa7c02b3.html
/usr/share/doc/packages/gsoap/databinding/html/dir_9e51036813d6151dfecc72d5fa7c02b3.js
/usr/share/doc/packages/gsoap/databinding/html/doc.png
/usr/share/doc/packages/gsoap/databinding/html/doxygen.css
/usr/share/doc/packages/gsoap/databinding/html/doxygen.png
/usr/share/doc/packages/gsoap/databinding/html/dynsections.js
/usr/share/doc/packages/gsoap/databinding/html/files.html
/usr/share/doc/packages/gsoap/databinding/html/files.js
/usr/share/doc/packages/gsoap/databinding/html/folderclosed.png
/usr/share/doc/packages/gsoap/databinding/html/folderopen.png
/usr/share/doc/packages/gsoap/databinding/html/ftv2blank.png
/usr/share/doc/packages/gsoap/databinding/html/ftv2cl.png
/usr/share/doc/packages/gsoap/databinding/html/ftv2doc.png
/usr/share/doc/packages/gsoap/databinding/html/ftv2folderclosed.png
/usr/share/doc/packages/gsoap/databinding/html/ftv2folderopen.png
/usr/share/doc/packages/gsoap/databinding/html/ftv2lastnode.png
/usr/share/doc/packages/gsoap/databinding/html/ftv2link.png
/usr/share/doc/packages/gsoap/databinding/html/ftv2mlastnode.png
/usr/share/doc/packages/gsoap/databinding/html/ftv2mnode.png
/usr/share/doc/packages/gsoap/databinding/html/ftv2mo.png
/usr/share/doc/packages/gsoap/databinding/html/ftv2node.png
/usr/share/doc/packages/gsoap/databinding/html/ftv2ns.png
/usr/share/doc/packages/gsoap/databinding/html/ftv2plastnode.png
/usr/share/doc/packages/gsoap/databinding/html/ftv2pnode.png
/usr/share/doc/packages/gsoap/databinding/html/ftv2splitbar.png
/usr/share/doc/packages/gsoap/databinding/html/ftv2vertline.png
/usr/share/doc/packages/gsoap/databinding/html/functions.html
/usr/share/doc/packages/gsoap/databinding/html/functions_func.html
/usr/share/doc/packages/gsoap/databinding/html/functions_rela.html
/usr/share/doc/packages/gsoap/databinding/html/functions_vars.html
/usr/share/doc/packages/gsoap/databinding/html/genivia_content.css
/usr/share/doc/packages/gsoap/databinding/html/genivia_tabs.css
/usr/share/doc/packages/gsoap/databinding/html/globals.html
/usr/share/doc/packages/gsoap/databinding/html/globals_0x61.html
/usr/share/doc/packages/gsoap/databinding/html/globals_0x67.html
/usr/share/doc/packages/gsoap/databinding/html/globals_0x6d.html
/usr/share/doc/packages/gsoap/databinding/html/globals_0x6e.html
/usr/share/doc/packages/gsoap/databinding/html/globals_0x73.html
/usr/share/doc/packages/gsoap/databinding/html/globals_0x75.html
/usr/share/doc/packages/gsoap/databinding/html/globals_a.html
/usr/share/doc/packages/gsoap/databinding/html/globals_defs.html
/usr/share/doc/packages/gsoap/databinding/html/globals_dup.js
/usr/share/doc/packages/gsoap/databinding/html/globals_enum.html
/usr/share/doc/packages/gsoap/databinding/html/globals_eval.html
/usr/share/doc/packages/gsoap/databinding/html/globals_func.html
/usr/share/doc/packages/gsoap/databinding/html/globals_func.js
/usr/share/doc/packages/gsoap/databinding/html/globals_func_0x67.html
/usr/share/doc/packages/gsoap/databinding/html/globals_func_0x6d.html
/usr/share/doc/packages/gsoap/databinding/html/globals_func_0x73.html
/usr/share/doc/packages/gsoap/databinding/html/globals_func_0x75.html
/usr/share/doc/packages/gsoap/databinding/html/globals_func_g.html
/usr/share/doc/packages/gsoap/databinding/html/globals_func_m.html
/usr/share/doc/packages/gsoap/databinding/html/globals_func_s.html
/usr/share/doc/packages/gsoap/databinding/html/globals_func_u.html
/usr/share/doc/packages/gsoap/databinding/html/globals_g.html
/usr/share/doc/packages/gsoap/databinding/html/globals_m.html
/usr/share/doc/packages/gsoap/databinding/html/globals_n.html
/usr/share/doc/packages/gsoap/databinding/html/globals_s.html
/usr/share/doc/packages/gsoap/databinding/html/globals_type.html
/usr/share/doc/packages/gsoap/databinding/html/globals_u.html
/usr/share/doc/packages/gsoap/databinding/html/globals_vars.html
/usr/share/doc/packages/gsoap/databinding/html/graph_8cpp.html
/usr/share/doc/packages/gsoap/databinding/html/graph_8cpp.js
/usr/share/doc/packages/gsoap/databinding/html/graph_8cpp__incl.map
/usr/share/doc/packages/gsoap/databinding/html/graph_8cpp__incl.md5
/usr/share/doc/packages/gsoap/databinding/html/graph_8cpp__incl.png
/usr/share/doc/packages/gsoap/databinding/html/graph_8cpp_source.html
/usr/share/doc/packages/gsoap/databinding/html/graph_8h.html
/usr/share/doc/packages/gsoap/databinding/html/graph_8h__incl.map
/usr/share/doc/packages/gsoap/databinding/html/graph_8h__incl.md5
/usr/share/doc/packages/gsoap/databinding/html/graph_8h__incl.png
/usr/share/doc/packages/gsoap/databinding/html/graph_8h_source.html
/usr/share/doc/packages/gsoap/databinding/html/graph_h_8h.html
/usr/share/doc/packages/gsoap/databinding/html/graph_h_8h.js
/usr/share/doc/packages/gsoap/databinding/html/graph_h_8h__dep__incl.map
/usr/share/doc/packages/gsoap/databinding/html/graph_h_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/databinding/html/graph_h_8h__dep__incl.png
/usr/share/doc/packages/gsoap/databinding/html/graph_h_8h__incl.map
/usr/share/doc/packages/gsoap/databinding/html/graph_h_8h__incl.md5
/usr/share/doc/packages/gsoap/databinding/html/graph_h_8h__incl.png
/usr/share/doc/packages/gsoap/databinding/html/graph_h_8h_source.html
/usr/share/doc/packages/gsoap/databinding/html/graph_legend.html
/usr/share/doc/packages/gsoap/databinding/html/graph_legend.md5
/usr/share/doc/packages/gsoap/databinding/html/graph_legend.png
/usr/share/doc/packages/gsoap/databinding/html/graph_stub_8h.html
/usr/share/doc/packages/gsoap/databinding/html/graph_stub_8h.js
/usr/share/doc/packages/gsoap/databinding/html/graph_stub_8h__dep__incl.map
/usr/share/doc/packages/gsoap/databinding/html/graph_stub_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/databinding/html/graph_stub_8h__dep__incl.png
/usr/share/doc/packages/gsoap/databinding/html/graph_stub_8h__incl.map
/usr/share/doc/packages/gsoap/databinding/html/graph_stub_8h__incl.md5
/usr/share/doc/packages/gsoap/databinding/html/graph_stub_8h__incl.png
/usr/share/doc/packages/gsoap/databinding/html/graph_stub_8h_source.html
/usr/share/doc/packages/gsoap/databinding/html/hierarchy.html
/usr/share/doc/packages/gsoap/databinding/html/hierarchy.js
/usr/share/doc/packages/gsoap/databinding/html/index.html
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_0.map
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_0.md5
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_0.png
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_1.map
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_1.md5
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_1.png
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_10.map
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_10.md5
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_10.png
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_11.map
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_11.md5
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_11.png
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_2.map
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_2.md5
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_2.png
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_3.map
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_3.md5
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_3.png
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_4.map
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_4.md5
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_4.png
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_5.map
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_5.md5
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_5.png
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_6.map
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_6.md5
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_6.png
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_7.map
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_7.md5
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_7.png
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_8.map
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_8.md5
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_8.png
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_9.map
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_9.md5
/usr/share/doc/packages/gsoap/databinding/html/inherit_graph_9.png
/usr/share/doc/packages/gsoap/databinding/html/inherits.html
/usr/share/doc/packages/gsoap/databinding/html/jquery.js
/usr/share/doc/packages/gsoap/databinding/html/main.html
/usr/share/doc/packages/gsoap/databinding/html/md___users_engelen__projects_gsoap_samples_databinding__r_e_a_d_m_e.html
/usr/share/doc/packages/gsoap/databinding/html/namespaces.html
/usr/share/doc/packages/gsoap/databinding/html/namespaces.js
/usr/share/doc/packages/gsoap/databinding/html/namespacestd.html
/usr/share/doc/packages/gsoap/databinding/html/namespacestd.js
/usr/share/doc/packages/gsoap/databinding/html/nav_f.png
/usr/share/doc/packages/gsoap/databinding/html/nav_g.png
/usr/share/doc/packages/gsoap/databinding/html/nav_h.png
/usr/share/doc/packages/gsoap/databinding/html/navtree.css
/usr/share/doc/packages/gsoap/databinding/html/navtree.js
/usr/share/doc/packages/gsoap/databinding/html/navtreedata.js
/usr/share/doc/packages/gsoap/databinding/html/navtreeindex0.js
/usr/share/doc/packages/gsoap/databinding/html/navtreeindex1.js
/usr/share/doc/packages/gsoap/databinding/html/navtreeindex2.js
/usr/share/doc/packages/gsoap/databinding/html/navtreeindex3.js
/usr/share/doc/packages/gsoap/databinding/html/open.png
/usr/share/doc/packages/gsoap/databinding/html/page__x_m_l_data_binding.html
/usr/share/doc/packages/gsoap/databinding/html/page_notes.html
/usr/share/doc/packages/gsoap/databinding/html/page_xmldatabinding.html
/usr/share/doc/packages/gsoap/databinding/html/pages.html
/usr/share/doc/packages/gsoap/databinding/html/resize.js
/usr/share/doc/packages/gsoap/databinding/html/splitbar.png
/usr/share/doc/packages/gsoap/databinding/html/struct_s_o_a_p___e_n_v_____code-members.html
/usr/share/doc/packages/gsoap/databinding/html/struct_s_o_a_p___e_n_v_____code.html
/usr/share/doc/packages/gsoap/databinding/html/struct_s_o_a_p___e_n_v_____code.js
/usr/share/doc/packages/gsoap/databinding/html/struct_s_o_a_p___e_n_v_____code__coll__graph.map
/usr/share/doc/packages/gsoap/databinding/html/struct_s_o_a_p___e_n_v_____code__coll__graph.md5
/usr/share/doc/packages/gsoap/databinding/html/struct_s_o_a_p___e_n_v_____code__coll__graph.png
/usr/share/doc/packages/gsoap/databinding/html/struct_s_o_a_p___e_n_v_____detail-members.html
/usr/share/doc/packages/gsoap/databinding/html/struct_s_o_a_p___e_n_v_____detail.html
/usr/share/doc/packages/gsoap/databinding/html/struct_s_o_a_p___e_n_v_____detail.js
/usr/share/doc/packages/gsoap/databinding/html/struct_s_o_a_p___e_n_v_____fault-members.html
/usr/share/doc/packages/gsoap/databinding/html/struct_s_o_a_p___e_n_v_____fault.html
/usr/share/doc/packages/gsoap/databinding/html/struct_s_o_a_p___e_n_v_____fault.js
/usr/share/doc/packages/gsoap/databinding/html/struct_s_o_a_p___e_n_v_____fault__coll__graph.map
/usr/share/doc/packages/gsoap/databinding/html/struct_s_o_a_p___e_n_v_____fault__coll__graph.md5
/usr/share/doc/packages/gsoap/databinding/html/struct_s_o_a_p___e_n_v_____fault__coll__graph.png
/usr/share/doc/packages/gsoap/databinding/html/struct_s_o_a_p___e_n_v_____header-members.html
/usr/share/doc/packages/gsoap/databinding/html/struct_s_o_a_p___e_n_v_____header.html
/usr/share/doc/packages/gsoap/databinding/html/struct_s_o_a_p___e_n_v_____header.js
/usr/share/doc/packages/gsoap/databinding/html/struct_s_o_a_p___e_n_v_____reason-members.html
/usr/share/doc/packages/gsoap/databinding/html/struct_s_o_a_p___e_n_v_____reason.html
/usr/share/doc/packages/gsoap/databinding/html/struct_s_o_a_p___e_n_v_____reason.js
/usr/share/doc/packages/gsoap/databinding/html/sync_off.png
/usr/share/doc/packages/gsoap/databinding/html/sync_on.png
/usr/share/doc/packages/gsoap/databinding/html/tab_a.png
/usr/share/doc/packages/gsoap/databinding/html/tab_b.png
/usr/share/doc/packages/gsoap/databinding/html/tab_h.png
/usr/share/doc/packages/gsoap/databinding/html/tab_s.png
/usr/share/doc/packages/gsoap/databinding/html/tabs.css
/usr/share/doc/packages/gsoap/databinding/html/tree.html
/usr/share/doc/packages/gsoap/dom
/usr/share/doc/packages/gsoap/dom/Doxyfile
/usr/share/doc/packages/gsoap/dom/html
/usr/share/doc/packages/gsoap/dom/html/GeniviaLogo2_trans_noslogan.png
/usr/share/doc/packages/gsoap/dom/html/_r_e_a_d_m_e_8md.html
/usr/share/doc/packages/gsoap/dom/html/annotated.html
/usr/share/doc/packages/gsoap/dom/html/arrowdown.png
/usr/share/doc/packages/gsoap/dom/html/arrowright.png
/usr/share/doc/packages/gsoap/dom/html/bc_s.png
/usr/share/doc/packages/gsoap/dom/html/bdwn.png
/usr/share/doc/packages/gsoap/dom/html/classes.html
/usr/share/doc/packages/gsoap/dom/html/classsoap__dom__attribute-members.html
/usr/share/doc/packages/gsoap/dom/html/classsoap__dom__attribute.html
/usr/share/doc/packages/gsoap/dom/html/classsoap__dom__element-members.html
/usr/share/doc/packages/gsoap/dom/html/classsoap__dom__element.html
/usr/share/doc/packages/gsoap/dom/html/closed.png
/usr/share/doc/packages/gsoap/dom/html/dir_0f6b302bf4a0964b9ad8082330a9810c.html
/usr/share/doc/packages/gsoap/dom/html/dir_0f6b302bf4a0964b9ad8082330a9810c_dep.map
/usr/share/doc/packages/gsoap/dom/html/dir_0f6b302bf4a0964b9ad8082330a9810c_dep.md5
/usr/share/doc/packages/gsoap/dom/html/dir_0f6b302bf4a0964b9ad8082330a9810c_dep.png
/usr/share/doc/packages/gsoap/dom/html/dir_40fc1c363f6d9decd8f1d69a93d152c3.html
/usr/share/doc/packages/gsoap/dom/html/dir_40fc1c363f6d9decd8f1d69a93d152c3_dep.map
/usr/share/doc/packages/gsoap/dom/html/dir_40fc1c363f6d9decd8f1d69a93d152c3_dep.md5
/usr/share/doc/packages/gsoap/dom/html/dir_40fc1c363f6d9decd8f1d69a93d152c3_dep.png
/usr/share/doc/packages/gsoap/dom/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11.html
/usr/share/doc/packages/gsoap/dom/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11_dep.map
/usr/share/doc/packages/gsoap/dom/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11_dep.md5
/usr/share/doc/packages/gsoap/dom/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11_dep.png
/usr/share/doc/packages/gsoap/dom/html/dir_64d26de44e9780deaf9ad758af7a6de1.html
/usr/share/doc/packages/gsoap/dom/html/dir_64d26de44e9780deaf9ad758af7a6de1_dep.map
/usr/share/doc/packages/gsoap/dom/html/dir_64d26de44e9780deaf9ad758af7a6de1_dep.md5
/usr/share/doc/packages/gsoap/dom/html/dir_64d26de44e9780deaf9ad758af7a6de1_dep.png
/usr/share/doc/packages/gsoap/dom/html/dir_6f9635d4fbfa321d4c00f29df5cd540c.html
/usr/share/doc/packages/gsoap/dom/html/dir_6f9635d4fbfa321d4c00f29df5cd540c_dep.map
/usr/share/doc/packages/gsoap/dom/html/dir_6f9635d4fbfa321d4c00f29df5cd540c_dep.md5
/usr/share/doc/packages/gsoap/dom/html/dir_6f9635d4fbfa321d4c00f29df5cd540c_dep.png
/usr/share/doc/packages/gsoap/dom/html/dir_ab60ac2aa67705875977cdb5f0fc5362.html
/usr/share/doc/packages/gsoap/dom/html/dir_ab60ac2aa67705875977cdb5f0fc5362_dep.map
/usr/share/doc/packages/gsoap/dom/html/dir_ab60ac2aa67705875977cdb5f0fc5362_dep.md5
/usr/share/doc/packages/gsoap/dom/html/dir_ab60ac2aa67705875977cdb5f0fc5362_dep.png
/usr/share/doc/packages/gsoap/dom/html/dir_bf96b41ed94a1484b6e719fb62055667.html
/usr/share/doc/packages/gsoap/dom/html/dir_bf96b41ed94a1484b6e719fb62055667_dep.map
/usr/share/doc/packages/gsoap/dom/html/dir_bf96b41ed94a1484b6e719fb62055667_dep.md5
/usr/share/doc/packages/gsoap/dom/html/dir_bf96b41ed94a1484b6e719fb62055667_dep.png
/usr/share/doc/packages/gsoap/dom/html/dir_d522931ffa1371640980b621734a4381.html
/usr/share/doc/packages/gsoap/dom/html/dir_d522931ffa1371640980b621734a4381_dep.map
/usr/share/doc/packages/gsoap/dom/html/dir_d522931ffa1371640980b621734a4381_dep.md5
/usr/share/doc/packages/gsoap/dom/html/dir_d522931ffa1371640980b621734a4381_dep.png
/usr/share/doc/packages/gsoap/dom/html/doc.png
/usr/share/doc/packages/gsoap/dom/html/dom2calc_8cpp.html
/usr/share/doc/packages/gsoap/dom/html/dom_8cpp.html
/usr/share/doc/packages/gsoap/dom/html/dom_8cpp__incl.map
/usr/share/doc/packages/gsoap/dom/html/dom_8cpp__incl.md5
/usr/share/doc/packages/gsoap/dom/html/dom_8cpp__incl.png
/usr/share/doc/packages/gsoap/dom/html/dom_8h.html
/usr/share/doc/packages/gsoap/dom/html/doxygen.css
/usr/share/doc/packages/gsoap/dom/html/doxygen.png
/usr/share/doc/packages/gsoap/dom/html/dynsections.js
/usr/share/doc/packages/gsoap/dom/html/files.html
/usr/share/doc/packages/gsoap/dom/html/folderclosed.png
/usr/share/doc/packages/gsoap/dom/html/folderopen.png
/usr/share/doc/packages/gsoap/dom/html/ftv2blank.png
/usr/share/doc/packages/gsoap/dom/html/ftv2cl.png
/usr/share/doc/packages/gsoap/dom/html/ftv2doc.png
/usr/share/doc/packages/gsoap/dom/html/ftv2folderclosed.png
/usr/share/doc/packages/gsoap/dom/html/ftv2folderopen.png
/usr/share/doc/packages/gsoap/dom/html/ftv2lastnode.png
/usr/share/doc/packages/gsoap/dom/html/ftv2link.png
/usr/share/doc/packages/gsoap/dom/html/ftv2mlastnode.png
/usr/share/doc/packages/gsoap/dom/html/ftv2mnode.png
/usr/share/doc/packages/gsoap/dom/html/ftv2mo.png
/usr/share/doc/packages/gsoap/dom/html/ftv2node.png
/usr/share/doc/packages/gsoap/dom/html/ftv2ns.png
/usr/share/doc/packages/gsoap/dom/html/ftv2plastnode.png
/usr/share/doc/packages/gsoap/dom/html/ftv2pnode.png
/usr/share/doc/packages/gsoap/dom/html/ftv2splitbar.png
/usr/share/doc/packages/gsoap/dom/html/ftv2vertline.png
/usr/share/doc/packages/gsoap/dom/html/functions.html
/usr/share/doc/packages/gsoap/dom/html/functions_0x7e.html
/usr/share/doc/packages/gsoap/dom/html/functions_b.html
/usr/share/doc/packages/gsoap/dom/html/functions_c.html
/usr/share/doc/packages/gsoap/dom/html/functions_d.html
/usr/share/doc/packages/gsoap/dom/html/functions_e.html
/usr/share/doc/packages/gsoap/dom/html/functions_f.html
/usr/share/doc/packages/gsoap/dom/html/functions_func.html
/usr/share/doc/packages/gsoap/dom/html/functions_func_b.html
/usr/share/doc/packages/gsoap/dom/html/functions_func_d.html
/usr/share/doc/packages/gsoap/dom/html/functions_func_e.html
/usr/share/doc/packages/gsoap/dom/html/functions_func_f.html
/usr/share/doc/packages/gsoap/dom/html/functions_func_g.html
/usr/share/doc/packages/gsoap/dom/html/functions_func_i.html
/usr/share/doc/packages/gsoap/dom/html/functions_func_l.html
/usr/share/doc/packages/gsoap/dom/html/functions_func_m.html
/usr/share/doc/packages/gsoap/dom/html/functions_func_n.html
/usr/share/doc/packages/gsoap/dom/html/functions_func_o.html
/usr/share/doc/packages/gsoap/dom/html/functions_func_p.html
/usr/share/doc/packages/gsoap/dom/html/functions_func_s.html
/usr/share/doc/packages/gsoap/dom/html/functions_func_t.html
/usr/share/doc/packages/gsoap/dom/html/functions_func_u.html
/usr/share/doc/packages/gsoap/dom/html/functions_func_~.html
/usr/share/doc/packages/gsoap/dom/html/functions_g.html
/usr/share/doc/packages/gsoap/dom/html/functions_i.html
/usr/share/doc/packages/gsoap/dom/html/functions_l.html
/usr/share/doc/packages/gsoap/dom/html/functions_m.html
/usr/share/doc/packages/gsoap/dom/html/functions_n.html
/usr/share/doc/packages/gsoap/dom/html/functions_o.html
/usr/share/doc/packages/gsoap/dom/html/functions_p.html
/usr/share/doc/packages/gsoap/dom/html/functions_s.html
/usr/share/doc/packages/gsoap/dom/html/functions_t.html
/usr/share/doc/packages/gsoap/dom/html/functions_type.html
/usr/share/doc/packages/gsoap/dom/html/functions_u.html
/usr/share/doc/packages/gsoap/dom/html/functions_vars.html
/usr/share/doc/packages/gsoap/dom/html/functions_~.html
/usr/share/doc/packages/gsoap/dom/html/genivia_content.css
/usr/share/doc/packages/gsoap/dom/html/genivia_tabs.css
/usr/share/doc/packages/gsoap/dom/html/globals.html
/usr/share/doc/packages/gsoap/dom/html/globals_defs.html
/usr/share/doc/packages/gsoap/dom/html/globals_func.html
/usr/share/doc/packages/gsoap/dom/html/globals_type.html
/usr/share/doc/packages/gsoap/dom/html/globals_vars.html
/usr/share/doc/packages/gsoap/dom/html/graph_legend.html
/usr/share/doc/packages/gsoap/dom/html/graph_legend.md5
/usr/share/doc/packages/gsoap/dom/html/graph_legend.png
/usr/share/doc/packages/gsoap/dom/html/index.html
/usr/share/doc/packages/gsoap/dom/html/jquery.js
/usr/share/doc/packages/gsoap/dom/html/namespace_s_o_a_p___d_o_m___e_x_t_e_r_n_a_l___n_a_m_e_s_p_a_c_e.html
/usr/share/doc/packages/gsoap/dom/html/namespacemembers.html
/usr/share/doc/packages/gsoap/dom/html/namespacemembers_func.html
/usr/share/doc/packages/gsoap/dom/html/namespaces.html
/usr/share/doc/packages/gsoap/dom/html/nav_f.png
/usr/share/doc/packages/gsoap/dom/html/nav_g.png
/usr/share/doc/packages/gsoap/dom/html/nav_h.png
/usr/share/doc/packages/gsoap/dom/html/open.png
/usr/share/doc/packages/gsoap/dom/html/splitbar.png
/usr/share/doc/packages/gsoap/dom/html/structsoap__dom__attribute.html
/usr/share/doc/packages/gsoap/dom/html/structsoap__dom__attribute__coll__graph.map
/usr/share/doc/packages/gsoap/dom/html/structsoap__dom__attribute__coll__graph.md5
/usr/share/doc/packages/gsoap/dom/html/structsoap__dom__attribute__coll__graph.png
/usr/share/doc/packages/gsoap/dom/html/structsoap__dom__element.html
/usr/share/doc/packages/gsoap/dom/html/structsoap__dom__element__coll__graph.map
/usr/share/doc/packages/gsoap/dom/html/structsoap__dom__element__coll__graph.md5
/usr/share/doc/packages/gsoap/dom/html/structsoap__dom__element__coll__graph.png
/usr/share/doc/packages/gsoap/dom/html/sync_off.png
/usr/share/doc/packages/gsoap/dom/html/sync_on.png
/usr/share/doc/packages/gsoap/dom/html/tab_a.png
/usr/share/doc/packages/gsoap/dom/html/tab_b.png
/usr/share/doc/packages/gsoap/dom/html/tab_h.png
/usr/share/doc/packages/gsoap/dom/html/tab_s.png
/usr/share/doc/packages/gsoap/dom/html/tabs.css
/usr/share/doc/packages/gsoap/doxygen_footer.html
/usr/share/doc/packages/gsoap/doxygen_header.html
/usr/share/doc/packages/gsoap/fonts
/usr/share/doc/packages/gsoap/fonts/inconsolata-webfont.eot
/usr/share/doc/packages/gsoap/fonts/inconsolata-webfont.svg
/usr/share/doc/packages/gsoap/fonts/inconsolata-webfont.ttf
/usr/share/doc/packages/gsoap/fonts/inconsolata-webfont.woff
/usr/share/doc/packages/gsoap/genivia_content.css
/usr/share/doc/packages/gsoap/genivia_tabs.css
/usr/share/doc/packages/gsoap/guide
/usr/share/doc/packages/gsoap/guide/Doxyfile
/usr/share/doc/packages/gsoap/guide/html
/usr/share/doc/packages/gsoap/guide/html/GeniviaLogo2_trans_noslogan.png
/usr/share/doc/packages/gsoap/guide/html/annotated.html
/usr/share/doc/packages/gsoap/guide/html/annotated_dup.js
/usr/share/doc/packages/gsoap/guide/html/arrowdown.png
/usr/share/doc/packages/gsoap/guide/html/arrowright.png
/usr/share/doc/packages/gsoap/guide/html/bc_s.png
/usr/share/doc/packages/gsoap/guide/html/bdwn.png
/usr/share/doc/packages/gsoap/guide/html/classes.html
/usr/share/doc/packages/gsoap/guide/html/closed.png
/usr/share/doc/packages/gsoap/guide/html/doc.png
/usr/share/doc/packages/gsoap/guide/html/doxygen.css
/usr/share/doc/packages/gsoap/guide/html/doxygen.png
/usr/share/doc/packages/gsoap/guide/html/dynsections.js
/usr/share/doc/packages/gsoap/guide/html/files.html
/usr/share/doc/packages/gsoap/guide/html/files.js
/usr/share/doc/packages/gsoap/guide/html/folderclosed.png
/usr/share/doc/packages/gsoap/guide/html/folderopen.png
/usr/share/doc/packages/gsoap/guide/html/functions.html
/usr/share/doc/packages/gsoap/guide/html/functions_0x7e.html
/usr/share/doc/packages/gsoap/guide/html/functions_a.html
/usr/share/doc/packages/gsoap/guide/html/functions_b.html
/usr/share/doc/packages/gsoap/guide/html/functions_c.html
/usr/share/doc/packages/gsoap/guide/html/functions_d.html
/usr/share/doc/packages/gsoap/guide/html/functions_dup.js
/usr/share/doc/packages/gsoap/guide/html/functions_e.html
/usr/share/doc/packages/gsoap/guide/html/functions_f.html
/usr/share/doc/packages/gsoap/guide/html/functions_func.html
/usr/share/doc/packages/gsoap/guide/html/functions_h.html
/usr/share/doc/packages/gsoap/guide/html/functions_i.html
/usr/share/doc/packages/gsoap/guide/html/functions_k.html
/usr/share/doc/packages/gsoap/guide/html/functions_l.html
/usr/share/doc/packages/gsoap/guide/html/functions_m.html
/usr/share/doc/packages/gsoap/guide/html/functions_n.html
/usr/share/doc/packages/gsoap/guide/html/functions_o.html
/usr/share/doc/packages/gsoap/guide/html/functions_p.html
/usr/share/doc/packages/gsoap/guide/html/functions_r.html
/usr/share/doc/packages/gsoap/guide/html/functions_s.html
/usr/share/doc/packages/gsoap/guide/html/functions_t.html
/usr/share/doc/packages/gsoap/guide/html/functions_type.html
/usr/share/doc/packages/gsoap/guide/html/functions_u.html
/usr/share/doc/packages/gsoap/guide/html/functions_v.html
/usr/share/doc/packages/gsoap/guide/html/functions_vars.html
/usr/share/doc/packages/gsoap/guide/html/functions_vars.js
/usr/share/doc/packages/gsoap/guide/html/functions_vars_a.html
/usr/share/doc/packages/gsoap/guide/html/functions_vars_b.html
/usr/share/doc/packages/gsoap/guide/html/functions_vars_c.html
/usr/share/doc/packages/gsoap/guide/html/functions_vars_d.html
/usr/share/doc/packages/gsoap/guide/html/functions_vars_e.html
/usr/share/doc/packages/gsoap/guide/html/functions_vars_f.html
/usr/share/doc/packages/gsoap/guide/html/functions_vars_h.html
/usr/share/doc/packages/gsoap/guide/html/functions_vars_i.html
/usr/share/doc/packages/gsoap/guide/html/functions_vars_k.html
/usr/share/doc/packages/gsoap/guide/html/functions_vars_l.html
/usr/share/doc/packages/gsoap/guide/html/functions_vars_m.html
/usr/share/doc/packages/gsoap/guide/html/functions_vars_n.html
/usr/share/doc/packages/gsoap/guide/html/functions_vars_o.html
/usr/share/doc/packages/gsoap/guide/html/functions_vars_p.html
/usr/share/doc/packages/gsoap/guide/html/functions_vars_r.html
/usr/share/doc/packages/gsoap/guide/html/functions_vars_s.html
/usr/share/doc/packages/gsoap/guide/html/functions_vars_t.html
/usr/share/doc/packages/gsoap/guide/html/functions_vars_u.html
/usr/share/doc/packages/gsoap/guide/html/functions_vars_v.html
/usr/share/doc/packages/gsoap/guide/html/functions_vars_z.html
/usr/share/doc/packages/gsoap/guide/html/functions_z.html
/usr/share/doc/packages/gsoap/guide/html/genivia_content.css
/usr/share/doc/packages/gsoap/guide/html/genivia_tabs.css
/usr/share/doc/packages/gsoap/guide/html/globals.html
/usr/share/doc/packages/gsoap/guide/html/globals_c.html
/usr/share/doc/packages/gsoap/guide/html/globals_d.html
/usr/share/doc/packages/gsoap/guide/html/globals_defs.html
/usr/share/doc/packages/gsoap/guide/html/globals_defs.js
/usr/share/doc/packages/gsoap/guide/html/globals_defs_d.html
/usr/share/doc/packages/gsoap/guide/html/globals_defs_f.html
/usr/share/doc/packages/gsoap/guide/html/globals_defs_l.html
/usr/share/doc/packages/gsoap/guide/html/globals_defs_m.html
/usr/share/doc/packages/gsoap/guide/html/globals_defs_s.html
/usr/share/doc/packages/gsoap/guide/html/globals_defs_t.html
/usr/share/doc/packages/gsoap/guide/html/globals_defs_u.html
/usr/share/doc/packages/gsoap/guide/html/globals_defs_w.html
/usr/share/doc/packages/gsoap/guide/html/globals_dup.js
/usr/share/doc/packages/gsoap/guide/html/globals_enum.html
/usr/share/doc/packages/gsoap/guide/html/globals_eval.html
/usr/share/doc/packages/gsoap/guide/html/globals_f.html
/usr/share/doc/packages/gsoap/guide/html/globals_func.html
/usr/share/doc/packages/gsoap/guide/html/globals_h.html
/usr/share/doc/packages/gsoap/guide/html/globals_l.html
/usr/share/doc/packages/gsoap/guide/html/globals_m.html
/usr/share/doc/packages/gsoap/guide/html/globals_n.html
/usr/share/doc/packages/gsoap/guide/html/globals_s.html
/usr/share/doc/packages/gsoap/guide/html/globals_t.html
/usr/share/doc/packages/gsoap/guide/html/globals_type.html
/usr/share/doc/packages/gsoap/guide/html/globals_u.html
/usr/share/doc/packages/gsoap/guide/html/globals_vars.html
/usr/share/doc/packages/gsoap/guide/html/globals_w.html
/usr/share/doc/packages/gsoap/guide/html/group__group__callbacks.html
/usr/share/doc/packages/gsoap/guide/html/group__group__callbacks.js
/usr/share/doc/packages/gsoap/guide/html/group__group__context.html
/usr/share/doc/packages/gsoap/guide/html/group__group__context.js
/usr/share/doc/packages/gsoap/guide/html/group__group__cookies.html
/usr/share/doc/packages/gsoap/guide/html/group__group__cookies.js
/usr/share/doc/packages/gsoap/guide/html/group__group__debug.html
/usr/share/doc/packages/gsoap/guide/html/group__group__debug.js
/usr/share/doc/packages/gsoap/guide/html/group__group__dime.html
/usr/share/doc/packages/gsoap/guide/html/group__group__dime.js
/usr/share/doc/packages/gsoap/guide/html/group__group__errors.html
/usr/share/doc/packages/gsoap/guide/html/group__group__errors.js
/usr/share/doc/packages/gsoap/guide/html/group__group__fault.html
/usr/share/doc/packages/gsoap/guide/html/group__group__fault.js
/usr/share/doc/packages/gsoap/guide/html/group__group__flags.html
/usr/share/doc/packages/gsoap/guide/html/group__group__flags.js
/usr/share/doc/packages/gsoap/guide/html/group__group__header.html
/usr/share/doc/packages/gsoap/guide/html/group__group__header.js
/usr/share/doc/packages/gsoap/guide/html/group__group__io.html
/usr/share/doc/packages/gsoap/guide/html/group__group__io.js
/usr/share/doc/packages/gsoap/guide/html/group__group__mime.html
/usr/share/doc/packages/gsoap/guide/html/group__group__mime.js
/usr/share/doc/packages/gsoap/guide/html/group__group__misc.html
/usr/share/doc/packages/gsoap/guide/html/group__group__misc.js
/usr/share/doc/packages/gsoap/guide/html/group__group__namespace.html
/usr/share/doc/packages/gsoap/guide/html/group__group__namespace.js
/usr/share/doc/packages/gsoap/guide/html/group__group__plugin.html
/usr/share/doc/packages/gsoap/guide/html/group__group__plugin.js
/usr/share/doc/packages/gsoap/guide/html/group__group__s2s.html
/usr/share/doc/packages/gsoap/guide/html/group__group__s2s.js
/usr/share/doc/packages/gsoap/guide/html/group__group__soap.html
/usr/share/doc/packages/gsoap/guide/html/group__group__soap.js
/usr/share/doc/packages/gsoap/guide/html/group__group__ssl.html
/usr/share/doc/packages/gsoap/guide/html/group__group__ssl.js
/usr/share/doc/packages/gsoap/guide/html/group__group__threads.html
/usr/share/doc/packages/gsoap/guide/html/group__group__threads.js
/usr/share/doc/packages/gsoap/guide/html/group__group__with.html
/usr/share/doc/packages/gsoap/guide/html/group__group__with.js
/usr/share/doc/packages/gsoap/guide/html/index.html
/usr/share/doc/packages/gsoap/guide/html/index_8md.html
/usr/share/doc/packages/gsoap/guide/html/jquery.js
/usr/share/doc/packages/gsoap/guide/html/modules.html
/usr/share/doc/packages/gsoap/guide/html/modules.js
/usr/share/doc/packages/gsoap/guide/html/nav_f.png
/usr/share/doc/packages/gsoap/guide/html/nav_g.png
/usr/share/doc/packages/gsoap/guide/html/nav_h.png
/usr/share/doc/packages/gsoap/guide/html/navtree.css
/usr/share/doc/packages/gsoap/guide/html/navtree.js
/usr/share/doc/packages/gsoap/guide/html/navtreedata.js
/usr/share/doc/packages/gsoap/guide/html/navtreeindex0.js
/usr/share/doc/packages/gsoap/guide/html/navtreeindex1.js
/usr/share/doc/packages/gsoap/guide/html/navtreeindex2.js
/usr/share/doc/packages/gsoap/guide/html/navtreeindex3.js
/usr/share/doc/packages/gsoap/guide/html/navtreeindex4.js
/usr/share/doc/packages/gsoap/guide/html/navtreeindex5.js
/usr/share/doc/packages/gsoap/guide/html/navtreeindex6.js
/usr/share/doc/packages/gsoap/guide/html/open.png
/usr/share/doc/packages/gsoap/guide/html/resize.js
/usr/share/doc/packages/gsoap/guide/html/splitbar.png
/usr/share/doc/packages/gsoap/guide/html/stdsoap2_8h.html
/usr/share/doc/packages/gsoap/guide/html/stdsoap2_8h.js
/usr/share/doc/packages/gsoap/guide/html/struct__xop_____include-members.html
/usr/share/doc/packages/gsoap/guide/html/struct__xop_____include.html
/usr/share/doc/packages/gsoap/guide/html/struct__xop_____include.js
/usr/share/doc/packages/gsoap/guide/html/struct_namespace-members.html
/usr/share/doc/packages/gsoap/guide/html/struct_namespace.html
/usr/share/doc/packages/gsoap/guide/html/struct_namespace.js
/usr/share/doc/packages/gsoap/guide/html/struct_s_o_a_p___e_n_v_____code-members.html
/usr/share/doc/packages/gsoap/guide/html/struct_s_o_a_p___e_n_v_____code.html
/usr/share/doc/packages/gsoap/guide/html/struct_s_o_a_p___e_n_v_____code.js
/usr/share/doc/packages/gsoap/guide/html/struct_s_o_a_p___e_n_v_____detail-members.html
/usr/share/doc/packages/gsoap/guide/html/struct_s_o_a_p___e_n_v_____detail.html
/usr/share/doc/packages/gsoap/guide/html/struct_s_o_a_p___e_n_v_____detail.js
/usr/share/doc/packages/gsoap/guide/html/struct_s_o_a_p___e_n_v_____fault-members.html
/usr/share/doc/packages/gsoap/guide/html/struct_s_o_a_p___e_n_v_____fault.html
/usr/share/doc/packages/gsoap/guide/html/struct_s_o_a_p___e_n_v_____fault.js
/usr/share/doc/packages/gsoap/guide/html/struct_s_o_a_p___e_n_v_____header.html
/usr/share/doc/packages/gsoap/guide/html/struct_s_o_a_p___e_n_v_____reason-members.html
/usr/share/doc/packages/gsoap/guide/html/struct_s_o_a_p___e_n_v_____reason.html
/usr/share/doc/packages/gsoap/guide/html/struct_s_o_a_p___e_n_v_____reason.js
/usr/share/doc/packages/gsoap/guide/html/structsoap-members.html
/usr/share/doc/packages/gsoap/guide/html/structsoap.html
/usr/share/doc/packages/gsoap/guide/html/structsoap.js
/usr/share/doc/packages/gsoap/guide/html/structsoap__cookie-members.html
/usr/share/doc/packages/gsoap/guide/html/structsoap__cookie.html
/usr/share/doc/packages/gsoap/guide/html/structsoap__cookie.js
/usr/share/doc/packages/gsoap/guide/html/structsoap__dime-members.html
/usr/share/doc/packages/gsoap/guide/html/structsoap__dime.html
/usr/share/doc/packages/gsoap/guide/html/structsoap__dime.js
/usr/share/doc/packages/gsoap/guide/html/structsoap__mime-members.html
/usr/share/doc/packages/gsoap/guide/html/structsoap__mime.html
/usr/share/doc/packages/gsoap/guide/html/structsoap__mime.js
/usr/share/doc/packages/gsoap/guide/html/structsoap__multipart-members.html
/usr/share/doc/packages/gsoap/guide/html/structsoap__multipart.html
/usr/share/doc/packages/gsoap/guide/html/structsoap__multipart.js
/usr/share/doc/packages/gsoap/guide/html/structxsd____base64_binary-members.html
/usr/share/doc/packages/gsoap/guide/html/structxsd____base64_binary.html
/usr/share/doc/packages/gsoap/guide/html/structxsd____base64_binary.js
/usr/share/doc/packages/gsoap/guide/html/structxsd____hex_binary-members.html
/usr/share/doc/packages/gsoap/guide/html/structxsd____hex_binary.html
/usr/share/doc/packages/gsoap/guide/html/structxsd____hex_binary.js
/usr/share/doc/packages/gsoap/guide/html/sync_off.png
/usr/share/doc/packages/gsoap/guide/html/sync_on.png
/usr/share/doc/packages/gsoap/guide/html/tab_a.png
/usr/share/doc/packages/gsoap/guide/html/tab_b.png
/usr/share/doc/packages/gsoap/guide/html/tab_h.png
/usr/share/doc/packages/gsoap/guide/html/tab_s.png
/usr/share/doc/packages/gsoap/guide/html/tabs.css
/usr/share/doc/packages/gsoap/guide/index.md
/usr/share/doc/packages/gsoap/guide/stdsoap2.h
/usr/share/doc/packages/gsoap/httpda
/usr/share/doc/packages/gsoap/httpda/Doxyfile
/usr/share/doc/packages/gsoap/httpda/html
/usr/share/doc/packages/gsoap/httpda/html/GeniviaLogo2_trans_noslogan.png
/usr/share/doc/packages/gsoap/httpda/html/annotated.html
/usr/share/doc/packages/gsoap/httpda/html/arrowdown.png
/usr/share/doc/packages/gsoap/httpda/html/arrowright.png
/usr/share/doc/packages/gsoap/httpda/html/bc_s.png
/usr/share/doc/packages/gsoap/httpda/html/bdwn.png
/usr/share/doc/packages/gsoap/httpda/html/classes.html
/usr/share/doc/packages/gsoap/httpda/html/closed.png
/usr/share/doc/packages/gsoap/httpda/html/da.html
/usr/share/doc/packages/gsoap/httpda/html/dir_02c18461596af798c7ff990e8531c6a5.html
/usr/share/doc/packages/gsoap/httpda/html/dir_02c18461596af798c7ff990e8531c6a5_dep.map
/usr/share/doc/packages/gsoap/httpda/html/dir_02c18461596af798c7ff990e8531c6a5_dep.md5
/usr/share/doc/packages/gsoap/httpda/html/dir_02c18461596af798c7ff990e8531c6a5_dep.png
/usr/share/doc/packages/gsoap/httpda/html/dir_0f6b302bf4a0964b9ad8082330a9810c.html
/usr/share/doc/packages/gsoap/httpda/html/dir_0f6b302bf4a0964b9ad8082330a9810c_dep.map
/usr/share/doc/packages/gsoap/httpda/html/dir_0f6b302bf4a0964b9ad8082330a9810c_dep.md5
/usr/share/doc/packages/gsoap/httpda/html/dir_0f6b302bf4a0964b9ad8082330a9810c_dep.png
/usr/share/doc/packages/gsoap/httpda/html/dir_ab60ac2aa67705875977cdb5f0fc5362.html
/usr/share/doc/packages/gsoap/httpda/html/dir_ab60ac2aa67705875977cdb5f0fc5362_dep.map
/usr/share/doc/packages/gsoap/httpda/html/dir_ab60ac2aa67705875977cdb5f0fc5362_dep.md5
/usr/share/doc/packages/gsoap/httpda/html/dir_ab60ac2aa67705875977cdb5f0fc5362_dep.png
/usr/share/doc/packages/gsoap/httpda/html/dir_b4c3aec6cd8f28418150dce663061cfa.html
/usr/share/doc/packages/gsoap/httpda/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.map
/usr/share/doc/packages/gsoap/httpda/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.md5
/usr/share/doc/packages/gsoap/httpda/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.png
/usr/share/doc/packages/gsoap/httpda/html/dir_bf96b41ed94a1484b6e719fb62055667.html
/usr/share/doc/packages/gsoap/httpda/html/dir_bf96b41ed94a1484b6e719fb62055667_dep.map
/usr/share/doc/packages/gsoap/httpda/html/dir_bf96b41ed94a1484b6e719fb62055667_dep.md5
/usr/share/doc/packages/gsoap/httpda/html/dir_bf96b41ed94a1484b6e719fb62055667_dep.png
/usr/share/doc/packages/gsoap/httpda/html/dir_d522931ffa1371640980b621734a4381.html
/usr/share/doc/packages/gsoap/httpda/html/dir_d522931ffa1371640980b621734a4381_dep.map
/usr/share/doc/packages/gsoap/httpda/html/dir_d522931ffa1371640980b621734a4381_dep.md5
/usr/share/doc/packages/gsoap/httpda/html/dir_d522931ffa1371640980b621734a4381_dep.png
/usr/share/doc/packages/gsoap/httpda/html/doc.png
/usr/share/doc/packages/gsoap/httpda/html/doxygen.css
/usr/share/doc/packages/gsoap/httpda/html/doxygen.png
/usr/share/doc/packages/gsoap/httpda/html/dynsections.js
/usr/share/doc/packages/gsoap/httpda/html/files.html
/usr/share/doc/packages/gsoap/httpda/html/folderclosed.png
/usr/share/doc/packages/gsoap/httpda/html/folderopen.png
/usr/share/doc/packages/gsoap/httpda/html/ftv2blank.png
/usr/share/doc/packages/gsoap/httpda/html/ftv2cl.png
/usr/share/doc/packages/gsoap/httpda/html/ftv2doc.png
/usr/share/doc/packages/gsoap/httpda/html/ftv2folderclosed.png
/usr/share/doc/packages/gsoap/httpda/html/ftv2folderopen.png
/usr/share/doc/packages/gsoap/httpda/html/ftv2lastnode.png
/usr/share/doc/packages/gsoap/httpda/html/ftv2link.png
/usr/share/doc/packages/gsoap/httpda/html/ftv2mlastnode.png
/usr/share/doc/packages/gsoap/httpda/html/ftv2mnode.png
/usr/share/doc/packages/gsoap/httpda/html/ftv2mo.png
/usr/share/doc/packages/gsoap/httpda/html/ftv2node.png
/usr/share/doc/packages/gsoap/httpda/html/ftv2ns.png
/usr/share/doc/packages/gsoap/httpda/html/ftv2plastnode.png
/usr/share/doc/packages/gsoap/httpda/html/ftv2pnode.png
/usr/share/doc/packages/gsoap/httpda/html/ftv2splitbar.png
/usr/share/doc/packages/gsoap/httpda/html/ftv2vertline.png
/usr/share/doc/packages/gsoap/httpda/html/functions.html
/usr/share/doc/packages/gsoap/httpda/html/functions_vars.html
/usr/share/doc/packages/gsoap/httpda/html/genivia_content.css
/usr/share/doc/packages/gsoap/httpda/html/genivia_tabs.css
/usr/share/doc/packages/gsoap/httpda/html/globals.html
/usr/share/doc/packages/gsoap/httpda/html/globals_defs.html
/usr/share/doc/packages/gsoap/httpda/html/globals_enum.html
/usr/share/doc/packages/gsoap/httpda/html/globals_eval.html
/usr/share/doc/packages/gsoap/httpda/html/globals_func.html
/usr/share/doc/packages/gsoap/httpda/html/globals_vars.html
/usr/share/doc/packages/gsoap/httpda/html/graph_legend.html
/usr/share/doc/packages/gsoap/httpda/html/graph_legend.md5
/usr/share/doc/packages/gsoap/httpda/html/graph_legend.png
/usr/share/doc/packages/gsoap/httpda/html/http_da_0.html
/usr/share/doc/packages/gsoap/httpda/html/httpda.html
/usr/share/doc/packages/gsoap/httpda/html/httpda0.html
/usr/share/doc/packages/gsoap/httpda/html/httpda_0.html
/usr/share/doc/packages/gsoap/httpda/html/httpda_8c.html
/usr/share/doc/packages/gsoap/httpda/html/httpda_8c__incl.map
/usr/share/doc/packages/gsoap/httpda/html/httpda_8c__incl.md5
/usr/share/doc/packages/gsoap/httpda/html/httpda_8c__incl.png
/usr/share/doc/packages/gsoap/httpda/html/httpda_8h.html
/usr/share/doc/packages/gsoap/httpda/html/httpda_8h__dep__incl.map
/usr/share/doc/packages/gsoap/httpda/html/httpda_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/httpda/html/httpda_8h__dep__incl.png
/usr/share/doc/packages/gsoap/httpda/html/httpda_8h__incl.map
/usr/share/doc/packages/gsoap/httpda/html/httpda_8h__incl.md5
/usr/share/doc/packages/gsoap/httpda/html/httpda_8h__incl.png
/usr/share/doc/packages/gsoap/httpda/html/index.html
/usr/share/doc/packages/gsoap/httpda/html/jquery.js
/usr/share/doc/packages/gsoap/httpda/html/md5evp_8c.html
/usr/share/doc/packages/gsoap/httpda/html/md5evp_8c__incl.map
/usr/share/doc/packages/gsoap/httpda/html/md5evp_8c__incl.md5
/usr/share/doc/packages/gsoap/httpda/html/md5evp_8c__incl.png
/usr/share/doc/packages/gsoap/httpda/html/md5evp_8h.html
/usr/share/doc/packages/gsoap/httpda/html/md5evp_8h__dep__incl.map
/usr/share/doc/packages/gsoap/httpda/html/md5evp_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/httpda/html/md5evp_8h__dep__incl.png
/usr/share/doc/packages/gsoap/httpda/html/md5evp_8h__incl.map
/usr/share/doc/packages/gsoap/httpda/html/md5evp_8h__incl.md5
/usr/share/doc/packages/gsoap/httpda/html/md5evp_8h__incl.png
/usr/share/doc/packages/gsoap/httpda/html/nav_f.png
/usr/share/doc/packages/gsoap/httpda/html/nav_g.png
/usr/share/doc/packages/gsoap/httpda/html/nav_h.png
/usr/share/doc/packages/gsoap/httpda/html/open.png
/usr/share/doc/packages/gsoap/httpda/html/pages.html
/usr/share/doc/packages/gsoap/httpda/html/smdevp.html
/usr/share/doc/packages/gsoap/httpda/html/smdevp_8c.html
/usr/share/doc/packages/gsoap/httpda/html/smdevp_8c__incl.map
/usr/share/doc/packages/gsoap/httpda/html/smdevp_8c__incl.md5
/usr/share/doc/packages/gsoap/httpda/html/smdevp_8c__incl.png
/usr/share/doc/packages/gsoap/httpda/html/smdevp_8h.html
/usr/share/doc/packages/gsoap/httpda/html/smdevp_8h__dep__incl.map
/usr/share/doc/packages/gsoap/httpda/html/smdevp_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/httpda/html/smdevp_8h__dep__incl.png
/usr/share/doc/packages/gsoap/httpda/html/smdevp_8h__incl.map
/usr/share/doc/packages/gsoap/httpda/html/smdevp_8h__incl.md5
/usr/share/doc/packages/gsoap/httpda/html/smdevp_8h__incl.png
/usr/share/doc/packages/gsoap/httpda/html/splitbar.png
/usr/share/doc/packages/gsoap/httpda/html/structhttp__da__data-members.html
/usr/share/doc/packages/gsoap/httpda/html/structhttp__da__data.html
/usr/share/doc/packages/gsoap/httpda/html/structhttp__da__data__coll__graph.map
/usr/share/doc/packages/gsoap/httpda/html/structhttp__da__data__coll__graph.md5
/usr/share/doc/packages/gsoap/httpda/html/structhttp__da__data__coll__graph.png
/usr/share/doc/packages/gsoap/httpda/html/structhttp__da__info-members.html
/usr/share/doc/packages/gsoap/httpda/html/structhttp__da__info.html
/usr/share/doc/packages/gsoap/httpda/html/structhttp__da__session-members.html
/usr/share/doc/packages/gsoap/httpda/html/structhttp__da__session.html
/usr/share/doc/packages/gsoap/httpda/html/structhttp__da__session__coll__graph.map
/usr/share/doc/packages/gsoap/httpda/html/structhttp__da__session__coll__graph.md5
/usr/share/doc/packages/gsoap/httpda/html/structhttp__da__session__coll__graph.png
/usr/share/doc/packages/gsoap/httpda/html/structsoap__smd__data-members.html
/usr/share/doc/packages/gsoap/httpda/html/structsoap__smd__data.html
/usr/share/doc/packages/gsoap/httpda/html/sync_off.png
/usr/share/doc/packages/gsoap/httpda/html/sync_on.png
/usr/share/doc/packages/gsoap/httpda/html/tab_a.png
/usr/share/doc/packages/gsoap/httpda/html/tab_b.png
/usr/share/doc/packages/gsoap/httpda/html/tab_h.png
/usr/share/doc/packages/gsoap/httpda/html/tab_s.png
/usr/share/doc/packages/gsoap/httpda/html/tabs.css
/usr/share/doc/packages/gsoap/httpda/html/threads.html
/usr/share/doc/packages/gsoap/httpda/html/threads_8c.html
/usr/share/doc/packages/gsoap/httpda/html/threads_8c__incl.map
/usr/share/doc/packages/gsoap/httpda/html/threads_8c__incl.md5
/usr/share/doc/packages/gsoap/httpda/html/threads_8c__incl.png
/usr/share/doc/packages/gsoap/httpda/html/threads_8h.html
/usr/share/doc/packages/gsoap/httpda/html/threads_8h__dep__incl.map
/usr/share/doc/packages/gsoap/httpda/html/threads_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/httpda/html/threads_8h__dep__incl.png
/usr/share/doc/packages/gsoap/httpda/html/threads_8h__incl.map
/usr/share/doc/packages/gsoap/httpda/html/threads_8h__incl.md5
/usr/share/doc/packages/gsoap/httpda/html/threads_8h__incl.png
/usr/share/doc/packages/gsoap/httpda/html/xhttpda.html
/usr/share/doc/packages/gsoap/index.html
/usr/share/doc/packages/gsoap/ios
/usr/share/doc/packages/gsoap/ios/Doxyfile
/usr/share/doc/packages/gsoap/ios/html
/usr/share/doc/packages/gsoap/ios/html/GeniviaLogo2_trans_noslogan.png
/usr/share/doc/packages/gsoap/ios/html/_r_e_a_d_m_e_8md.html
/usr/share/doc/packages/gsoap/ios/html/annotated.html
/usr/share/doc/packages/gsoap/ios/html/arrowdown.png
/usr/share/doc/packages/gsoap/ios/html/arrowright.png
/usr/share/doc/packages/gsoap/ios/html/bc_s.png
/usr/share/doc/packages/gsoap/ios/html/bdwn.png
/usr/share/doc/packages/gsoap/ios/html/calc-result.png
/usr/share/doc/packages/gsoap/ios/html/calc-view.png
/usr/share/doc/packages/gsoap/ios/html/class_g_soapi_o_s_u_r_l_data-members.html
/usr/share/doc/packages/gsoap/ios/html/classes.html
/usr/share/doc/packages/gsoap/ios/html/closed.png
/usr/share/doc/packages/gsoap/ios/html/dir_9c9f028f1e7387285787a6c09b069170.html
/usr/share/doc/packages/gsoap/ios/html/dir_9c9f028f1e7387285787a6c09b069170_dep.map
/usr/share/doc/packages/gsoap/ios/html/dir_9c9f028f1e7387285787a6c09b069170_dep.md5
/usr/share/doc/packages/gsoap/ios/html/dir_9c9f028f1e7387285787a6c09b069170_dep.png
/usr/share/doc/packages/gsoap/ios/html/doc.png
/usr/share/doc/packages/gsoap/ios/html/doxygen.css
/usr/share/doc/packages/gsoap/ios/html/doxygen.png
/usr/share/doc/packages/gsoap/ios/html/dynsections.js
/usr/share/doc/packages/gsoap/ios/html/files.html
/usr/share/doc/packages/gsoap/ios/html/folderclosed.png
/usr/share/doc/packages/gsoap/ios/html/folderopen.png
/usr/share/doc/packages/gsoap/ios/html/functions.html
/usr/share/doc/packages/gsoap/ios/html/functions_func.html
/usr/share/doc/packages/gsoap/ios/html/functions_prop.html
/usr/share/doc/packages/gsoap/ios/html/functions_vars.html
/usr/share/doc/packages/gsoap/ios/html/genivia_content.css
/usr/share/doc/packages/gsoap/ios/html/genivia_tabs.css
/usr/share/doc/packages/gsoap/ios/html/geoip-result.png
/usr/share/doc/packages/gsoap/ios/html/geoip-view.png
/usr/share/doc/packages/gsoap/ios/html/globals.html
/usr/share/doc/packages/gsoap/ios/html/globals_defs.html
/usr/share/doc/packages/gsoap/ios/html/globals_func.html
/usr/share/doc/packages/gsoap/ios/html/globals_vars.html
/usr/share/doc/packages/gsoap/ios/html/graph_legend.html
/usr/share/doc/packages/gsoap/ios/html/graph_legend.md5
/usr/share/doc/packages/gsoap/ios/html/graph_legend.png
/usr/share/doc/packages/gsoap/ios/html/gsoapios_8h.html
/usr/share/doc/packages/gsoap/ios/html/gsoapios_8h__dep__incl.map
/usr/share/doc/packages/gsoap/ios/html/gsoapios_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/ios/html/gsoapios_8h__dep__incl.png
/usr/share/doc/packages/gsoap/ios/html/gsoapios_8h__incl.map
/usr/share/doc/packages/gsoap/ios/html/gsoapios_8h__incl.md5
/usr/share/doc/packages/gsoap/ios/html/gsoapios_8h__incl.png
/usr/share/doc/packages/gsoap/ios/html/gsoapios_8mm.html
/usr/share/doc/packages/gsoap/ios/html/gsoapios_8mm__incl.map
/usr/share/doc/packages/gsoap/ios/html/gsoapios_8mm__incl.md5
/usr/share/doc/packages/gsoap/ios/html/gsoapios_8mm__incl.png
/usr/share/doc/packages/gsoap/ios/html/hierarchy.html
/usr/share/doc/packages/gsoap/ios/html/index.html
/usr/share/doc/packages/gsoap/ios/html/inherit_graph_0.map
/usr/share/doc/packages/gsoap/ios/html/inherit_graph_0.md5
/usr/share/doc/packages/gsoap/ios/html/inherit_graph_0.png
/usr/share/doc/packages/gsoap/ios/html/inherit_graph_1.map
/usr/share/doc/packages/gsoap/ios/html/inherit_graph_1.md5
/usr/share/doc/packages/gsoap/ios/html/inherit_graph_1.png
/usr/share/doc/packages/gsoap/ios/html/inherit_graph_2.map
/usr/share/doc/packages/gsoap/ios/html/inherit_graph_2.md5
/usr/share/doc/packages/gsoap/ios/html/inherit_graph_2.png
/usr/share/doc/packages/gsoap/ios/html/inherits.html
/usr/share/doc/packages/gsoap/ios/html/interface_g_soapi_o_s_u_r_l_data.html
/usr/share/doc/packages/gsoap/ios/html/interface_g_soapi_o_s_u_r_l_data__coll__graph.map
/usr/share/doc/packages/gsoap/ios/html/interface_g_soapi_o_s_u_r_l_data__coll__graph.md5
/usr/share/doc/packages/gsoap/ios/html/interface_g_soapi_o_s_u_r_l_data__coll__graph.png
/usr/share/doc/packages/gsoap/ios/html/interface_g_soapi_o_s_u_r_l_data__inherit__graph.map
/usr/share/doc/packages/gsoap/ios/html/interface_g_soapi_o_s_u_r_l_data__inherit__graph.md5
/usr/share/doc/packages/gsoap/ios/html/interface_g_soapi_o_s_u_r_l_data__inherit__graph.png
/usr/share/doc/packages/gsoap/ios/html/interface_view_controller.html
/usr/share/doc/packages/gsoap/ios/html/ios_0.html
/usr/share/doc/packages/gsoap/ios/html/jquery.js
/usr/share/doc/packages/gsoap/ios/html/md__Users_engelen_Projects_gsoap_ios_plugin_README.html
/usr/share/doc/packages/gsoap/ios/html/md___users_engelen__projects_gsoap_ios_plugin__r_e_a_d_m_e.html
/usr/share/doc/packages/gsoap/ios/html/nav_f.png
/usr/share/doc/packages/gsoap/ios/html/nav_g.png
/usr/share/doc/packages/gsoap/ios/html/nav_h.png
/usr/share/doc/packages/gsoap/ios/html/open.png
/usr/share/doc/packages/gsoap/ios/html/pages.html
/usr/share/doc/packages/gsoap/ios/html/splitbar.png
/usr/share/doc/packages/gsoap/ios/html/structsoap__ios__data-members.html
/usr/share/doc/packages/gsoap/ios/html/structsoap__ios__data.html
/usr/share/doc/packages/gsoap/ios/html/structsoap__ios__data__coll__graph.map
/usr/share/doc/packages/gsoap/ios/html/structsoap__ios__data__coll__graph.md5
/usr/share/doc/packages/gsoap/ios/html/structsoap__ios__data__coll__graph.png
/usr/share/doc/packages/gsoap/ios/html/sync_off.png
/usr/share/doc/packages/gsoap/ios/html/sync_on.png
/usr/share/doc/packages/gsoap/ios/html/tab_a.png
/usr/share/doc/packages/gsoap/ios/html/tab_b.png
/usr/share/doc/packages/gsoap/ios/html/tab_h.png
/usr/share/doc/packages/gsoap/ios/html/tab_s.png
/usr/share/doc/packages/gsoap/ios/html/tabs.css
/usr/share/doc/packages/gsoap/isapi
/usr/share/doc/packages/gsoap/isapi/Doxyfile
/usr/share/doc/packages/gsoap/isapi/html
/usr/share/doc/packages/gsoap/isapi/html/GeniviaLogo2_trans_noslogan.png
/usr/share/doc/packages/gsoap/isapi/html/_http_context_8cpp.html
/usr/share/doc/packages/gsoap/isapi/html/_http_context_8cpp__incl.map
/usr/share/doc/packages/gsoap/isapi/html/_http_context_8cpp__incl.md5
/usr/share/doc/packages/gsoap/isapi/html/_http_context_8cpp__incl.png
/usr/share/doc/packages/gsoap/isapi/html/_http_context_8h.html
/usr/share/doc/packages/gsoap/isapi/html/_http_context_8h__dep__incl.map
/usr/share/doc/packages/gsoap/isapi/html/_http_context_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/isapi/html/_http_context_8h__dep__incl.png
/usr/share/doc/packages/gsoap/isapi/html/_http_context_8h__incl.map
/usr/share/doc/packages/gsoap/isapi/html/_http_context_8h__incl.md5
/usr/share/doc/packages/gsoap/isapi/html/_http_context_8h__incl.png
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___http_context_8cpp.html
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___http_context_8cpp__incl.map
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___http_context_8cpp__incl.md5
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___http_context_8cpp__incl.png
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___http_context_8h.html
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___http_context_8h__dep__incl.map
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___http_context_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___http_context_8h__dep__incl.png
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___http_context_8h__incl.map
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___http_context_8h__incl.md5
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___http_context_8h__incl.png
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___server_8cpp.html
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___server_8cpp__incl.map
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___server_8cpp__incl.md5
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___server_8cpp__incl.png
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___server_8h.html
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___server_8h__dep__incl.map
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___server_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___server_8h__dep__incl.png
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___server_8h__incl.map
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___server_8h__incl.md5
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___server_8h__incl.png
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___soap_server_factory_8cpp.html
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___soap_server_factory_8cpp__incl.map
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___soap_server_factory_8cpp__incl.md5
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___soap_server_factory_8cpp__incl.png
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___soap_server_factory_8h.html
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___soap_server_factory_8h__dep__incl.map
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___soap_server_factory_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___soap_server_factory_8h__dep__incl.png
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___soap_server_factory_8h__incl.map
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___soap_server_factory_8h__incl.md5
/usr/share/doc/packages/gsoap/isapi/html/_i_s_a_p_i___soap_server_factory_8h__incl.png
/usr/share/doc/packages/gsoap/isapi/html/_r_e_a_d_m_e_8md.html
/usr/share/doc/packages/gsoap/isapi/html/annotated.html
/usr/share/doc/packages/gsoap/isapi/html/arrowdown.png
/usr/share/doc/packages/gsoap/isapi/html/arrowright.png
/usr/share/doc/packages/gsoap/isapi/html/bc_s.png
/usr/share/doc/packages/gsoap/isapi/html/bdwn.png
/usr/share/doc/packages/gsoap/isapi/html/casecmpless_8h.html
/usr/share/doc/packages/gsoap/isapi/html/casecmpless_8h__dep__incl.map
/usr/share/doc/packages/gsoap/isapi/html/casecmpless_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/isapi/html/casecmpless_8h__dep__incl.png
/usr/share/doc/packages/gsoap/isapi/html/class_critical_section_lock-members.html
/usr/share/doc/packages/gsoap/isapi/html/class_critical_section_lock.html
/usr/share/doc/packages/gsoap/isapi/html/class_dll_map-members.html
/usr/share/doc/packages/gsoap/isapi/html/class_dll_map.html
/usr/share/doc/packages/gsoap/isapi/html/class_dll_map__coll__graph.map
/usr/share/doc/packages/gsoap/isapi/html/class_dll_map__coll__graph.md5
/usr/share/doc/packages/gsoap/isapi/html/class_dll_map__coll__graph.png
/usr/share/doc/packages/gsoap/isapi/html/class_dll_map__inherit__graph.map
/usr/share/doc/packages/gsoap/isapi/html/class_dll_map__inherit__graph.md5
/usr/share/doc/packages/gsoap/isapi/html/class_dll_map__inherit__graph.png
/usr/share/doc/packages/gsoap/isapi/html/class_http_message-members.html
/usr/share/doc/packages/gsoap/isapi/html/class_http_message.html
/usr/share/doc/packages/gsoap/isapi/html/class_http_message__inherit__graph.map
/usr/share/doc/packages/gsoap/isapi/html/class_http_message__inherit__graph.md5
/usr/share/doc/packages/gsoap/isapi/html/class_http_message__inherit__graph.png
/usr/share/doc/packages/gsoap/isapi/html/class_http_request-members.html
/usr/share/doc/packages/gsoap/isapi/html/class_http_request.html
/usr/share/doc/packages/gsoap/isapi/html/class_http_request__coll__graph.map
/usr/share/doc/packages/gsoap/isapi/html/class_http_request__coll__graph.md5
/usr/share/doc/packages/gsoap/isapi/html/class_http_request__coll__graph.png
/usr/share/doc/packages/gsoap/isapi/html/class_http_request__inherit__graph.map
/usr/share/doc/packages/gsoap/isapi/html/class_http_request__inherit__graph.md5
/usr/share/doc/packages/gsoap/isapi/html/class_http_request__inherit__graph.png
/usr/share/doc/packages/gsoap/isapi/html/class_http_response-members.html
/usr/share/doc/packages/gsoap/isapi/html/class_http_response.html
/usr/share/doc/packages/gsoap/isapi/html/class_http_response__coll__graph.map
/usr/share/doc/packages/gsoap/isapi/html/class_http_response__coll__graph.md5
/usr/share/doc/packages/gsoap/isapi/html/class_http_response__coll__graph.png
/usr/share/doc/packages/gsoap/isapi/html/class_http_response__inherit__graph.map
/usr/share/doc/packages/gsoap/isapi/html/class_http_response__inherit__graph.md5
/usr/share/doc/packages/gsoap/isapi/html/class_http_response__inherit__graph.png
/usr/share/doc/packages/gsoap/isapi/html/class_i_s_a_p_i___http_request-members.html
/usr/share/doc/packages/gsoap/isapi/html/class_i_s_a_p_i___http_request.html
/usr/share/doc/packages/gsoap/isapi/html/class_i_s_a_p_i___http_request__coll__graph.map
/usr/share/doc/packages/gsoap/isapi/html/class_i_s_a_p_i___http_request__coll__graph.md5
/usr/share/doc/packages/gsoap/isapi/html/class_i_s_a_p_i___http_request__coll__graph.png
/usr/share/doc/packages/gsoap/isapi/html/class_i_s_a_p_i___http_request__inherit__graph.map
/usr/share/doc/packages/gsoap/isapi/html/class_i_s_a_p_i___http_request__inherit__graph.md5
/usr/share/doc/packages/gsoap/isapi/html/class_i_s_a_p_i___http_request__inherit__graph.png
/usr/share/doc/packages/gsoap/isapi/html/class_i_s_a_p_i___server-members.html
/usr/share/doc/packages/gsoap/isapi/html/class_i_s_a_p_i___server.html
/usr/share/doc/packages/gsoap/isapi/html/class_i_s_a_p_i___soap_server_factory-members.html
/usr/share/doc/packages/gsoap/isapi/html/class_i_s_a_p_i___soap_server_factory.html
/usr/share/doc/packages/gsoap/isapi/html/class_i_s_a_p_i___soap_server_factory__coll__graph.map
/usr/share/doc/packages/gsoap/isapi/html/class_i_s_a_p_i___soap_server_factory__coll__graph.md5
/usr/share/doc/packages/gsoap/isapi/html/class_i_s_a_p_i___soap_server_factory__coll__graph.png
/usr/share/doc/packages/gsoap/isapi/html/class_soap_dll-members.html
/usr/share/doc/packages/gsoap/isapi/html/class_soap_dll.html
/usr/share/doc/packages/gsoap/isapi/html/class_soap_dll__coll__graph.map
/usr/share/doc/packages/gsoap/isapi/html/class_soap_dll__coll__graph.md5
/usr/share/doc/packages/gsoap/isapi/html/class_soap_dll__coll__graph.png
/usr/share/doc/packages/gsoap/isapi/html/class_soap_transaction-members.html
/usr/share/doc/packages/gsoap/isapi/html/class_soap_transaction.html
/usr/share/doc/packages/gsoap/isapi/html/class_soap_transaction__coll__graph.map
/usr/share/doc/packages/gsoap/isapi/html/class_soap_transaction__coll__graph.md5
/usr/share/doc/packages/gsoap/isapi/html/class_soap_transaction__coll__graph.png
/usr/share/doc/packages/gsoap/isapi/html/classes.html
/usr/share/doc/packages/gsoap/isapi/html/classisapistream-members.html
/usr/share/doc/packages/gsoap/isapi/html/classisapistream.html
/usr/share/doc/packages/gsoap/isapi/html/classisapistream__coll__graph.map
/usr/share/doc/packages/gsoap/isapi/html/classisapistream__coll__graph.md5
/usr/share/doc/packages/gsoap/isapi/html/classisapistream__coll__graph.png
/usr/share/doc/packages/gsoap/isapi/html/classisapistream__inherit__graph.map
/usr/share/doc/packages/gsoap/isapi/html/classisapistream__inherit__graph.md5
/usr/share/doc/packages/gsoap/isapi/html/classisapistream__inherit__graph.png
/usr/share/doc/packages/gsoap/isapi/html/classisapistreambuf-members.html
/usr/share/doc/packages/gsoap/isapi/html/classisapistreambuf.html
/usr/share/doc/packages/gsoap/isapi/html/classisapistreambuf__coll__graph.map
/usr/share/doc/packages/gsoap/isapi/html/classisapistreambuf__coll__graph.md5
/usr/share/doc/packages/gsoap/isapi/html/classisapistreambuf__coll__graph.png
/usr/share/doc/packages/gsoap/isapi/html/classisapistreambuf__inherit__graph.map
/usr/share/doc/packages/gsoap/isapi/html/classisapistreambuf__inherit__graph.md5
/usr/share/doc/packages/gsoap/isapi/html/classisapistreambuf__inherit__graph.png
/usr/share/doc/packages/gsoap/isapi/html/classmod__gsoap__interface-members.html
/usr/share/doc/packages/gsoap/isapi/html/classmod__gsoap__interface.html
/usr/share/doc/packages/gsoap/isapi/html/closed.png
/usr/share/doc/packages/gsoap/isapi/html/dir_3f50e7ff7c7fca28c20db51ffc305e31.html
/usr/share/doc/packages/gsoap/isapi/html/dir_3f50e7ff7c7fca28c20db51ffc305e31_dep.map
/usr/share/doc/packages/gsoap/isapi/html/dir_3f50e7ff7c7fca28c20db51ffc305e31_dep.md5
/usr/share/doc/packages/gsoap/isapi/html/dir_3f50e7ff7c7fca28c20db51ffc305e31_dep.png
/usr/share/doc/packages/gsoap/isapi/html/dir_72636c4f428028044b5709ae8bf3a1d0.html
/usr/share/doc/packages/gsoap/isapi/html/dir_72636c4f428028044b5709ae8bf3a1d0_dep.map
/usr/share/doc/packages/gsoap/isapi/html/dir_72636c4f428028044b5709ae8bf3a1d0_dep.md5
/usr/share/doc/packages/gsoap/isapi/html/dir_72636c4f428028044b5709ae8bf3a1d0_dep.png
/usr/share/doc/packages/gsoap/isapi/html/dir_a1ff59bcb9d97ab50614c4d0944a92f3.html
/usr/share/doc/packages/gsoap/isapi/html/dir_a1ff59bcb9d97ab50614c4d0944a92f3_dep.map
/usr/share/doc/packages/gsoap/isapi/html/dir_a1ff59bcb9d97ab50614c4d0944a92f3_dep.md5
/usr/share/doc/packages/gsoap/isapi/html/dir_a1ff59bcb9d97ab50614c4d0944a92f3_dep.png
/usr/share/doc/packages/gsoap/isapi/html/dir_f3929c311f8dcb24e971139386611406.html
/usr/share/doc/packages/gsoap/isapi/html/dir_f3929c311f8dcb24e971139386611406_dep.map
/usr/share/doc/packages/gsoap/isapi/html/dir_f3929c311f8dcb24e971139386611406_dep.md5
/usr/share/doc/packages/gsoap/isapi/html/dir_f3929c311f8dcb24e971139386611406_dep.png
/usr/share/doc/packages/gsoap/isapi/html/doc.png
/usr/share/doc/packages/gsoap/isapi/html/doxygen.css
/usr/share/doc/packages/gsoap/isapi/html/doxygen.png
/usr/share/doc/packages/gsoap/isapi/html/dynsections.js
/usr/share/doc/packages/gsoap/isapi/html/files.html
/usr/share/doc/packages/gsoap/isapi/html/folderclosed.png
/usr/share/doc/packages/gsoap/isapi/html/folderopen.png
/usr/share/doc/packages/gsoap/isapi/html/ftv2blank.png
/usr/share/doc/packages/gsoap/isapi/html/ftv2cl.png
/usr/share/doc/packages/gsoap/isapi/html/ftv2doc.png
/usr/share/doc/packages/gsoap/isapi/html/ftv2folderclosed.png
/usr/share/doc/packages/gsoap/isapi/html/ftv2folderopen.png
/usr/share/doc/packages/gsoap/isapi/html/ftv2lastnode.png
/usr/share/doc/packages/gsoap/isapi/html/ftv2link.png
/usr/share/doc/packages/gsoap/isapi/html/ftv2mlastnode.png
/usr/share/doc/packages/gsoap/isapi/html/ftv2mnode.png
/usr/share/doc/packages/gsoap/isapi/html/ftv2mo.png
/usr/share/doc/packages/gsoap/isapi/html/ftv2node.png
/usr/share/doc/packages/gsoap/isapi/html/ftv2ns.png
/usr/share/doc/packages/gsoap/isapi/html/ftv2plastnode.png
/usr/share/doc/packages/gsoap/isapi/html/ftv2pnode.png
/usr/share/doc/packages/gsoap/isapi/html/ftv2splitbar.png
/usr/share/doc/packages/gsoap/isapi/html/ftv2vertline.png
/usr/share/doc/packages/gsoap/isapi/html/functions.html
/usr/share/doc/packages/gsoap/isapi/html/functions_enum.html
/usr/share/doc/packages/gsoap/isapi/html/functions_eval.html
/usr/share/doc/packages/gsoap/isapi/html/functions_func.html
/usr/share/doc/packages/gsoap/isapi/html/functions_type.html
/usr/share/doc/packages/gsoap/isapi/html/functions_vars.html
/usr/share/doc/packages/gsoap/isapi/html/genivia_content.css
/usr/share/doc/packages/gsoap/isapi/html/genivia_tabs.css
/usr/share/doc/packages/gsoap/isapi/html/globals.html
/usr/share/doc/packages/gsoap/isapi/html/globals_func.html
/usr/share/doc/packages/gsoap/isapi/html/globals_type.html
/usr/share/doc/packages/gsoap/isapi/html/globals_vars.html
/usr/share/doc/packages/gsoap/isapi/html/graph_legend.html
/usr/share/doc/packages/gsoap/isapi/html/graph_legend.md5
/usr/share/doc/packages/gsoap/isapi/html/graph_legend.png
/usr/share/doc/packages/gsoap/isapi/html/hierarchy.html
/usr/share/doc/packages/gsoap/isapi/html/index.html
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_0.map
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_0.md5
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_0.png
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_1.map
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_1.md5
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_1.png
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_10.map
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_10.md5
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_10.png
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_2.map
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_2.md5
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_2.png
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_3.map
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_3.md5
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_3.png
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_4.map
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_4.md5
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_4.png
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_5.map
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_5.md5
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_5.png
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_6.map
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_6.md5
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_6.png
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_7.map
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_7.md5
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_7.png
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_8.map
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_8.md5
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_8.png
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_9.map
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_9.md5
/usr/share/doc/packages/gsoap/isapi/html/inherit_graph_9.png
/usr/share/doc/packages/gsoap/isapi/html/inherits.html
/usr/share/doc/packages/gsoap/isapi/html/isapi_8cpp.html
/usr/share/doc/packages/gsoap/isapi/html/isapi_8cpp__incl.map
/usr/share/doc/packages/gsoap/isapi/html/isapi_8cpp__incl.md5
/usr/share/doc/packages/gsoap/isapi/html/isapi_8cpp__incl.png
/usr/share/doc/packages/gsoap/isapi/html/isapistream_8cpp.html
/usr/share/doc/packages/gsoap/isapi/html/isapistream_8cpp__incl.map
/usr/share/doc/packages/gsoap/isapi/html/isapistream_8cpp__incl.md5
/usr/share/doc/packages/gsoap/isapi/html/isapistream_8cpp__incl.png
/usr/share/doc/packages/gsoap/isapi/html/isapistream_8h.html
/usr/share/doc/packages/gsoap/isapi/html/isapistream_8h__dep__incl.map
/usr/share/doc/packages/gsoap/isapi/html/isapistream_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/isapi/html/isapistream_8h__dep__incl.png
/usr/share/doc/packages/gsoap/isapi/html/isapistream_8h__incl.map
/usr/share/doc/packages/gsoap/isapi/html/isapistream_8h__incl.md5
/usr/share/doc/packages/gsoap/isapi/html/isapistream_8h__incl.png
/usr/share/doc/packages/gsoap/isapi/html/jquery.js
/usr/share/doc/packages/gsoap/isapi/html/nav_f.png
/usr/share/doc/packages/gsoap/isapi/html/nav_g.png
/usr/share/doc/packages/gsoap/isapi/html/nav_h.png
/usr/share/doc/packages/gsoap/isapi/html/open.png
/usr/share/doc/packages/gsoap/isapi/html/opsysadjust_8h.html
/usr/share/doc/packages/gsoap/isapi/html/opsysadjust_8h__dep__incl.map
/usr/share/doc/packages/gsoap/isapi/html/opsysadjust_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/isapi/html/opsysadjust_8h__dep__incl.png
/usr/share/doc/packages/gsoap/isapi/html/resource_8h.html
/usr/share/doc/packages/gsoap/isapi/html/splitbar.png
/usr/share/doc/packages/gsoap/isapi/html/structcasecmpless-members.html
/usr/share/doc/packages/gsoap/isapi/html/structcasecmpless.html
/usr/share/doc/packages/gsoap/isapi/html/sync_off.png
/usr/share/doc/packages/gsoap/isapi/html/sync_on.png
/usr/share/doc/packages/gsoap/isapi/html/tab_a.png
/usr/share/doc/packages/gsoap/isapi/html/tab_b.png
/usr/share/doc/packages/gsoap/isapi/html/tab_h.png
/usr/share/doc/packages/gsoap/isapi/html/tab_s.png
/usr/share/doc/packages/gsoap/isapi/html/tabs.css
/usr/share/doc/packages/gsoap/sessions
/usr/share/doc/packages/gsoap/sessions/Doxyfile
/usr/share/doc/packages/gsoap/sessions/html
/usr/share/doc/packages/gsoap/sessions/html/GeniviaLogo2_trans_noslogan.png
/usr/share/doc/packages/gsoap/sessions/html/annotated.html
/usr/share/doc/packages/gsoap/sessions/html/arrowdown.png
/usr/share/doc/packages/gsoap/sessions/html/arrowright.png
/usr/share/doc/packages/gsoap/sessions/html/bc_s.png
/usr/share/doc/packages/gsoap/sessions/html/bdwn.png
/usr/share/doc/packages/gsoap/sessions/html/classes.html
/usr/share/doc/packages/gsoap/sessions/html/closed.png
/usr/share/doc/packages/gsoap/sessions/html/dir_b4c3aec6cd8f28418150dce663061cfa.html
/usr/share/doc/packages/gsoap/sessions/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.map
/usr/share/doc/packages/gsoap/sessions/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.md5
/usr/share/doc/packages/gsoap/sessions/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.png
/usr/share/doc/packages/gsoap/sessions/html/doc.png
/usr/share/doc/packages/gsoap/sessions/html/doxygen.css
/usr/share/doc/packages/gsoap/sessions/html/doxygen.png
/usr/share/doc/packages/gsoap/sessions/html/doxygen_footer.html
/usr/share/doc/packages/gsoap/sessions/html/doxygen_header.html
/usr/share/doc/packages/gsoap/sessions/html/dynsections.js
/usr/share/doc/packages/gsoap/sessions/html/files.html
/usr/share/doc/packages/gsoap/sessions/html/folderclosed.png
/usr/share/doc/packages/gsoap/sessions/html/folderopen.png
/usr/share/doc/packages/gsoap/sessions/html/functions.html
/usr/share/doc/packages/gsoap/sessions/html/functions_vars.html
/usr/share/doc/packages/gsoap/sessions/html/genivia_content.css
/usr/share/doc/packages/gsoap/sessions/html/genivia_tabs.css
/usr/share/doc/packages/gsoap/sessions/html/globals.html
/usr/share/doc/packages/gsoap/sessions/html/globals_defs.html
/usr/share/doc/packages/gsoap/sessions/html/globals_func.html
/usr/share/doc/packages/gsoap/sessions/html/globals_vars.html
/usr/share/doc/packages/gsoap/sessions/html/graph_legend.html
/usr/share/doc/packages/gsoap/sessions/html/graph_legend.md5
/usr/share/doc/packages/gsoap/sessions/html/graph_legend.png
/usr/share/doc/packages/gsoap/sessions/html/index.html
/usr/share/doc/packages/gsoap/sessions/html/jquery.js
/usr/share/doc/packages/gsoap/sessions/html/nav_f.png
/usr/share/doc/packages/gsoap/sessions/html/nav_g.png
/usr/share/doc/packages/gsoap/sessions/html/nav_h.png
/usr/share/doc/packages/gsoap/sessions/html/open.png
/usr/share/doc/packages/gsoap/sessions/html/pages.html
/usr/share/doc/packages/gsoap/sessions/html/sessions_8c.html
/usr/share/doc/packages/gsoap/sessions/html/sessions_8c__incl.map
/usr/share/doc/packages/gsoap/sessions/html/sessions_8c__incl.md5
/usr/share/doc/packages/gsoap/sessions/html/sessions_8c__incl.png
/usr/share/doc/packages/gsoap/sessions/html/sessions_8h.html
/usr/share/doc/packages/gsoap/sessions/html/sessions_8h__dep__incl.map
/usr/share/doc/packages/gsoap/sessions/html/sessions_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/sessions/html/sessions_8h__dep__incl.png
/usr/share/doc/packages/gsoap/sessions/html/sessions_8h__incl.map
/usr/share/doc/packages/gsoap/sessions/html/sessions_8h__incl.md5
/usr/share/doc/packages/gsoap/sessions/html/sessions_8h__incl.png
/usr/share/doc/packages/gsoap/sessions/html/splitbar.png
/usr/share/doc/packages/gsoap/sessions/html/structsoap__session-members.html
/usr/share/doc/packages/gsoap/sessions/html/structsoap__session.html
/usr/share/doc/packages/gsoap/sessions/html/structsoap__session__coll__graph.map
/usr/share/doc/packages/gsoap/sessions/html/structsoap__session__coll__graph.md5
/usr/share/doc/packages/gsoap/sessions/html/structsoap__session__coll__graph.png
/usr/share/doc/packages/gsoap/sessions/html/structsoap__session__var-members.html
/usr/share/doc/packages/gsoap/sessions/html/structsoap__session__var.html
/usr/share/doc/packages/gsoap/sessions/html/structsoap__session__var__coll__graph.map
/usr/share/doc/packages/gsoap/sessions/html/structsoap__session__var__coll__graph.md5
/usr/share/doc/packages/gsoap/sessions/html/structsoap__session__var__coll__graph.png
/usr/share/doc/packages/gsoap/sessions/html/sync_off.png
/usr/share/doc/packages/gsoap/sessions/html/sync_on.png
/usr/share/doc/packages/gsoap/sessions/html/tab_a.png
/usr/share/doc/packages/gsoap/sessions/html/tab_b.png
/usr/share/doc/packages/gsoap/sessions/html/tab_h.png
/usr/share/doc/packages/gsoap/sessions/html/tab_s.png
/usr/share/doc/packages/gsoap/sessions/html/tabs.css
/usr/share/doc/packages/gsoap/sessions/html/threads.html
/usr/share/doc/packages/gsoap/sessions/html/threads_8c.html
/usr/share/doc/packages/gsoap/sessions/html/threads_8c__incl.map
/usr/share/doc/packages/gsoap/sessions/html/threads_8c__incl.md5
/usr/share/doc/packages/gsoap/sessions/html/threads_8c__incl.png
/usr/share/doc/packages/gsoap/sessions/html/threads_8h.html
/usr/share/doc/packages/gsoap/sessions/html/threads_8h__dep__incl.map
/usr/share/doc/packages/gsoap/sessions/html/threads_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/sessions/html/threads_8h__dep__incl.png
/usr/share/doc/packages/gsoap/sessions/html/threads_8h__incl.map
/usr/share/doc/packages/gsoap/sessions/html/threads_8h__incl.md5
/usr/share/doc/packages/gsoap/sessions/html/threads_8h__incl.png
/usr/share/doc/packages/gsoap/soapdoc2.html
/usr/share/doc/packages/gsoap/testmsgr
/usr/share/doc/packages/gsoap/testmsgr/Doxyfile
/usr/share/doc/packages/gsoap/testmsgr/html
/usr/share/doc/packages/gsoap/testmsgr/html/GeniviaLogo2_trans_noslogan.png
/usr/share/doc/packages/gsoap/testmsgr/html/arrowdown.png
/usr/share/doc/packages/gsoap/testmsgr/html/arrowright.png
/usr/share/doc/packages/gsoap/testmsgr/html/bc_s.png
/usr/share/doc/packages/gsoap/testmsgr/html/bdwn.png
/usr/share/doc/packages/gsoap/testmsgr/html/closed.png
/usr/share/doc/packages/gsoap/testmsgr/html/doc.png
/usr/share/doc/packages/gsoap/testmsgr/html/doxygen.css
/usr/share/doc/packages/gsoap/testmsgr/html/doxygen.png
/usr/share/doc/packages/gsoap/testmsgr/html/dynsections.js
/usr/share/doc/packages/gsoap/testmsgr/html/folderclosed.png
/usr/share/doc/packages/gsoap/testmsgr/html/folderopen.png
/usr/share/doc/packages/gsoap/testmsgr/html/genivia_content.css
/usr/share/doc/packages/gsoap/testmsgr/html/genivia_tabs.css
/usr/share/doc/packages/gsoap/testmsgr/html/graph_legend.html
/usr/share/doc/packages/gsoap/testmsgr/html/graph_legend.md5
/usr/share/doc/packages/gsoap/testmsgr/html/graph_legend.png
/usr/share/doc/packages/gsoap/testmsgr/html/index.html
/usr/share/doc/packages/gsoap/testmsgr/html/jquery.js
/usr/share/doc/packages/gsoap/testmsgr/html/nav_f.png
/usr/share/doc/packages/gsoap/testmsgr/html/nav_g.png
/usr/share/doc/packages/gsoap/testmsgr/html/nav_h.png
/usr/share/doc/packages/gsoap/testmsgr/html/open.png
/usr/share/doc/packages/gsoap/testmsgr/html/splitbar.png
/usr/share/doc/packages/gsoap/testmsgr/html/sync_off.png
/usr/share/doc/packages/gsoap/testmsgr/html/sync_on.png
/usr/share/doc/packages/gsoap/testmsgr/html/tab_a.png
/usr/share/doc/packages/gsoap/testmsgr/html/tab_b.png
/usr/share/doc/packages/gsoap/testmsgr/html/tab_h.png
/usr/share/doc/packages/gsoap/testmsgr/html/tab_s.png
/usr/share/doc/packages/gsoap/testmsgr/html/tabs.css
/usr/share/doc/packages/gsoap/uddi2
/usr/share/doc/packages/gsoap/uddi2/Doxyfile
/usr/share/doc/packages/gsoap/uddi2/html
/usr/share/doc/packages/gsoap/uddi2/html/GeniviaLogo2_trans_noslogan.png
/usr/share/doc/packages/gsoap/uddi2/html/_inquire_soap.html
/usr/share/doc/packages/gsoap/uddi2/html/_publish_soap.html
/usr/share/doc/packages/gsoap/uddi2/html/annotated.html
/usr/share/doc/packages/gsoap/uddi2/html/arrowdown.png
/usr/share/doc/packages/gsoap/uddi2/html/arrowright.png
/usr/share/doc/packages/gsoap/uddi2/html/bc_s.png
/usr/share/doc/packages/gsoap/uddi2/html/bdwn.png
/usr/share/doc/packages/gsoap/uddi2/html/class__disposition_report-members.html
/usr/share/doc/packages/gsoap/uddi2/html/class__disposition_report.html
/usr/share/doc/packages/gsoap/uddi2/html/class__disposition_report__coll__graph.map
/usr/share/doc/packages/gsoap/uddi2/html/class__disposition_report__coll__graph.md5
/usr/share/doc/packages/gsoap/uddi2/html/class__disposition_report__coll__graph.png
/usr/share/doc/packages/gsoap/uddi2/html/classes.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____access_point-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____access_point.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____add___u_s_c_o_r_epublisher_assertions-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____add___u_s_c_o_r_epublisher_assertions.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____address-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____address.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____address_line-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____address_line.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____assertion_status_item-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____assertion_status_item.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____assertion_status_item__coll__graph.map
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____assertion_status_item__coll__graph.md5
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____assertion_status_item__coll__graph.png
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____assertion_status_report-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____assertion_status_report.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____auth_token-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____auth_token.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____binding_detail-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____binding_detail.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____binding_template-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____binding_template.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____binding_template__coll__graph.map
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____binding_template__coll__graph.md5
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____binding_template__coll__graph.png
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____binding_templates-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____binding_templates.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_detail-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_detail.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_detail_ext-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_detail_ext.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_entity-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_entity.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_entity__coll__graph.map
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_entity__coll__graph.md5
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_entity__coll__graph.png
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_entity_ext-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_entity_ext.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_entity_ext__coll__graph.map
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_entity_ext__coll__graph.md5
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_entity_ext__coll__graph.png
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_info-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_info.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_info__coll__graph.map
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_info__coll__graph.md5
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_info__coll__graph.png
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_infos-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_infos.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_list-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_list.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_list__coll__graph.map
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_list__coll__graph.md5
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_list__coll__graph.png
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_service-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_service.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_service__coll__graph.map
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_service__coll__graph.md5
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_service__coll__graph.png
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_services-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____business_services.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____category_bag-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____category_bag.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____contact-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____contact.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____contacts-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____contacts.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____delete___u_s_c_o_r_ebinding-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____delete___u_s_c_o_r_ebinding.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____delete___u_s_c_o_r_ebusiness-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____delete___u_s_c_o_r_ebusiness.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____delete___u_s_c_o_r_epublisher_assertions-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____delete___u_s_c_o_r_epublisher_assertions.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____delete___u_s_c_o_r_eservice-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____delete___u_s_c_o_r_eservice.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____delete___u_s_c_o_r_et_model-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____delete___u_s_c_o_r_et_model.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____description-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____description.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____discard___u_s_c_o_r_eauth_token-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____discard___u_s_c_o_r_eauth_token.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____discovery_u_r_l-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____discovery_u_r_l.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____discovery_u_r_ls-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____discovery_u_r_ls.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____disposition_report-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____disposition_report.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____email-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____email.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____err_info-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____err_info.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_ebinding-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_ebinding.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_ebinding__coll__graph.map
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_ebinding__coll__graph.md5
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_ebinding__coll__graph.png
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_ebusiness-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_ebusiness.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_ebusiness__coll__graph.map
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_ebusiness__coll__graph.md5
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_ebusiness__coll__graph.png
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_erelated_businesses-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_erelated_businesses.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_erelated_businesses__coll__graph.map
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_erelated_businesses__coll__graph.md5
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_erelated_businesses__coll__graph.png
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_eservice-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_eservice.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_eservice__coll__graph.map
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_eservice__coll__graph.md5
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_eservice__coll__graph.png
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_et_model-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_et_model.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_et_model__coll__graph.map
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_et_model__coll__graph.md5
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_et_model__coll__graph.png
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find_qualifiers-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____find_qualifiers.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_eassertion_status_report-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_eassertion_status_report.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_eauth_token-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_eauth_token.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_ebinding_detail-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_ebinding_detail.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_ebusiness_detail-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_ebusiness_detail.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_ebusiness_detail_ext-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_ebusiness_detail_ext.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_epublisher_assertions-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_epublisher_assertions.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_eregistered_info-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_eregistered_info.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_eservice_detail-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_eservice_detail.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_et_model_detail-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_et_model_detail.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____hosting_redirector-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____hosting_redirector.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____identifier_bag-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____identifier_bag.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____instance_details-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____instance_details.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____instance_details__coll__graph.map
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____instance_details__coll__graph.md5
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____instance_details__coll__graph.png
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____keyed_reference-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____keyed_reference.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____keys_owned-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____keys_owned.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____name-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____name.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____overview_doc-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____overview_doc.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____phone-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____phone.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____publisher_assertion-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____publisher_assertion.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____publisher_assertion__coll__graph.map
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____publisher_assertion__coll__graph.md5
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____publisher_assertion__coll__graph.png
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____publisher_assertions-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____publisher_assertions.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____registered_info-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____registered_info.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____registered_info__coll__graph.map
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____registered_info__coll__graph.md5
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____registered_info__coll__graph.png
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____related_business_info-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____related_business_info.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____related_business_infos-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____related_business_infos.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____related_businesses_list-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____related_businesses_list.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____related_businesses_list__coll__graph.map
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____related_businesses_list__coll__graph.md5
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____related_businesses_list__coll__graph.png
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____result-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____result.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____result__coll__graph.map
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____result__coll__graph.md5
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____result__coll__graph.png
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____save___u_s_c_o_r_ebinding-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____save___u_s_c_o_r_ebinding.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____save___u_s_c_o_r_ebusiness-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____save___u_s_c_o_r_ebusiness.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____save___u_s_c_o_r_eservice-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____save___u_s_c_o_r_eservice.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____save___u_s_c_o_r_et_model-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____save___u_s_c_o_r_et_model.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____service_detail-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____service_detail.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____service_info-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____service_info.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____service_infos-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____service_infos.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____service_list-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____service_list.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____service_list__coll__graph.map
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____service_list__coll__graph.md5
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____service_list__coll__graph.png
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____set___u_s_c_o_r_epublisher_assertions-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____set___u_s_c_o_r_epublisher_assertions.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____shared_relationships-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____shared_relationships.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model__coll__graph.map
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model__coll__graph.md5
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model__coll__graph.png
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model_bag-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model_bag.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model_detail-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model_detail.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model_info-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model_info.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model_info__coll__graph.map
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model_info__coll__graph.md5
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model_info__coll__graph.png
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model_infos-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model_infos.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model_instance_details-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model_instance_details.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model_instance_info-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model_instance_info.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model_instance_info__coll__graph.map
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model_instance_info__coll__graph.md5
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model_instance_info__coll__graph.png
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model_list-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model_list.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model_list__coll__graph.map
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model_list__coll__graph.md5
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____t_model_list__coll__graph.png
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____validate___u_s_c_o_r_evalues-members.html
/usr/share/doc/packages/gsoap/uddi2/html/classuddi2____validate___u_s_c_o_r_evalues.html
/usr/share/doc/packages/gsoap/uddi2/html/closed.png
/usr/share/doc/packages/gsoap/uddi2/html/dir_0321d47d0539301ec17fc8031962c400.html
/usr/share/doc/packages/gsoap/uddi2/html/dir_0321d47d0539301ec17fc8031962c400_dep.map
/usr/share/doc/packages/gsoap/uddi2/html/dir_0321d47d0539301ec17fc8031962c400_dep.md5
/usr/share/doc/packages/gsoap/uddi2/html/dir_0321d47d0539301ec17fc8031962c400_dep.png
/usr/share/doc/packages/gsoap/uddi2/html/doc.png
/usr/share/doc/packages/gsoap/uddi2/html/doxygen.css
/usr/share/doc/packages/gsoap/uddi2/html/doxygen.png
/usr/share/doc/packages/gsoap/uddi2/html/dynsections.js
/usr/share/doc/packages/gsoap/uddi2/html/example1.html
/usr/share/doc/packages/gsoap/uddi2/html/example2.html
/usr/share/doc/packages/gsoap/uddi2/html/example3.html
/usr/share/doc/packages/gsoap/uddi2/html/files.html
/usr/share/doc/packages/gsoap/uddi2/html/folderclosed.png
/usr/share/doc/packages/gsoap/uddi2/html/folderopen.png
/usr/share/doc/packages/gsoap/uddi2/html/ftv2blank.png
/usr/share/doc/packages/gsoap/uddi2/html/ftv2cl.png
/usr/share/doc/packages/gsoap/uddi2/html/ftv2doc.png
/usr/share/doc/packages/gsoap/uddi2/html/ftv2folderclosed.png
/usr/share/doc/packages/gsoap/uddi2/html/ftv2folderopen.png
/usr/share/doc/packages/gsoap/uddi2/html/ftv2lastnode.png
/usr/share/doc/packages/gsoap/uddi2/html/ftv2link.png
/usr/share/doc/packages/gsoap/uddi2/html/ftv2mlastnode.png
/usr/share/doc/packages/gsoap/uddi2/html/ftv2mnode.png
/usr/share/doc/packages/gsoap/uddi2/html/ftv2mo.png
/usr/share/doc/packages/gsoap/uddi2/html/ftv2node.png
/usr/share/doc/packages/gsoap/uddi2/html/ftv2ns.png
/usr/share/doc/packages/gsoap/uddi2/html/ftv2plastnode.png
/usr/share/doc/packages/gsoap/uddi2/html/ftv2pnode.png
/usr/share/doc/packages/gsoap/uddi2/html/ftv2splitbar.png
/usr/share/doc/packages/gsoap/uddi2/html/ftv2vertline.png
/usr/share/doc/packages/gsoap/uddi2/html/functions.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_0x61.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_0x62.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_0x63.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_0x64.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_0x65.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_0x66.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_0x67.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_0x68.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_0x69.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_0x6b.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_0x6d.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_0x6e.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_0x6f.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_0x70.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_0x72.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_0x73.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_0x74.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_0x75.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_0x78.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_a.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_b.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_c.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_d.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_e.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_f.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_func.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_g.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_h.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_i.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_k.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_m.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_n.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_o.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_p.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_r.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_s.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_t.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_u.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_0x61.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_0x62.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_0x63.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_0x64.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_0x65.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_0x66.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_0x67.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_0x68.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_0x69.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_0x6b.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_0x6d.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_0x6e.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_0x6f.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_0x70.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_0x72.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_0x73.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_0x74.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_0x75.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_0x78.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_a.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_b.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_c.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_d.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_e.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_f.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_g.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_h.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_i.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_k.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_m.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_n.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_o.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_p.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_r.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_s.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_t.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_u.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_vars_x.html
/usr/share/doc/packages/gsoap/uddi2/html/functions_x.html
/usr/share/doc/packages/gsoap/uddi2/html/genivia_content.css
/usr/share/doc/packages/gsoap/uddi2/html/genivia_tabs.css
/usr/share/doc/packages/gsoap/uddi2/html/globals.html
/usr/share/doc/packages/gsoap/uddi2/html/globals_enum.html
/usr/share/doc/packages/gsoap/uddi2/html/globals_eval.html
/usr/share/doc/packages/gsoap/uddi2/html/globals_func.html
/usr/share/doc/packages/gsoap/uddi2/html/globals_type.html
/usr/share/doc/packages/gsoap/uddi2/html/graph_legend.html
/usr/share/doc/packages/gsoap/uddi2/html/graph_legend.md5
/usr/share/doc/packages/gsoap/uddi2/html/graph_legend.png
/usr/share/doc/packages/gsoap/uddi2/html/index.html
/usr/share/doc/packages/gsoap/uddi2/html/inquiresoap.html
/usr/share/doc/packages/gsoap/uddi2/html/jquery.js
/usr/share/doc/packages/gsoap/uddi2/html/main.html
/usr/share/doc/packages/gsoap/uddi2/html/nav_f.png
/usr/share/doc/packages/gsoap/uddi2/html/nav_g.png
/usr/share/doc/packages/gsoap/uddi2/html/nav_h.png
/usr/share/doc/packages/gsoap/uddi2/html/open.png
/usr/share/doc/packages/gsoap/uddi2/html/pages.html
/usr/share/doc/packages/gsoap/uddi2/html/publishsoap.html
/usr/share/doc/packages/gsoap/uddi2/html/splitbar.png
/usr/share/doc/packages/gsoap/uddi2/html/sync_off.png
/usr/share/doc/packages/gsoap/uddi2/html/sync_on.png
/usr/share/doc/packages/gsoap/uddi2/html/tab_a.png
/usr/share/doc/packages/gsoap/uddi2/html/tab_b.png
/usr/share/doc/packages/gsoap/uddi2/html/tab_h.png
/usr/share/doc/packages/gsoap/uddi2/html/tab_s.png
/usr/share/doc/packages/gsoap/uddi2/html/tabs.css
/usr/share/doc/packages/gsoap/uddi2/html/tree.html
/usr/share/doc/packages/gsoap/uddi2/html/uddi__v2_8h.html
/usr/share/doc/packages/gsoap/uddi2/html/uddi__v2_8h__incl.map
/usr/share/doc/packages/gsoap/uddi2/html/uddi__v2_8h__incl.md5
/usr/share/doc/packages/gsoap/uddi2/html/uddi__v2_8h__incl.png
/usr/share/doc/packages/gsoap/wininet
/usr/share/doc/packages/gsoap/wininet/Doxyfile
/usr/share/doc/packages/gsoap/wininet/html
/usr/share/doc/packages/gsoap/wininet/html/GeniviaLogo2_trans_noslogan.png
/usr/share/doc/packages/gsoap/wininet/html/_r_e_a_d_m_e_8md.html
/usr/share/doc/packages/gsoap/wininet/html/annotated.html
/usr/share/doc/packages/gsoap/wininet/html/arrowdown.png
/usr/share/doc/packages/gsoap/wininet/html/arrowright.png
/usr/share/doc/packages/gsoap/wininet/html/bc_s.png
/usr/share/doc/packages/gsoap/wininet/html/bdwn.png
/usr/share/doc/packages/gsoap/wininet/html/classes.html
/usr/share/doc/packages/gsoap/wininet/html/closed.png
/usr/share/doc/packages/gsoap/wininet/html/dir_1ca6747e93421ff67eb015e8be573911.html
/usr/share/doc/packages/gsoap/wininet/html/dir_1ca6747e93421ff67eb015e8be573911_dep.map
/usr/share/doc/packages/gsoap/wininet/html/dir_1ca6747e93421ff67eb015e8be573911_dep.md5
/usr/share/doc/packages/gsoap/wininet/html/dir_1ca6747e93421ff67eb015e8be573911_dep.png
/usr/share/doc/packages/gsoap/wininet/html/dir_2c87a6d747df8280509a6a18f746cef3.html
/usr/share/doc/packages/gsoap/wininet/html/dir_2c87a6d747df8280509a6a18f746cef3_dep.map
/usr/share/doc/packages/gsoap/wininet/html/dir_2c87a6d747df8280509a6a18f746cef3_dep.md5
/usr/share/doc/packages/gsoap/wininet/html/dir_2c87a6d747df8280509a6a18f746cef3_dep.png
/usr/share/doc/packages/gsoap/wininet/html/dir_392d8d33f19051d53927ef968bb8a714.html
/usr/share/doc/packages/gsoap/wininet/html/dir_392d8d33f19051d53927ef968bb8a714_dep.map
/usr/share/doc/packages/gsoap/wininet/html/dir_392d8d33f19051d53927ef968bb8a714_dep.md5
/usr/share/doc/packages/gsoap/wininet/html/dir_392d8d33f19051d53927ef968bb8a714_dep.png
/usr/share/doc/packages/gsoap/wininet/html/doc.png
/usr/share/doc/packages/gsoap/wininet/html/doxygen.css
/usr/share/doc/packages/gsoap/wininet/html/doxygen.png
/usr/share/doc/packages/gsoap/wininet/html/dynsections.js
/usr/share/doc/packages/gsoap/wininet/html/files.html
/usr/share/doc/packages/gsoap/wininet/html/folderclosed.png
/usr/share/doc/packages/gsoap/wininet/html/folderopen.png
/usr/share/doc/packages/gsoap/wininet/html/ftv2blank.png
/usr/share/doc/packages/gsoap/wininet/html/ftv2cl.png
/usr/share/doc/packages/gsoap/wininet/html/ftv2doc.png
/usr/share/doc/packages/gsoap/wininet/html/ftv2folderclosed.png
/usr/share/doc/packages/gsoap/wininet/html/ftv2folderopen.png
/usr/share/doc/packages/gsoap/wininet/html/ftv2lastnode.png
/usr/share/doc/packages/gsoap/wininet/html/ftv2link.png
/usr/share/doc/packages/gsoap/wininet/html/ftv2mlastnode.png
/usr/share/doc/packages/gsoap/wininet/html/ftv2mnode.png
/usr/share/doc/packages/gsoap/wininet/html/ftv2mo.png
/usr/share/doc/packages/gsoap/wininet/html/ftv2node.png
/usr/share/doc/packages/gsoap/wininet/html/ftv2ns.png
/usr/share/doc/packages/gsoap/wininet/html/ftv2plastnode.png
/usr/share/doc/packages/gsoap/wininet/html/ftv2pnode.png
/usr/share/doc/packages/gsoap/wininet/html/ftv2splitbar.png
/usr/share/doc/packages/gsoap/wininet/html/ftv2vertline.png
/usr/share/doc/packages/gsoap/wininet/html/functions.html
/usr/share/doc/packages/gsoap/wininet/html/functions_vars.html
/usr/share/doc/packages/gsoap/wininet/html/genivia_content.css
/usr/share/doc/packages/gsoap/wininet/html/genivia_tabs.css
/usr/share/doc/packages/gsoap/wininet/html/globals.html
/usr/share/doc/packages/gsoap/wininet/html/globals_defs.html
/usr/share/doc/packages/gsoap/wininet/html/globals_enum.html
/usr/share/doc/packages/gsoap/wininet/html/globals_eval.html
/usr/share/doc/packages/gsoap/wininet/html/globals_func.html
/usr/share/doc/packages/gsoap/wininet/html/globals_type.html
/usr/share/doc/packages/gsoap/wininet/html/globals_vars.html
/usr/share/doc/packages/gsoap/wininet/html/graph_legend.html
/usr/share/doc/packages/gsoap/wininet/html/graph_legend.md5
/usr/share/doc/packages/gsoap/wininet/html/graph_legend.png
/usr/share/doc/packages/gsoap/wininet/html/gsoap_win_inet_8cpp.html
/usr/share/doc/packages/gsoap/wininet/html/gsoap_win_inet_8cpp__incl.map
/usr/share/doc/packages/gsoap/wininet/html/gsoap_win_inet_8cpp__incl.md5
/usr/share/doc/packages/gsoap/wininet/html/gsoap_win_inet_8cpp__incl.png
/usr/share/doc/packages/gsoap/wininet/html/gsoap_win_inet_8h.html
/usr/share/doc/packages/gsoap/wininet/html/gsoap_win_inet_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wininet/html/gsoap_win_inet_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wininet/html/gsoap_win_inet_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wininet/html/gsoap_win_inet_8h__incl.map
/usr/share/doc/packages/gsoap/wininet/html/gsoap_win_inet_8h__incl.md5
/usr/share/doc/packages/gsoap/wininet/html/gsoap_win_inet_8h__incl.png
/usr/share/doc/packages/gsoap/wininet/html/index.html
/usr/share/doc/packages/gsoap/wininet/html/jquery.js
/usr/share/doc/packages/gsoap/wininet/html/nav_f.png
/usr/share/doc/packages/gsoap/wininet/html/nav_g.png
/usr/share/doc/packages/gsoap/wininet/html/nav_h.png
/usr/share/doc/packages/gsoap/wininet/html/open.png
/usr/share/doc/packages/gsoap/wininet/html/splitbar.png
/usr/share/doc/packages/gsoap/wininet/html/structwininet__data-members.html
/usr/share/doc/packages/gsoap/wininet/html/structwininet__data.html
/usr/share/doc/packages/gsoap/wininet/html/sync_off.png
/usr/share/doc/packages/gsoap/wininet/html/sync_on.png
/usr/share/doc/packages/gsoap/wininet/html/tab_a.png
/usr/share/doc/packages/gsoap/wininet/html/tab_b.png
/usr/share/doc/packages/gsoap/wininet/html/tab_h.png
/usr/share/doc/packages/gsoap/wininet/html/tab_s.png
/usr/share/doc/packages/gsoap/wininet/html/tabs.css
/usr/share/doc/packages/gsoap/wsa
/usr/share/doc/packages/gsoap/wsa/Doxyfile
/usr/share/doc/packages/gsoap/wsa/html
/usr/share/doc/packages/gsoap/wsa/html/GeniviaLogo2_trans_noslogan.png
/usr/share/doc/packages/gsoap/wsa/html/annotated.html
/usr/share/doc/packages/gsoap/wsa/html/arrowdown.png
/usr/share/doc/packages/gsoap/wsa/html/arrowright.png
/usr/share/doc/packages/gsoap/wsa/html/bc_s.png
/usr/share/doc/packages/gsoap/wsa/html/bdwn.png
/usr/share/doc/packages/gsoap/wsa/html/classes.html
/usr/share/doc/packages/gsoap/wsa/html/closed.png
/usr/share/doc/packages/gsoap/wsa/html/dir_02c18461596af798c7ff990e8531c6a5.html
/usr/share/doc/packages/gsoap/wsa/html/dir_02c18461596af798c7ff990e8531c6a5_dep.map
/usr/share/doc/packages/gsoap/wsa/html/dir_02c18461596af798c7ff990e8531c6a5_dep.md5
/usr/share/doc/packages/gsoap/wsa/html/dir_02c18461596af798c7ff990e8531c6a5_dep.png
/usr/share/doc/packages/gsoap/wsa/html/dir_0f6b302bf4a0964b9ad8082330a9810c.html
/usr/share/doc/packages/gsoap/wsa/html/dir_0f6b302bf4a0964b9ad8082330a9810c_dep.map
/usr/share/doc/packages/gsoap/wsa/html/dir_0f6b302bf4a0964b9ad8082330a9810c_dep.md5
/usr/share/doc/packages/gsoap/wsa/html/dir_0f6b302bf4a0964b9ad8082330a9810c_dep.png
/usr/share/doc/packages/gsoap/wsa/html/dir_ab60ac2aa67705875977cdb5f0fc5362.html
/usr/share/doc/packages/gsoap/wsa/html/dir_ab60ac2aa67705875977cdb5f0fc5362_dep.map
/usr/share/doc/packages/gsoap/wsa/html/dir_ab60ac2aa67705875977cdb5f0fc5362_dep.md5
/usr/share/doc/packages/gsoap/wsa/html/dir_ab60ac2aa67705875977cdb5f0fc5362_dep.png
/usr/share/doc/packages/gsoap/wsa/html/dir_b4c3aec6cd8f28418150dce663061cfa.html
/usr/share/doc/packages/gsoap/wsa/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.map
/usr/share/doc/packages/gsoap/wsa/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.md5
/usr/share/doc/packages/gsoap/wsa/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.png
/usr/share/doc/packages/gsoap/wsa/html/dir_bf96b41ed94a1484b6e719fb62055667.html
/usr/share/doc/packages/gsoap/wsa/html/dir_bf96b41ed94a1484b6e719fb62055667_dep.map
/usr/share/doc/packages/gsoap/wsa/html/dir_bf96b41ed94a1484b6e719fb62055667_dep.md5
/usr/share/doc/packages/gsoap/wsa/html/dir_bf96b41ed94a1484b6e719fb62055667_dep.png
/usr/share/doc/packages/gsoap/wsa/html/dir_d522931ffa1371640980b621734a4381.html
/usr/share/doc/packages/gsoap/wsa/html/dir_d522931ffa1371640980b621734a4381_dep.map
/usr/share/doc/packages/gsoap/wsa/html/dir_d522931ffa1371640980b621734a4381_dep.md5
/usr/share/doc/packages/gsoap/wsa/html/dir_d522931ffa1371640980b621734a4381_dep.png
/usr/share/doc/packages/gsoap/wsa/html/doc.png
/usr/share/doc/packages/gsoap/wsa/html/doxygen.css
/usr/share/doc/packages/gsoap/wsa/html/doxygen.png
/usr/share/doc/packages/gsoap/wsa/html/dynsections.js
/usr/share/doc/packages/gsoap/wsa/html/files.html
/usr/share/doc/packages/gsoap/wsa/html/folderclosed.png
/usr/share/doc/packages/gsoap/wsa/html/folderopen.png
/usr/share/doc/packages/gsoap/wsa/html/ftv2blank.png
/usr/share/doc/packages/gsoap/wsa/html/ftv2cl.png
/usr/share/doc/packages/gsoap/wsa/html/ftv2doc.png
/usr/share/doc/packages/gsoap/wsa/html/ftv2folderclosed.png
/usr/share/doc/packages/gsoap/wsa/html/ftv2folderopen.png
/usr/share/doc/packages/gsoap/wsa/html/ftv2lastnode.png
/usr/share/doc/packages/gsoap/wsa/html/ftv2link.png
/usr/share/doc/packages/gsoap/wsa/html/ftv2mlastnode.png
/usr/share/doc/packages/gsoap/wsa/html/ftv2mnode.png
/usr/share/doc/packages/gsoap/wsa/html/ftv2mo.png
/usr/share/doc/packages/gsoap/wsa/html/ftv2node.png
/usr/share/doc/packages/gsoap/wsa/html/ftv2ns.png
/usr/share/doc/packages/gsoap/wsa/html/ftv2plastnode.png
/usr/share/doc/packages/gsoap/wsa/html/ftv2pnode.png
/usr/share/doc/packages/gsoap/wsa/html/ftv2splitbar.png
/usr/share/doc/packages/gsoap/wsa/html/ftv2vertline.png
/usr/share/doc/packages/gsoap/wsa/html/functions.html
/usr/share/doc/packages/gsoap/wsa/html/functions_vars.html
/usr/share/doc/packages/gsoap/wsa/html/genivia_content.css
/usr/share/doc/packages/gsoap/wsa/html/genivia_tabs.css
/usr/share/doc/packages/gsoap/wsa/html/globals.html
/usr/share/doc/packages/gsoap/wsa/html/globals_defs.html
/usr/share/doc/packages/gsoap/wsa/html/globals_func.html
/usr/share/doc/packages/gsoap/wsa/html/globals_vars.html
/usr/share/doc/packages/gsoap/wsa/html/graph_legend.html
/usr/share/doc/packages/gsoap/wsa/html/graph_legend.md5
/usr/share/doc/packages/gsoap/wsa/html/graph_legend.png
/usr/share/doc/packages/gsoap/wsa/html/index.html
/usr/share/doc/packages/gsoap/wsa/html/jquery.js
/usr/share/doc/packages/gsoap/wsa/html/nav_f.png
/usr/share/doc/packages/gsoap/wsa/html/nav_g.png
/usr/share/doc/packages/gsoap/wsa/html/nav_h.png
/usr/share/doc/packages/gsoap/wsa/html/open.png
/usr/share/doc/packages/gsoap/wsa/html/pages.html
/usr/share/doc/packages/gsoap/wsa/html/splitbar.png
/usr/share/doc/packages/gsoap/wsa/html/structsoap__wsa__data-members.html
/usr/share/doc/packages/gsoap/wsa/html/structsoap__wsa__data.html
/usr/share/doc/packages/gsoap/wsa/html/sync_off.png
/usr/share/doc/packages/gsoap/wsa/html/sync_on.png
/usr/share/doc/packages/gsoap/wsa/html/tab_a.png
/usr/share/doc/packages/gsoap/wsa/html/tab_b.png
/usr/share/doc/packages/gsoap/wsa/html/tab_h.png
/usr/share/doc/packages/gsoap/wsa/html/tab_s.png
/usr/share/doc/packages/gsoap/wsa/html/tabs.css
/usr/share/doc/packages/gsoap/wsa/html/wsa.html
/usr/share/doc/packages/gsoap/wsa/html/wsa_0.html
/usr/share/doc/packages/gsoap/wsa/html/wsaapi_8c.html
/usr/share/doc/packages/gsoap/wsa/html/wsaapi_8c__incl.map
/usr/share/doc/packages/gsoap/wsa/html/wsaapi_8c__incl.md5
/usr/share/doc/packages/gsoap/wsa/html/wsaapi_8c__incl.png
/usr/share/doc/packages/gsoap/wsa/html/wsaapi_8h.html
/usr/share/doc/packages/gsoap/wsa/html/wsaapi_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wsa/html/wsaapi_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wsa/html/wsaapi_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wsa/html/wsaapi_8h__incl.map
/usr/share/doc/packages/gsoap/wsa/html/wsaapi_8h__incl.md5
/usr/share/doc/packages/gsoap/wsa/html/wsaapi_8h__incl.png
/usr/share/doc/packages/gsoap/wsdd
/usr/share/doc/packages/gsoap/wsdd/Doxyfile
/usr/share/doc/packages/gsoap/wsdd/html
/usr/share/doc/packages/gsoap/wsdd/html/GeniviaLogo2_trans_noslogan.png
/usr/share/doc/packages/gsoap/wsdd/html/annotated.html
/usr/share/doc/packages/gsoap/wsdd/html/arrowdown.png
/usr/share/doc/packages/gsoap/wsdd/html/arrowright.png
/usr/share/doc/packages/gsoap/wsdd/html/bc_s.png
/usr/share/doc/packages/gsoap/wsdd/html/bdwn.png
/usr/share/doc/packages/gsoap/wsdd/html/classes.html
/usr/share/doc/packages/gsoap/wsdd/html/closed.png
/usr/share/doc/packages/gsoap/wsdd/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11.html
/usr/share/doc/packages/gsoap/wsdd/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11_dep.map
/usr/share/doc/packages/gsoap/wsdd/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11_dep.md5
/usr/share/doc/packages/gsoap/wsdd/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11_dep.png
/usr/share/doc/packages/gsoap/wsdd/html/dir_b4c3aec6cd8f28418150dce663061cfa.html
/usr/share/doc/packages/gsoap/wsdd/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.map
/usr/share/doc/packages/gsoap/wsdd/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.md5
/usr/share/doc/packages/gsoap/wsdd/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.png
/usr/share/doc/packages/gsoap/wsdd/html/doc.png
/usr/share/doc/packages/gsoap/wsdd/html/doxygen.css
/usr/share/doc/packages/gsoap/wsdd/html/doxygen.png
/usr/share/doc/packages/gsoap/wsdd/html/dynsections.js
/usr/share/doc/packages/gsoap/wsdd/html/files.html
/usr/share/doc/packages/gsoap/wsdd/html/folderclosed.png
/usr/share/doc/packages/gsoap/wsdd/html/folderopen.png
/usr/share/doc/packages/gsoap/wsdd/html/ftv2blank.png
/usr/share/doc/packages/gsoap/wsdd/html/ftv2cl.png
/usr/share/doc/packages/gsoap/wsdd/html/ftv2doc.png
/usr/share/doc/packages/gsoap/wsdd/html/ftv2folderclosed.png
/usr/share/doc/packages/gsoap/wsdd/html/ftv2folderopen.png
/usr/share/doc/packages/gsoap/wsdd/html/ftv2lastnode.png
/usr/share/doc/packages/gsoap/wsdd/html/ftv2link.png
/usr/share/doc/packages/gsoap/wsdd/html/ftv2mlastnode.png
/usr/share/doc/packages/gsoap/wsdd/html/ftv2mnode.png
/usr/share/doc/packages/gsoap/wsdd/html/ftv2mo.png
/usr/share/doc/packages/gsoap/wsdd/html/ftv2node.png
/usr/share/doc/packages/gsoap/wsdd/html/ftv2ns.png
/usr/share/doc/packages/gsoap/wsdd/html/ftv2plastnode.png
/usr/share/doc/packages/gsoap/wsdd/html/ftv2pnode.png
/usr/share/doc/packages/gsoap/wsdd/html/ftv2splitbar.png
/usr/share/doc/packages/gsoap/wsdd/html/ftv2vertline.png
/usr/share/doc/packages/gsoap/wsdd/html/functions.html
/usr/share/doc/packages/gsoap/wsdd/html/functions_vars.html
/usr/share/doc/packages/gsoap/wsdd/html/genivia_content.css
/usr/share/doc/packages/gsoap/wsdd/html/genivia_tabs.css
/usr/share/doc/packages/gsoap/wsdd/html/globals.html
/usr/share/doc/packages/gsoap/wsdd/html/globals_0x68.html
/usr/share/doc/packages/gsoap/wsdd/html/globals_0x73.html
/usr/share/doc/packages/gsoap/wsdd/html/globals_0x74.html
/usr/share/doc/packages/gsoap/wsdd/html/globals_0x77.html
/usr/share/doc/packages/gsoap/wsdd/html/globals_defs.html
/usr/share/doc/packages/gsoap/wsdd/html/globals_enum.html
/usr/share/doc/packages/gsoap/wsdd/html/globals_eval.html
/usr/share/doc/packages/gsoap/wsdd/html/globals_func.html
/usr/share/doc/packages/gsoap/wsdd/html/globals_h.html
/usr/share/doc/packages/gsoap/wsdd/html/globals_s.html
/usr/share/doc/packages/gsoap/wsdd/html/globals_t.html
/usr/share/doc/packages/gsoap/wsdd/html/globals_type.html
/usr/share/doc/packages/gsoap/wsdd/html/globals_vars.html
/usr/share/doc/packages/gsoap/wsdd/html/globals_w.html
/usr/share/doc/packages/gsoap/wsdd/html/graph_legend.html
/usr/share/doc/packages/gsoap/wsdd/html/graph_legend.md5
/usr/share/doc/packages/gsoap/wsdd/html/graph_legend.png
/usr/share/doc/packages/gsoap/wsdd/html/index.html
/usr/share/doc/packages/gsoap/wsdd/html/jquery.js
/usr/share/doc/packages/gsoap/wsdd/html/nav_f.png
/usr/share/doc/packages/gsoap/wsdd/html/nav_g.png
/usr/share/doc/packages/gsoap/wsdd/html/nav_h.png
/usr/share/doc/packages/gsoap/wsdd/html/open.png
/usr/share/doc/packages/gsoap/wsdd/html/page_XMLDataBinding.html
/usr/share/doc/packages/gsoap/wsdd/html/page__x_m_l_data_binding.html
/usr/share/doc/packages/gsoap/wsdd/html/pages.html
/usr/share/doc/packages/gsoap/wsdd/html/splitbar.png
/usr/share/doc/packages/gsoap/wsdd/html/struct_s_o_a_p___e_n_v_____header-members.html
/usr/share/doc/packages/gsoap/wsdd/html/struct_s_o_a_p___e_n_v_____header.html
/usr/share/doc/packages/gsoap/wsdd/html/struct_s_o_a_p___e_n_v_____header__coll__graph.map
/usr/share/doc/packages/gsoap/wsdd/html/struct_s_o_a_p___e_n_v_____header__coll__graph.md5
/usr/share/doc/packages/gsoap/wsdd/html/struct_s_o_a_p___e_n_v_____header__coll__graph.png
/usr/share/doc/packages/gsoap/wsdd/html/structchan_____channel_instance_type-members.html
/usr/share/doc/packages/gsoap/wsdd/html/structchan_____channel_instance_type.html
/usr/share/doc/packages/gsoap/wsdd/html/structsoap__wsa__data-members.html
/usr/share/doc/packages/gsoap/wsdd/html/structsoap__wsa__data.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsa5_____endpoint_reference_type-members.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsa5_____endpoint_reference_type.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsa5_____endpoint_reference_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsdd/html/structwsa5_____endpoint_reference_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsdd/html/structwsa5_____endpoint_reference_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsdd/html/structwsa5_____metadata_type-members.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsa5_____metadata_type.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsa5_____problem_action_type-members.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsa5_____problem_action_type.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsa5_____reference_parameters_type-members.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsa5_____reference_parameters_type.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsa5_____relates_to_type-members.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsa5_____relates_to_type.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____app_sequence_type-members.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____app_sequence_type.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____bye_type-members.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____bye_type.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____bye_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____bye_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____bye_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____hello_type-members.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____hello_type.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____hello_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____hello_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____hello_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____probe_match_type-members.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____probe_match_type.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____probe_match_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____probe_match_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____probe_match_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____probe_matches_type-members.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____probe_matches_type.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____probe_matches_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____probe_matches_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____probe_matches_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____probe_type-members.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____probe_type.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____probe_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____probe_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____probe_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____resolve_match_type-members.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____resolve_match_type.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____resolve_match_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____resolve_match_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____resolve_match_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____resolve_matches_type-members.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____resolve_matches_type.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____resolve_matches_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____resolve_matches_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____resolve_matches_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____resolve_type-members.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____resolve_type.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____resolve_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____resolve_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____resolve_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____scopes_type-members.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____scopes_type.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____security_type-members.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____security_type.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____security_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____security_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____security_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____sig_type-members.html
/usr/share/doc/packages/gsoap/wsdd/html/structwsdd_____sig_type.html
/usr/share/doc/packages/gsoap/wsdd/html/sync_off.png
/usr/share/doc/packages/gsoap/wsdd/html/sync_on.png
/usr/share/doc/packages/gsoap/wsdd/html/tab_a.png
/usr/share/doc/packages/gsoap/wsdd/html/tab_b.png
/usr/share/doc/packages/gsoap/wsdd/html/tab_h.png
/usr/share/doc/packages/gsoap/wsdd/html/tab_s.png
/usr/share/doc/packages/gsoap/wsdd/html/tabs.css
/usr/share/doc/packages/gsoap/wsdd/html/todo.html
/usr/share/doc/packages/gsoap/wsdd/html/wsa5_8h.html
/usr/share/doc/packages/gsoap/wsdd/html/wsa5_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wsdd/html/wsa5_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wsdd/html/wsa5_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wsdd/html/wsa_0.html
/usr/share/doc/packages/gsoap/wsdd/html/wsaapi_8c.html
/usr/share/doc/packages/gsoap/wsdd/html/wsaapi_8c__incl.map
/usr/share/doc/packages/gsoap/wsdd/html/wsaapi_8c__incl.md5
/usr/share/doc/packages/gsoap/wsdd/html/wsaapi_8c__incl.png
/usr/share/doc/packages/gsoap/wsdd/html/wsaapi_8h.html
/usr/share/doc/packages/gsoap/wsdd/html/wsaapi_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wsdd/html/wsaapi_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wsdd/html/wsaapi_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wsdd/html/wsaapi_8h__incl.map
/usr/share/doc/packages/gsoap/wsdd/html/wsaapi_8h__incl.md5
/usr/share/doc/packages/gsoap/wsdd/html/wsaapi_8h__incl.png
/usr/share/doc/packages/gsoap/wsdd/html/wsdd_0.html
/usr/share/doc/packages/gsoap/wsdd/html/wsdd_8h.html
/usr/share/doc/packages/gsoap/wsdd/html/wsdd_8h__incl.map
/usr/share/doc/packages/gsoap/wsdd/html/wsdd_8h__incl.md5
/usr/share/doc/packages/gsoap/wsdd/html/wsdd_8h__incl.png
/usr/share/doc/packages/gsoap/wsdd/html/wsddapi_8c.html
/usr/share/doc/packages/gsoap/wsdd/html/wsddapi_8c__incl.map
/usr/share/doc/packages/gsoap/wsdd/html/wsddapi_8c__incl.md5
/usr/share/doc/packages/gsoap/wsdd/html/wsddapi_8c__incl.png
/usr/share/doc/packages/gsoap/wsdd/html/wsddapi_8h.html
/usr/share/doc/packages/gsoap/wsdd/html/wsddapi_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wsdd/html/wsddapi_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wsdd/html/wsddapi_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wsdd/html/wsddapi_8h__incl.map
/usr/share/doc/packages/gsoap/wsdd/html/wsddapi_8h__incl.md5
/usr/share/doc/packages/gsoap/wsdd/html/wsddapi_8h__incl.png
/usr/share/doc/packages/gsoap/wsdd/html/wsdx_8h.html
/usr/share/doc/packages/gsoap/wsdd/html/wsdx_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wsdd/html/wsdx_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wsdd/html/wsdx_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wsrm
/usr/share/doc/packages/gsoap/wsrm/Doxyfile
/usr/share/doc/packages/gsoap/wsrm/html
/usr/share/doc/packages/gsoap/wsrm/html/GeniviaLogo2_trans_noslogan.png
/usr/share/doc/packages/gsoap/wsrm/html/annotated.html
/usr/share/doc/packages/gsoap/wsrm/html/arrowdown.png
/usr/share/doc/packages/gsoap/wsrm/html/arrowright.png
/usr/share/doc/packages/gsoap/wsrm/html/bc_s.png
/usr/share/doc/packages/gsoap/wsrm/html/bdwn.png
/usr/share/doc/packages/gsoap/wsrm/html/classes.html
/usr/share/doc/packages/gsoap/wsrm/html/closed.png
/usr/share/doc/packages/gsoap/wsrm/html/dir_000002_000000.html
/usr/share/doc/packages/gsoap/wsrm/html/dir_000005_000004.html
/usr/share/doc/packages/gsoap/wsrm/html/dir_05e765d472ea2fc73e992743825b4b44.html
/usr/share/doc/packages/gsoap/wsrm/html/dir_05e765d472ea2fc73e992743825b4b44_dep.map
/usr/share/doc/packages/gsoap/wsrm/html/dir_05e765d472ea2fc73e992743825b4b44_dep.md5
/usr/share/doc/packages/gsoap/wsrm/html/dir_05e765d472ea2fc73e992743825b4b44_dep.png
/usr/share/doc/packages/gsoap/wsrm/html/dir_08b9ef00e858b688f9440e2da83fa6ce.html
/usr/share/doc/packages/gsoap/wsrm/html/dir_08b9ef00e858b688f9440e2da83fa6ce_dep.map
/usr/share/doc/packages/gsoap/wsrm/html/dir_08b9ef00e858b688f9440e2da83fa6ce_dep.md5
/usr/share/doc/packages/gsoap/wsrm/html/dir_08b9ef00e858b688f9440e2da83fa6ce_dep.png
/usr/share/doc/packages/gsoap/wsrm/html/dir_0a0f8ba924895dca815c9251321b2ed8.html
/usr/share/doc/packages/gsoap/wsrm/html/dir_0a0f8ba924895dca815c9251321b2ed8_dep.map
/usr/share/doc/packages/gsoap/wsrm/html/dir_0a0f8ba924895dca815c9251321b2ed8_dep.md5
/usr/share/doc/packages/gsoap/wsrm/html/dir_0a0f8ba924895dca815c9251321b2ed8_dep.png
/usr/share/doc/packages/gsoap/wsrm/html/dir_396b1bc270f4f5e09d0961ecec2ba445.html
/usr/share/doc/packages/gsoap/wsrm/html/dir_396b1bc270f4f5e09d0961ecec2ba445_dep.map
/usr/share/doc/packages/gsoap/wsrm/html/dir_396b1bc270f4f5e09d0961ecec2ba445_dep.md5
/usr/share/doc/packages/gsoap/wsrm/html/dir_396b1bc270f4f5e09d0961ecec2ba445_dep.png
/usr/share/doc/packages/gsoap/wsrm/html/dir_40beb50dd19302fde1e1a9e8fffc3ac2.html
/usr/share/doc/packages/gsoap/wsrm/html/dir_40beb50dd19302fde1e1a9e8fffc3ac2_dep.map
/usr/share/doc/packages/gsoap/wsrm/html/dir_40beb50dd19302fde1e1a9e8fffc3ac2_dep.md5
/usr/share/doc/packages/gsoap/wsrm/html/dir_40beb50dd19302fde1e1a9e8fffc3ac2_dep.png
/usr/share/doc/packages/gsoap/wsrm/html/dir_45c1c16bdd42e9dbd43fb2ef24aa72df.html
/usr/share/doc/packages/gsoap/wsrm/html/dir_45c1c16bdd42e9dbd43fb2ef24aa72df_dep.map
/usr/share/doc/packages/gsoap/wsrm/html/dir_45c1c16bdd42e9dbd43fb2ef24aa72df_dep.md5
/usr/share/doc/packages/gsoap/wsrm/html/dir_45c1c16bdd42e9dbd43fb2ef24aa72df_dep.png
/usr/share/doc/packages/gsoap/wsrm/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11.html
/usr/share/doc/packages/gsoap/wsrm/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11_dep.map
/usr/share/doc/packages/gsoap/wsrm/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11_dep.md5
/usr/share/doc/packages/gsoap/wsrm/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11_dep.png
/usr/share/doc/packages/gsoap/wsrm/html/dir_7402d416b5a0ce7505d01fe0165c56d6.html
/usr/share/doc/packages/gsoap/wsrm/html/dir_7402d416b5a0ce7505d01fe0165c56d6_dep.map
/usr/share/doc/packages/gsoap/wsrm/html/dir_7402d416b5a0ce7505d01fe0165c56d6_dep.md5
/usr/share/doc/packages/gsoap/wsrm/html/dir_7402d416b5a0ce7505d01fe0165c56d6_dep.png
/usr/share/doc/packages/gsoap/wsrm/html/dir_9e51036813d6151dfecc72d5fa7c02b3.html
/usr/share/doc/packages/gsoap/wsrm/html/dir_9e51036813d6151dfecc72d5fa7c02b3_dep.map
/usr/share/doc/packages/gsoap/wsrm/html/dir_9e51036813d6151dfecc72d5fa7c02b3_dep.md5
/usr/share/doc/packages/gsoap/wsrm/html/dir_9e51036813d6151dfecc72d5fa7c02b3_dep.png
/usr/share/doc/packages/gsoap/wsrm/html/dir_b4c3aec6cd8f28418150dce663061cfa.html
/usr/share/doc/packages/gsoap/wsrm/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.map
/usr/share/doc/packages/gsoap/wsrm/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.md5
/usr/share/doc/packages/gsoap/wsrm/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.png
/usr/share/doc/packages/gsoap/wsrm/html/doc.png
/usr/share/doc/packages/gsoap/wsrm/html/doxygen.css
/usr/share/doc/packages/gsoap/wsrm/html/doxygen.png
/usr/share/doc/packages/gsoap/wsrm/html/duration_8c.html
/usr/share/doc/packages/gsoap/wsrm/html/duration_8c__incl.map
/usr/share/doc/packages/gsoap/wsrm/html/duration_8c__incl.md5
/usr/share/doc/packages/gsoap/wsrm/html/duration_8c__incl.png
/usr/share/doc/packages/gsoap/wsrm/html/duration_8h.html
/usr/share/doc/packages/gsoap/wsrm/html/duration_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wsrm/html/duration_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wsrm/html/duration_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wsrm/html/dynsections.js
/usr/share/doc/packages/gsoap/wsrm/html/files.html
/usr/share/doc/packages/gsoap/wsrm/html/folderclosed.png
/usr/share/doc/packages/gsoap/wsrm/html/folderopen.png
/usr/share/doc/packages/gsoap/wsrm/html/ftv2blank.png
/usr/share/doc/packages/gsoap/wsrm/html/ftv2cl.png
/usr/share/doc/packages/gsoap/wsrm/html/ftv2doc.png
/usr/share/doc/packages/gsoap/wsrm/html/ftv2folderclosed.png
/usr/share/doc/packages/gsoap/wsrm/html/ftv2folderopen.png
/usr/share/doc/packages/gsoap/wsrm/html/ftv2lastnode.png
/usr/share/doc/packages/gsoap/wsrm/html/ftv2link.png
/usr/share/doc/packages/gsoap/wsrm/html/ftv2mlastnode.png
/usr/share/doc/packages/gsoap/wsrm/html/ftv2mnode.png
/usr/share/doc/packages/gsoap/wsrm/html/ftv2mo.png
/usr/share/doc/packages/gsoap/wsrm/html/ftv2node.png
/usr/share/doc/packages/gsoap/wsrm/html/ftv2ns.png
/usr/share/doc/packages/gsoap/wsrm/html/ftv2plastnode.png
/usr/share/doc/packages/gsoap/wsrm/html/ftv2pnode.png
/usr/share/doc/packages/gsoap/wsrm/html/ftv2splitbar.png
/usr/share/doc/packages/gsoap/wsrm/html/ftv2vertline.png
/usr/share/doc/packages/gsoap/wsrm/html/functions.html
/usr/share/doc/packages/gsoap/wsrm/html/functions_vars.html
/usr/share/doc/packages/gsoap/wsrm/html/genivia_content.css
/usr/share/doc/packages/gsoap/wsrm/html/genivia_tabs.css
/usr/share/doc/packages/gsoap/wsrm/html/globals.html
/usr/share/doc/packages/gsoap/wsrm/html/globals_0x64.html
/usr/share/doc/packages/gsoap/wsrm/html/globals_0x68.html
/usr/share/doc/packages/gsoap/wsrm/html/globals_0x6e.html
/usr/share/doc/packages/gsoap/wsrm/html/globals_0x73.html
/usr/share/doc/packages/gsoap/wsrm/html/globals_0x77.html
/usr/share/doc/packages/gsoap/wsrm/html/globals_0x78.html
/usr/share/doc/packages/gsoap/wsrm/html/globals_d.html
/usr/share/doc/packages/gsoap/wsrm/html/globals_defs.html
/usr/share/doc/packages/gsoap/wsrm/html/globals_enum.html
/usr/share/doc/packages/gsoap/wsrm/html/globals_eval.html
/usr/share/doc/packages/gsoap/wsrm/html/globals_func.html
/usr/share/doc/packages/gsoap/wsrm/html/globals_func_0x73.html
/usr/share/doc/packages/gsoap/wsrm/html/globals_func_s.html
/usr/share/doc/packages/gsoap/wsrm/html/globals_h.html
/usr/share/doc/packages/gsoap/wsrm/html/globals_n.html
/usr/share/doc/packages/gsoap/wsrm/html/globals_s.html
/usr/share/doc/packages/gsoap/wsrm/html/globals_type.html
/usr/share/doc/packages/gsoap/wsrm/html/globals_vars.html
/usr/share/doc/packages/gsoap/wsrm/html/globals_w.html
/usr/share/doc/packages/gsoap/wsrm/html/globals_x.html
/usr/share/doc/packages/gsoap/wsrm/html/graph_legend.html
/usr/share/doc/packages/gsoap/wsrm/html/graph_legend.md5
/usr/share/doc/packages/gsoap/wsrm/html/graph_legend.png
/usr/share/doc/packages/gsoap/wsrm/html/index.html
/usr/share/doc/packages/gsoap/wsrm/html/jquery.js
/usr/share/doc/packages/gsoap/wsrm/html/mq_0.html
/usr/share/doc/packages/gsoap/wsrm/html/mq_8c.html
/usr/share/doc/packages/gsoap/wsrm/html/mq_8c__incl.map
/usr/share/doc/packages/gsoap/wsrm/html/mq_8c__incl.md5
/usr/share/doc/packages/gsoap/wsrm/html/mq_8c__incl.png
/usr/share/doc/packages/gsoap/wsrm/html/mq_8h.html
/usr/share/doc/packages/gsoap/wsrm/html/mq_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wsrm/html/mq_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wsrm/html/mq_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wsrm/html/mq_8h__incl.map
/usr/share/doc/packages/gsoap/wsrm/html/mq_8h__incl.md5
/usr/share/doc/packages/gsoap/wsrm/html/mq_8h__incl.png
/usr/share/doc/packages/gsoap/wsrm/html/nav_f.png
/usr/share/doc/packages/gsoap/wsrm/html/nav_g.png
/usr/share/doc/packages/gsoap/wsrm/html/nav_h.png
/usr/share/doc/packages/gsoap/wsrm/html/open.png
/usr/share/doc/packages/gsoap/wsrm/html/page__x_m_l_data_binding.html
/usr/share/doc/packages/gsoap/wsrm/html/page_xmldatabinding.html
/usr/share/doc/packages/gsoap/wsrm/html/pages.html
/usr/share/doc/packages/gsoap/wsrm/html/splitbar.png
/usr/share/doc/packages/gsoap/wsrm/html/struct__wsrm_____sequence_acknowledgement-members.html
/usr/share/doc/packages/gsoap/wsrm/html/struct__wsrm_____sequence_acknowledgement.html
/usr/share/doc/packages/gsoap/wsrm/html/struct__wsrm_____sequence_acknowledgement_1_1__wsrm_____sequence_acknowledgement___acknowledgement_range-members.html
/usr/share/doc/packages/gsoap/wsrm/html/struct__wsrm_____sequence_acknowledgement_1_1__wsrm_____sequence_acknowledgement___acknowledgement_range.html
/usr/share/doc/packages/gsoap/wsrm/html/struct__wsrm_____sequence_acknowledgement_1_1__wsrm_____sequence_acknowledgement___final.html
/usr/share/doc/packages/gsoap/wsrm/html/struct__wsrm_____sequence_acknowledgement_1_1__wsrm_____sequence_acknowledgement___none.html
/usr/share/doc/packages/gsoap/wsrm/html/struct__wsrm_____sequence_acknowledgement__coll__graph.map
/usr/share/doc/packages/gsoap/wsrm/html/struct__wsrm_____sequence_acknowledgement__coll__graph.md5
/usr/share/doc/packages/gsoap/wsrm/html/struct__wsrm_____sequence_acknowledgement__coll__graph.png
/usr/share/doc/packages/gsoap/wsrm/html/struct__wsrm_____uses_sequence_s_s_l.html
/usr/share/doc/packages/gsoap/wsrm/html/struct__wsrm_____uses_sequence_s_t_r.html
/usr/share/doc/packages/gsoap/wsrm/html/struct_s_o_a_p___e_n_v_____header-members.html
/usr/share/doc/packages/gsoap/wsrm/html/struct_s_o_a_p___e_n_v_____header.html
/usr/share/doc/packages/gsoap/wsrm/html/struct_s_o_a_p___e_n_v_____header__coll__graph.map
/usr/share/doc/packages/gsoap/wsrm/html/struct_s_o_a_p___e_n_v_____header__coll__graph.md5
/usr/share/doc/packages/gsoap/wsrm/html/struct_s_o_a_p___e_n_v_____header__coll__graph.png
/usr/share/doc/packages/gsoap/wsrm/html/structchan_____channel_instance_type-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structchan_____channel_instance_type.html
/usr/share/doc/packages/gsoap/wsrm/html/structms__data.html
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__mq__data-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__mq__data.html
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__mq__msg-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__mq__msg.html
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__mq__msg__coll__graph.map
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__mq__msg__coll__graph.md5
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__mq__msg__coll__graph.png
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__mq__queue-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__mq__queue.html
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__mq__queue__coll__graph.map
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__mq__queue__coll__graph.md5
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__mq__queue__coll__graph.png
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsa__data-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsa__data.html
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__content-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__content.html
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__content__coll__graph.map
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__content__coll__graph.md5
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__content__coll__graph.png
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__data-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__data.html
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__data__coll__graph.map
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__data__coll__graph.md5
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__data__coll__graph.png
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__message-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__message.html
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__message__coll__graph.map
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__message__coll__graph.md5
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__message__coll__graph.png
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__range-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__range.html
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__range__coll__graph.map
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__range__coll__graph.md5
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__range__coll__graph.png
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__ranges.html
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__sequence-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__sequence.html
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__sequence__coll__graph.map
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__sequence__coll__graph.md5
/usr/share/doc/packages/gsoap/wsrm/html/structsoap__wsrm__sequence__coll__graph.png
/usr/share/doc/packages/gsoap/wsrm/html/structwsa5_____endpoint_reference_type-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsa5_____endpoint_reference_type.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsa5_____endpoint_reference_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsrm/html/structwsa5_____endpoint_reference_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsrm/html/structwsa5_____endpoint_reference_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsrm/html/structwsa5_____metadata_type-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsa5_____metadata_type.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsa5_____problem_action_type-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsa5_____problem_action_type.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsa5_____reference_parameters_type-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsa5_____reference_parameters_type.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsa5_____relates_to_type-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsa5_____relates_to_type.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____accept_type-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____accept_type.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____accept_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____accept_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____accept_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____ack_requested_type-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____ack_requested_type.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____close_sequence_response_type-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____close_sequence_response_type.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____close_sequence_type-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____close_sequence_type.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____create_sequence_response_type-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____create_sequence_response_type.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____create_sequence_response_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____create_sequence_response_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____create_sequence_response_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____create_sequence_type-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____create_sequence_type.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____create_sequence_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____create_sequence_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____create_sequence_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____offer_type-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____offer_type.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____offer_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____offer_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____offer_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____sequence_fault_type-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____sequence_fault_type.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____sequence_type-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____sequence_type.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____terminate_sequence_response_type-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____terminate_sequence_response_type.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____terminate_sequence_type-members.html
/usr/share/doc/packages/gsoap/wsrm/html/structwsrm_____terminate_sequence_type.html
/usr/share/doc/packages/gsoap/wsrm/html/sync_off.png
/usr/share/doc/packages/gsoap/wsrm/html/sync_on.png
/usr/share/doc/packages/gsoap/wsrm/html/tab_a.png
/usr/share/doc/packages/gsoap/wsrm/html/tab_b.png
/usr/share/doc/packages/gsoap/wsrm/html/tab_h.png
/usr/share/doc/packages/gsoap/wsrm/html/tab_s.png
/usr/share/doc/packages/gsoap/wsrm/html/tabs.css
/usr/share/doc/packages/gsoap/wsrm/html/wsa.html
/usr/share/doc/packages/gsoap/wsrm/html/wsa5_8h.html
/usr/share/doc/packages/gsoap/wsrm/html/wsa5_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wsrm/html/wsa5_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wsrm/html/wsa5_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wsrm/html/wsa_0.html
/usr/share/doc/packages/gsoap/wsrm/html/wsaapi_8c.html
/usr/share/doc/packages/gsoap/wsrm/html/wsaapi_8c__incl.map
/usr/share/doc/packages/gsoap/wsrm/html/wsaapi_8c__incl.md5
/usr/share/doc/packages/gsoap/wsrm/html/wsaapi_8c__incl.png
/usr/share/doc/packages/gsoap/wsrm/html/wsaapi_8h.html
/usr/share/doc/packages/gsoap/wsrm/html/wsaapi_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wsrm/html/wsaapi_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wsrm/html/wsaapi_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wsrm/html/wsaapi_8h__incl.map
/usr/share/doc/packages/gsoap/wsrm/html/wsaapi_8h__incl.md5
/usr/share/doc/packages/gsoap/wsrm/html/wsaapi_8h__incl.png
/usr/share/doc/packages/gsoap/wsrm/html/wsrm.html
/usr/share/doc/packages/gsoap/wsrm/html/wsrm_0.html
/usr/share/doc/packages/gsoap/wsrm/html/wsrm_8h.html
/usr/share/doc/packages/gsoap/wsrm/html/wsrm_8h__incl.map
/usr/share/doc/packages/gsoap/wsrm/html/wsrm_8h__incl.md5
/usr/share/doc/packages/gsoap/wsrm/html/wsrm_8h__incl.png
/usr/share/doc/packages/gsoap/wsrm/html/wsrmapi_8c.html
/usr/share/doc/packages/gsoap/wsrm/html/wsrmapi_8c__incl.map
/usr/share/doc/packages/gsoap/wsrm/html/wsrmapi_8c__incl.md5
/usr/share/doc/packages/gsoap/wsrm/html/wsrmapi_8c__incl.png
/usr/share/doc/packages/gsoap/wsrm/html/wsrmapi_8h.html
/usr/share/doc/packages/gsoap/wsrm/html/wsrmapi_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wsrm/html/wsrmapi_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wsrm/html/wsrmapi_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wsrm/html/wsrmapi_8h__incl.map
/usr/share/doc/packages/gsoap/wsrm/html/wsrmapi_8h__incl.md5
/usr/share/doc/packages/gsoap/wsrm/html/wsrmapi_8h__incl.png
/usr/share/doc/packages/gsoap/wsrm/html/wsrx_8h.html
/usr/share/doc/packages/gsoap/wsrm/html/wsrx_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wsrm/html/wsrx_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wsrm/html/wsrx_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wsse
/usr/share/doc/packages/gsoap/wsse-lite
/usr/share/doc/packages/gsoap/wsse-lite/Doxyfile
/usr/share/doc/packages/gsoap/wsse-lite/html
/usr/share/doc/packages/gsoap/wsse-lite/html/GeniviaLogo2_trans_noslogan.png
/usr/share/doc/packages/gsoap/wsse-lite/html/annotated.html
/usr/share/doc/packages/gsoap/wsse-lite/html/arrowdown.png
/usr/share/doc/packages/gsoap/wsse-lite/html/arrowright.png
/usr/share/doc/packages/gsoap/wsse-lite/html/bc_s.png
/usr/share/doc/packages/gsoap/wsse-lite/html/bdwn.png
/usr/share/doc/packages/gsoap/wsse-lite/html/classes.html
/usr/share/doc/packages/gsoap/wsse-lite/html/closed.png
/usr/share/doc/packages/gsoap/wsse-lite/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11.html
/usr/share/doc/packages/gsoap/wsse-lite/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11_dep.map
/usr/share/doc/packages/gsoap/wsse-lite/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11_dep.md5
/usr/share/doc/packages/gsoap/wsse-lite/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11_dep.png
/usr/share/doc/packages/gsoap/wsse-lite/html/dir_b4c3aec6cd8f28418150dce663061cfa.html
/usr/share/doc/packages/gsoap/wsse-lite/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.map
/usr/share/doc/packages/gsoap/wsse-lite/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.md5
/usr/share/doc/packages/gsoap/wsse-lite/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.png
/usr/share/doc/packages/gsoap/wsse-lite/html/doc.png
/usr/share/doc/packages/gsoap/wsse-lite/html/doxygen.css
/usr/share/doc/packages/gsoap/wsse-lite/html/doxygen.png
/usr/share/doc/packages/gsoap/wsse-lite/html/dynsections.js
/usr/share/doc/packages/gsoap/wsse-lite/html/files.html
/usr/share/doc/packages/gsoap/wsse-lite/html/folderclosed.png
/usr/share/doc/packages/gsoap/wsse-lite/html/folderopen.png
/usr/share/doc/packages/gsoap/wsse-lite/html/ftv2blank.png
/usr/share/doc/packages/gsoap/wsse-lite/html/ftv2cl.png
/usr/share/doc/packages/gsoap/wsse-lite/html/ftv2doc.png
/usr/share/doc/packages/gsoap/wsse-lite/html/ftv2folderclosed.png
/usr/share/doc/packages/gsoap/wsse-lite/html/ftv2folderopen.png
/usr/share/doc/packages/gsoap/wsse-lite/html/ftv2lastnode.png
/usr/share/doc/packages/gsoap/wsse-lite/html/ftv2link.png
/usr/share/doc/packages/gsoap/wsse-lite/html/ftv2mlastnode.png
/usr/share/doc/packages/gsoap/wsse-lite/html/ftv2mnode.png
/usr/share/doc/packages/gsoap/wsse-lite/html/ftv2mo.png
/usr/share/doc/packages/gsoap/wsse-lite/html/ftv2node.png
/usr/share/doc/packages/gsoap/wsse-lite/html/ftv2ns.png
/usr/share/doc/packages/gsoap/wsse-lite/html/ftv2plastnode.png
/usr/share/doc/packages/gsoap/wsse-lite/html/ftv2pnode.png
/usr/share/doc/packages/gsoap/wsse-lite/html/ftv2splitbar.png
/usr/share/doc/packages/gsoap/wsse-lite/html/ftv2vertline.png
/usr/share/doc/packages/gsoap/wsse-lite/html/functions.html
/usr/share/doc/packages/gsoap/wsse-lite/html/functions_vars.html
/usr/share/doc/packages/gsoap/wsse-lite/html/genivia_content.css
/usr/share/doc/packages/gsoap/wsse-lite/html/genivia_tabs.css
/usr/share/doc/packages/gsoap/wsse-lite/html/globals.html
/usr/share/doc/packages/gsoap/wsse-lite/html/globals_defs.html
/usr/share/doc/packages/gsoap/wsse-lite/html/globals_enum.html
/usr/share/doc/packages/gsoap/wsse-lite/html/globals_eval.html
/usr/share/doc/packages/gsoap/wsse-lite/html/globals_func.html
/usr/share/doc/packages/gsoap/wsse-lite/html/globals_type.html
/usr/share/doc/packages/gsoap/wsse-lite/html/globals_vars.html
/usr/share/doc/packages/gsoap/wsse-lite/html/graph_legend.html
/usr/share/doc/packages/gsoap/wsse-lite/html/graph_legend.md5
/usr/share/doc/packages/gsoap/wsse-lite/html/graph_legend.png
/usr/share/doc/packages/gsoap/wsse-lite/html/index.html
/usr/share/doc/packages/gsoap/wsse-lite/html/jquery.js
/usr/share/doc/packages/gsoap/wsse-lite/html/nav_f.png
/usr/share/doc/packages/gsoap/wsse-lite/html/nav_g.png
/usr/share/doc/packages/gsoap/wsse-lite/html/nav_h.png
/usr/share/doc/packages/gsoap/wsse-lite/html/open.png
/usr/share/doc/packages/gsoap/wsse-lite/html/pages.html
/usr/share/doc/packages/gsoap/wsse-lite/html/splitbar.png
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____binary_security_token-members.html
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____binary_security_token.html
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____embedded-members.html
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____embedded.html
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____key_identifier-members.html
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____key_identifier.html
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____password-members.html
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____password.html
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____reference-members.html
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____reference.html
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____security-members.html
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____security.html
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____security__coll__graph.map
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____security__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____security__coll__graph.png
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____security_token_reference-members.html
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____security_token_reference.html
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____security_token_reference__coll__graph.map
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____security_token_reference__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____security_token_reference__coll__graph.png
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____username_token-members.html
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____username_token.html
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____username_token__coll__graph.map
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____username_token__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse-lite/html/struct__wsse_____username_token__coll__graph.png
/usr/share/doc/packages/gsoap/wsse-lite/html/struct_s_o_a_p___e_n_v_____header-members.html
/usr/share/doc/packages/gsoap/wsse-lite/html/struct_s_o_a_p___e_n_v_____header.html
/usr/share/doc/packages/gsoap/wsse-lite/html/struct_s_o_a_p___e_n_v_____header__coll__graph.map
/usr/share/doc/packages/gsoap/wsse-lite/html/struct_s_o_a_p___e_n_v_____header__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse-lite/html/struct_s_o_a_p___e_n_v_____header__coll__graph.png
/usr/share/doc/packages/gsoap/wsse-lite/html/structwsse_____encoded_string-members.html
/usr/share/doc/packages/gsoap/wsse-lite/html/structwsse_____encoded_string.html
/usr/share/doc/packages/gsoap/wsse-lite/html/sync_off.png
/usr/share/doc/packages/gsoap/wsse-lite/html/sync_on.png
/usr/share/doc/packages/gsoap/wsse-lite/html/tab_a.png
/usr/share/doc/packages/gsoap/wsse-lite/html/tab_b.png
/usr/share/doc/packages/gsoap/wsse-lite/html/tab_h.png
/usr/share/doc/packages/gsoap/wsse-lite/html/tab_s.png
/usr/share/doc/packages/gsoap/wsse-lite/html/tabs.css
/usr/share/doc/packages/gsoap/wsse-lite/html/wsse.html
/usr/share/doc/packages/gsoap/wsse-lite/html/wsse_8h.html
/usr/share/doc/packages/gsoap/wsse-lite/html/wsse_8h__incl.map
/usr/share/doc/packages/gsoap/wsse-lite/html/wsse_8h__incl.md5
/usr/share/doc/packages/gsoap/wsse-lite/html/wsse_8h__incl.png
/usr/share/doc/packages/gsoap/wsse-lite/html/wsseapi-lite_8c.html
/usr/share/doc/packages/gsoap/wsse-lite/html/wsseapi-lite_8c__incl.map
/usr/share/doc/packages/gsoap/wsse-lite/html/wsseapi-lite_8c__incl.md5
/usr/share/doc/packages/gsoap/wsse-lite/html/wsseapi-lite_8c__incl.png
/usr/share/doc/packages/gsoap/wsse-lite/html/wsseapi-lite_8h.html
/usr/share/doc/packages/gsoap/wsse-lite/html/wsseapi-lite_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wsse-lite/html/wsseapi-lite_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wsse-lite/html/wsseapi-lite_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wsse-lite/html/wsseapi-lite_8h__incl.map
/usr/share/doc/packages/gsoap/wsse-lite/html/wsseapi-lite_8h__incl.md5
/usr/share/doc/packages/gsoap/wsse-lite/html/wsseapi-lite_8h__incl.png
/usr/share/doc/packages/gsoap/wsse/Doxyfile
/usr/share/doc/packages/gsoap/wsse/html
/usr/share/doc/packages/gsoap/wsse/html/GeniviaLogo2_trans_noslogan.png
/usr/share/doc/packages/gsoap/wsse/html/annotated.html
/usr/share/doc/packages/gsoap/wsse/html/arrowdown.png
/usr/share/doc/packages/gsoap/wsse/html/arrowright.png
/usr/share/doc/packages/gsoap/wsse/html/bc_s.png
/usr/share/doc/packages/gsoap/wsse/html/bdwn.png
/usr/share/doc/packages/gsoap/wsse/html/c14n_8h.html
/usr/share/doc/packages/gsoap/wsse/html/c14n_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wsse/html/c14n_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wsse/html/c14n_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wsse/html/classes.html
/usr/share/doc/packages/gsoap/wsse/html/closed.png
/usr/share/doc/packages/gsoap/wsse/html/dir_02c18461596af798c7ff990e8531c6a5.html
/usr/share/doc/packages/gsoap/wsse/html/dir_02c18461596af798c7ff990e8531c6a5_dep.map
/usr/share/doc/packages/gsoap/wsse/html/dir_02c18461596af798c7ff990e8531c6a5_dep.md5
/usr/share/doc/packages/gsoap/wsse/html/dir_02c18461596af798c7ff990e8531c6a5_dep.png
/usr/share/doc/packages/gsoap/wsse/html/dir_0f6b302bf4a0964b9ad8082330a9810c.html
/usr/share/doc/packages/gsoap/wsse/html/dir_0f6b302bf4a0964b9ad8082330a9810c_dep.map
/usr/share/doc/packages/gsoap/wsse/html/dir_0f6b302bf4a0964b9ad8082330a9810c_dep.md5
/usr/share/doc/packages/gsoap/wsse/html/dir_0f6b302bf4a0964b9ad8082330a9810c_dep.png
/usr/share/doc/packages/gsoap/wsse/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11.html
/usr/share/doc/packages/gsoap/wsse/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11_dep.map
/usr/share/doc/packages/gsoap/wsse/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11_dep.md5
/usr/share/doc/packages/gsoap/wsse/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11_dep.png
/usr/share/doc/packages/gsoap/wsse/html/dir_64d26de44e9780deaf9ad758af7a6de1.html
/usr/share/doc/packages/gsoap/wsse/html/dir_64d26de44e9780deaf9ad758af7a6de1_dep.map
/usr/share/doc/packages/gsoap/wsse/html/dir_64d26de44e9780deaf9ad758af7a6de1_dep.md5
/usr/share/doc/packages/gsoap/wsse/html/dir_64d26de44e9780deaf9ad758af7a6de1_dep.png
/usr/share/doc/packages/gsoap/wsse/html/dir_ab60ac2aa67705875977cdb5f0fc5362.html
/usr/share/doc/packages/gsoap/wsse/html/dir_ab60ac2aa67705875977cdb5f0fc5362_dep.map
/usr/share/doc/packages/gsoap/wsse/html/dir_ab60ac2aa67705875977cdb5f0fc5362_dep.md5
/usr/share/doc/packages/gsoap/wsse/html/dir_ab60ac2aa67705875977cdb5f0fc5362_dep.png
/usr/share/doc/packages/gsoap/wsse/html/dir_b4c3aec6cd8f28418150dce663061cfa.html
/usr/share/doc/packages/gsoap/wsse/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.map
/usr/share/doc/packages/gsoap/wsse/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.md5
/usr/share/doc/packages/gsoap/wsse/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.png
/usr/share/doc/packages/gsoap/wsse/html/dir_bf96b41ed94a1484b6e719fb62055667.html
/usr/share/doc/packages/gsoap/wsse/html/dir_bf96b41ed94a1484b6e719fb62055667_dep.map
/usr/share/doc/packages/gsoap/wsse/html/dir_bf96b41ed94a1484b6e719fb62055667_dep.md5
/usr/share/doc/packages/gsoap/wsse/html/dir_bf96b41ed94a1484b6e719fb62055667_dep.png
/usr/share/doc/packages/gsoap/wsse/html/dir_d522931ffa1371640980b621734a4381.html
/usr/share/doc/packages/gsoap/wsse/html/dir_d522931ffa1371640980b621734a4381_dep.map
/usr/share/doc/packages/gsoap/wsse/html/dir_d522931ffa1371640980b621734a4381_dep.md5
/usr/share/doc/packages/gsoap/wsse/html/dir_d522931ffa1371640980b621734a4381_dep.png
/usr/share/doc/packages/gsoap/wsse/html/doc.png
/usr/share/doc/packages/gsoap/wsse/html/doxygen.css
/usr/share/doc/packages/gsoap/wsse/html/doxygen.png
/usr/share/doc/packages/gsoap/wsse/html/ds_8h.html
/usr/share/doc/packages/gsoap/wsse/html/ds_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wsse/html/ds_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wsse/html/ds_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wsse/html/ds_8h__incl.map
/usr/share/doc/packages/gsoap/wsse/html/ds_8h__incl.md5
/usr/share/doc/packages/gsoap/wsse/html/ds_8h__incl.png
/usr/share/doc/packages/gsoap/wsse/html/dynsections.js
/usr/share/doc/packages/gsoap/wsse/html/files.html
/usr/share/doc/packages/gsoap/wsse/html/folderclosed.png
/usr/share/doc/packages/gsoap/wsse/html/folderopen.png
/usr/share/doc/packages/gsoap/wsse/html/ftv2blank.png
/usr/share/doc/packages/gsoap/wsse/html/ftv2cl.png
/usr/share/doc/packages/gsoap/wsse/html/ftv2doc.png
/usr/share/doc/packages/gsoap/wsse/html/ftv2folderclosed.png
/usr/share/doc/packages/gsoap/wsse/html/ftv2folderopen.png
/usr/share/doc/packages/gsoap/wsse/html/ftv2lastnode.png
/usr/share/doc/packages/gsoap/wsse/html/ftv2link.png
/usr/share/doc/packages/gsoap/wsse/html/ftv2mlastnode.png
/usr/share/doc/packages/gsoap/wsse/html/ftv2mnode.png
/usr/share/doc/packages/gsoap/wsse/html/ftv2mo.png
/usr/share/doc/packages/gsoap/wsse/html/ftv2node.png
/usr/share/doc/packages/gsoap/wsse/html/ftv2ns.png
/usr/share/doc/packages/gsoap/wsse/html/ftv2plastnode.png
/usr/share/doc/packages/gsoap/wsse/html/ftv2pnode.png
/usr/share/doc/packages/gsoap/wsse/html/ftv2splitbar.png
/usr/share/doc/packages/gsoap/wsse/html/ftv2vertline.png
/usr/share/doc/packages/gsoap/wsse/html/functions.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x61.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x62.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x63.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x64.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x65.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x66.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x67.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x68.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x69.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x6a.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x6b.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x6c.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x6d.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x6e.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x6f.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x70.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x71.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x72.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x73.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x74.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x75.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x76.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x77.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x78.html
/usr/share/doc/packages/gsoap/wsse/html/functions_0x79.html
/usr/share/doc/packages/gsoap/wsse/html/functions_a.html
/usr/share/doc/packages/gsoap/wsse/html/functions_b.html
/usr/share/doc/packages/gsoap/wsse/html/functions_c.html
/usr/share/doc/packages/gsoap/wsse/html/functions_d.html
/usr/share/doc/packages/gsoap/wsse/html/functions_e.html
/usr/share/doc/packages/gsoap/wsse/html/functions_f.html
/usr/share/doc/packages/gsoap/wsse/html/functions_g.html
/usr/share/doc/packages/gsoap/wsse/html/functions_h.html
/usr/share/doc/packages/gsoap/wsse/html/functions_i.html
/usr/share/doc/packages/gsoap/wsse/html/functions_j.html
/usr/share/doc/packages/gsoap/wsse/html/functions_k.html
/usr/share/doc/packages/gsoap/wsse/html/functions_l.html
/usr/share/doc/packages/gsoap/wsse/html/functions_m.html
/usr/share/doc/packages/gsoap/wsse/html/functions_n.html
/usr/share/doc/packages/gsoap/wsse/html/functions_o.html
/usr/share/doc/packages/gsoap/wsse/html/functions_p.html
/usr/share/doc/packages/gsoap/wsse/html/functions_q.html
/usr/share/doc/packages/gsoap/wsse/html/functions_r.html
/usr/share/doc/packages/gsoap/wsse/html/functions_s.html
/usr/share/doc/packages/gsoap/wsse/html/functions_t.html
/usr/share/doc/packages/gsoap/wsse/html/functions_u.html
/usr/share/doc/packages/gsoap/wsse/html/functions_v.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x61.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x62.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x63.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x64.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x65.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x66.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x67.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x68.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x69.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x6a.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x6b.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x6c.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x6d.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x6e.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x6f.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x70.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x71.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x72.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x73.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x74.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x75.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x76.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x77.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x78.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_0x79.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_a.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_b.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_c.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_d.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_e.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_f.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_g.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_h.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_i.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_j.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_k.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_l.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_m.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_n.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_o.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_p.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_q.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_r.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_s.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_t.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_u.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_v.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_w.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_x.html
/usr/share/doc/packages/gsoap/wsse/html/functions_vars_y.html
/usr/share/doc/packages/gsoap/wsse/html/functions_w.html
/usr/share/doc/packages/gsoap/wsse/html/functions_x.html
/usr/share/doc/packages/gsoap/wsse/html/functions_y.html
/usr/share/doc/packages/gsoap/wsse/html/genivia_content.css
/usr/share/doc/packages/gsoap/wsse/html/genivia_tabs.css
/usr/share/doc/packages/gsoap/wsse/html/globals.html
/usr/share/doc/packages/gsoap/wsse/html/globals_0x63.html
/usr/share/doc/packages/gsoap/wsse/html/globals_0x64.html
/usr/share/doc/packages/gsoap/wsse/html/globals_0x73.html
/usr/share/doc/packages/gsoap/wsse/html/globals_0x77.html
/usr/share/doc/packages/gsoap/wsse/html/globals_0x78.html
/usr/share/doc/packages/gsoap/wsse/html/globals_c.html
/usr/share/doc/packages/gsoap/wsse/html/globals_d.html
/usr/share/doc/packages/gsoap/wsse/html/globals_defs.html
/usr/share/doc/packages/gsoap/wsse/html/globals_e.html
/usr/share/doc/packages/gsoap/wsse/html/globals_enum.html
/usr/share/doc/packages/gsoap/wsse/html/globals_eval.html
/usr/share/doc/packages/gsoap/wsse/html/globals_func.html
/usr/share/doc/packages/gsoap/wsse/html/globals_func_0x73.html
/usr/share/doc/packages/gsoap/wsse/html/globals_func_s.html
/usr/share/doc/packages/gsoap/wsse/html/globals_s.html
/usr/share/doc/packages/gsoap/wsse/html/globals_type.html
/usr/share/doc/packages/gsoap/wsse/html/globals_vars.html
/usr/share/doc/packages/gsoap/wsse/html/globals_w.html
/usr/share/doc/packages/gsoap/wsse/html/globals_x.html
/usr/share/doc/packages/gsoap/wsse/html/graph_legend.html
/usr/share/doc/packages/gsoap/wsse/html/graph_legend.md5
/usr/share/doc/packages/gsoap/wsse/html/graph_legend.png
/usr/share/doc/packages/gsoap/wsse/html/icon.png
/usr/share/doc/packages/gsoap/wsse/html/index.html
/usr/share/doc/packages/gsoap/wsse/html/jquery.js
/usr/share/doc/packages/gsoap/wsse/html/mecevp.html
/usr/share/doc/packages/gsoap/wsse/html/mecevp_8c.html
/usr/share/doc/packages/gsoap/wsse/html/mecevp_8c__incl.map
/usr/share/doc/packages/gsoap/wsse/html/mecevp_8c__incl.md5
/usr/share/doc/packages/gsoap/wsse/html/mecevp_8c__incl.png
/usr/share/doc/packages/gsoap/wsse/html/mecevp_8h.html
/usr/share/doc/packages/gsoap/wsse/html/mecevp_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wsse/html/mecevp_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wsse/html/mecevp_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wsse/html/mecevp_8h__incl.map
/usr/share/doc/packages/gsoap/wsse/html/mecevp_8h__incl.md5
/usr/share/doc/packages/gsoap/wsse/html/mecevp_8h__incl.png
/usr/share/doc/packages/gsoap/wsse/html/nav_f.png
/usr/share/doc/packages/gsoap/wsse/html/nav_g.png
/usr/share/doc/packages/gsoap/wsse/html/nav_h.png
/usr/share/doc/packages/gsoap/wsse/html/open.png
/usr/share/doc/packages/gsoap/wsse/html/page_XMLDataBinding.html
/usr/share/doc/packages/gsoap/wsse/html/page__x_m_l_data_binding.html
/usr/share/doc/packages/gsoap/wsse/html/pages.html
/usr/share/doc/packages/gsoap/wsse/html/smdevp.html
/usr/share/doc/packages/gsoap/wsse/html/smdevp_8c.html
/usr/share/doc/packages/gsoap/wsse/html/smdevp_8c__incl.map
/usr/share/doc/packages/gsoap/wsse/html/smdevp_8c__incl.md5
/usr/share/doc/packages/gsoap/wsse/html/smdevp_8c__incl.png
/usr/share/doc/packages/gsoap/wsse/html/smdevp_8h.html
/usr/share/doc/packages/gsoap/wsse/html/smdevp_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wsse/html/smdevp_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wsse/html/smdevp_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wsse/html/smdevp_8h__incl.map
/usr/share/doc/packages/gsoap/wsse/html/smdevp_8h__incl.md5
/usr/share/doc/packages/gsoap/wsse/html/smdevp_8h__incl.png
/usr/share/doc/packages/gsoap/wsse/html/splitbar.png
/usr/share/doc/packages/gsoap/wsse/html/struct__c14n_____inclusive_namespaces-members.html
/usr/share/doc/packages/gsoap/wsse/html/struct__c14n_____inclusive_namespaces.html
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____binary_security_token-members.html
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____binary_security_token.html
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____embedded-members.html
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____embedded.html
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____key_identifier-members.html
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____key_identifier.html
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____password-members.html
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____password.html
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____reference-members.html
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____reference.html
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____security-members.html
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____security.html
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____security__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____security__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____security__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____security_token_reference-members.html
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____security_token_reference.html
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____security_token_reference__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____security_token_reference__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____security_token_reference__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____username_token-members.html
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____username_token.html
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____username_token__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____username_token__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/struct__wsse_____username_token__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/struct__wsu_____timestamp-members.html
/usr/share/doc/packages/gsoap/wsse/html/struct__wsu_____timestamp.html
/usr/share/doc/packages/gsoap/wsse/html/struct__xenc_____reference_list-members.html
/usr/share/doc/packages/gsoap/wsse/html/struct__xenc_____reference_list.html
/usr/share/doc/packages/gsoap/wsse/html/struct__xenc_____reference_list_1_1____xenc____union___reference_list-members.html
/usr/share/doc/packages/gsoap/wsse/html/struct__xenc_____reference_list_1_1____xenc____union___reference_list.html
/usr/share/doc/packages/gsoap/wsse/html/struct__xenc_____reference_list_1_1____xenc____union___reference_list__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/struct__xenc_____reference_list_1_1____xenc____union___reference_list__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/struct__xenc_____reference_list_1_1____xenc____union___reference_list__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/struct__xenc_____reference_list__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/struct__xenc_____reference_list__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/struct__xenc_____reference_list__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/struct_s_o_a_p___e_n_v_____header-members.html
/usr/share/doc/packages/gsoap/wsse/html/struct_s_o_a_p___e_n_v_____header.html
/usr/share/doc/packages/gsoap/wsse/html/struct_s_o_a_p___e_n_v_____header__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/struct_s_o_a_p___e_n_v_____header__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/struct_s_o_a_p___e_n_v_____header__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structds_____canonicalization_method_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____canonicalization_method_type.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____canonicalization_method_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structds_____canonicalization_method_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structds_____canonicalization_method_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structds_____d_s_a_key_value_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____d_s_a_key_value_type.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____digest_method_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____digest_method_type.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____key_info_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____key_info_type.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____key_info_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structds_____key_info_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structds_____key_info_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structds_____key_value_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____key_value_type.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____key_value_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structds_____key_value_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structds_____key_value_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structds_____r_s_a_key_value_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____r_s_a_key_value_type.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____reference_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____reference_type.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____reference_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structds_____reference_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structds_____reference_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structds_____retrieval_method_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____retrieval_method_type.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____retrieval_method_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structds_____retrieval_method_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structds_____retrieval_method_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structds_____signature_method_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____signature_method_type.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____signature_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____signature_type.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____signature_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structds_____signature_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structds_____signature_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structds_____signed_info_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____signed_info_type.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____signed_info_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structds_____signed_info_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structds_____signed_info_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structds_____transform_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____transform_type.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____transform_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structds_____transform_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structds_____transform_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structds_____transforms_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____transforms_type.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____transforms_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structds_____transforms_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structds_____transforms_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structds_____x509_data_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____x509_data_type.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____x509_data_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structds_____x509_data_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structds_____x509_data_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structds_____x509_issuer_serial_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structds_____x509_issuer_serial_type.html
/usr/share/doc/packages/gsoap/wsse/html/structsoap__mec__data-members.html
/usr/share/doc/packages/gsoap/wsse/html/structsoap__mec__data.html
/usr/share/doc/packages/gsoap/wsse/html/structsoap__smd__data-members.html
/usr/share/doc/packages/gsoap/wsse/html/structsoap__smd__data.html
/usr/share/doc/packages/gsoap/wsse/html/structsoap__wsse__data-members.html
/usr/share/doc/packages/gsoap/wsse/html/structsoap__wsse__data.html
/usr/share/doc/packages/gsoap/wsse/html/structsoap__wsse__data__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structsoap__wsse__data__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structsoap__wsse__data__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structsoap__wsse__digest-members.html
/usr/share/doc/packages/gsoap/wsse/html/structsoap__wsse__digest.html
/usr/share/doc/packages/gsoap/wsse/html/structsoap__wsse__digest__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structsoap__wsse__digest__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structsoap__wsse__digest__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structsoap__wsse__session-members.html
/usr/share/doc/packages/gsoap/wsse/html/structsoap__wsse__session.html
/usr/share/doc/packages/gsoap/wsse/html/structsoap__wsse__session__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structsoap__wsse__session__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structsoap__wsse__session__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structwsc_____derived_key_token_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structwsc_____derived_key_token_type.html
/usr/share/doc/packages/gsoap/wsse/html/structwsc_____derived_key_token_type_1_1____wsc_____derived_key_token_type__sequence-members.html
/usr/share/doc/packages/gsoap/wsse/html/structwsc_____derived_key_token_type_1_1____wsc_____derived_key_token_type__sequence.html
/usr/share/doc/packages/gsoap/wsse/html/structwsc_____derived_key_token_type_1_1____wsc_____derived_key_token_type__sequence__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structwsc_____derived_key_token_type_1_1____wsc_____derived_key_token_type__sequence__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structwsc_____derived_key_token_type_1_1____wsc_____derived_key_token_type__sequence__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structwsc_____derived_key_token_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structwsc_____derived_key_token_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structwsc_____derived_key_token_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structwsc_____properties_type.html
/usr/share/doc/packages/gsoap/wsse/html/structwsc_____security_context_token_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structwsc_____security_context_token_type.html
/usr/share/doc/packages/gsoap/wsse/html/structwsse_____encoded_string-members.html
/usr/share/doc/packages/gsoap/wsse/html/structwsse_____encoded_string.html
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____agreement_method_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____agreement_method_type.html
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____agreement_method_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____agreement_method_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____agreement_method_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____cipher_data_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____cipher_data_type.html
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____cipher_data_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____cipher_data_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____cipher_data_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____cipher_reference_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____cipher_reference_type.html
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____cipher_reference_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____cipher_reference_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____cipher_reference_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encrypted_data_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encrypted_data_type.html
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encrypted_data_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encrypted_data_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encrypted_data_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encrypted_key_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encrypted_key_type.html
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encrypted_key_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encrypted_key_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encrypted_key_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encrypted_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encrypted_type.html
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encrypted_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encrypted_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encrypted_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encryption_method_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encryption_method_type.html
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encryption_method_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encryption_method_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encryption_method_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encryption_properties_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encryption_properties_type.html
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encryption_properties_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encryption_properties_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encryption_properties_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encryption_property_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____encryption_property_type.html
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____reference_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____reference_type.html
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____transforms_type-members.html
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____transforms_type.html
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____transforms_type__coll__graph.map
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____transforms_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wsse/html/structxenc_____transforms_type__coll__graph.png
/usr/share/doc/packages/gsoap/wsse/html/sync_off.png
/usr/share/doc/packages/gsoap/wsse/html/sync_on.png
/usr/share/doc/packages/gsoap/wsse/html/tab_a.png
/usr/share/doc/packages/gsoap/wsse/html/tab_b.png
/usr/share/doc/packages/gsoap/wsse/html/tab_h.png
/usr/share/doc/packages/gsoap/wsse/html/tab_s.png
/usr/share/doc/packages/gsoap/wsse/html/tabs.css
/usr/share/doc/packages/gsoap/wsse/html/threads.html
/usr/share/doc/packages/gsoap/wsse/html/threads_8c.html
/usr/share/doc/packages/gsoap/wsse/html/threads_8c__incl.map
/usr/share/doc/packages/gsoap/wsse/html/threads_8c__incl.md5
/usr/share/doc/packages/gsoap/wsse/html/threads_8c__incl.png
/usr/share/doc/packages/gsoap/wsse/html/threads_8h.html
/usr/share/doc/packages/gsoap/wsse/html/threads_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wsse/html/threads_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wsse/html/threads_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wsse/html/threads_8h__incl.map
/usr/share/doc/packages/gsoap/wsse/html/threads_8h__incl.md5
/usr/share/doc/packages/gsoap/wsse/html/threads_8h__incl.png
/usr/share/doc/packages/gsoap/wsse/html/todo.html
/usr/share/doc/packages/gsoap/wsse/html/unionwsc_____derived_key_token_type_1_1____wsc_____derived_key_token_type__sequence_1_1__wsc____f118c0390b9edbdff1b9d80ae422cb5c.html
/usr/share/doc/packages/gsoap/wsse/html/unionwsc_____derived_key_token_type_1_1____wsc_____derived_key_token_type__sequence_1_1__wsc____union___derived_key_token_type.html
/usr/share/doc/packages/gsoap/wsse/html/wsc_8h.html
/usr/share/doc/packages/gsoap/wsse/html/wsc_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wsse/html/wsc_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wsse/html/wsc_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wsse/html/wsc_8h__incl.map
/usr/share/doc/packages/gsoap/wsse/html/wsc_8h__incl.md5
/usr/share/doc/packages/gsoap/wsse/html/wsc_8h__incl.png
/usr/share/doc/packages/gsoap/wsse/html/wsse.html
/usr/share/doc/packages/gsoap/wsse/html/wsse_8h.html
/usr/share/doc/packages/gsoap/wsse/html/wsse_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wsse/html/wsse_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wsse/html/wsse_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wsse/html/wsse_8h__incl.map
/usr/share/doc/packages/gsoap/wsse/html/wsse_8h__incl.md5
/usr/share/doc/packages/gsoap/wsse/html/wsse_8h__incl.png
/usr/share/doc/packages/gsoap/wsse/html/wsseapi_8c.html
/usr/share/doc/packages/gsoap/wsse/html/wsseapi_8c__incl.map
/usr/share/doc/packages/gsoap/wsse/html/wsseapi_8c__incl.md5
/usr/share/doc/packages/gsoap/wsse/html/wsseapi_8c__incl.png
/usr/share/doc/packages/gsoap/wsse/html/wsseapi_8h.html
/usr/share/doc/packages/gsoap/wsse/html/wsseapi_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wsse/html/wsseapi_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wsse/html/wsseapi_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wsse/html/wsseapi_8h__incl.map
/usr/share/doc/packages/gsoap/wsse/html/wsseapi_8h__incl.md5
/usr/share/doc/packages/gsoap/wsse/html/wsseapi_8h__incl.png
/usr/share/doc/packages/gsoap/wsse/html/wsu_8h.html
/usr/share/doc/packages/gsoap/wsse/html/wsu_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wsse/html/wsu_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wsse/html/wsu_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wsse/html/xenc_8h.html
/usr/share/doc/packages/gsoap/wsse/html/xenc_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wsse/html/xenc_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wsse/html/xenc_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wsse/html/xenc_8h__incl.map
/usr/share/doc/packages/gsoap/wsse/html/xenc_8h__incl.md5
/usr/share/doc/packages/gsoap/wsse/html/xenc_8h__incl.png
/usr/share/doc/packages/gsoap/wst
/usr/share/doc/packages/gsoap/wst/Doxyfile
/usr/share/doc/packages/gsoap/wst/html
/usr/share/doc/packages/gsoap/wst/html/GeniviaLogo2_trans_noslogan.png
/usr/share/doc/packages/gsoap/wst/html/annotated.html
/usr/share/doc/packages/gsoap/wst/html/arrowdown.png
/usr/share/doc/packages/gsoap/wst/html/arrowright.png
/usr/share/doc/packages/gsoap/wst/html/bc_s.png
/usr/share/doc/packages/gsoap/wst/html/bdwn.png
/usr/share/doc/packages/gsoap/wst/html/c14n_8h.html
/usr/share/doc/packages/gsoap/wst/html/c14n_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wst/html/c14n_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wst/html/c14n_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wst/html/classes.html
/usr/share/doc/packages/gsoap/wst/html/closed.png
/usr/share/doc/packages/gsoap/wst/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11.html
/usr/share/doc/packages/gsoap/wst/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11_dep.map
/usr/share/doc/packages/gsoap/wst/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11_dep.md5
/usr/share/doc/packages/gsoap/wst/html/dir_4f82dfcd9404da3e20bb4e69ba3b9d11_dep.png
/usr/share/doc/packages/gsoap/wst/html/dir_b4c3aec6cd8f28418150dce663061cfa.html
/usr/share/doc/packages/gsoap/wst/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.map
/usr/share/doc/packages/gsoap/wst/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.md5
/usr/share/doc/packages/gsoap/wst/html/dir_b4c3aec6cd8f28418150dce663061cfa_dep.png
/usr/share/doc/packages/gsoap/wst/html/doc.png
/usr/share/doc/packages/gsoap/wst/html/doxygen.css
/usr/share/doc/packages/gsoap/wst/html/doxygen.png
/usr/share/doc/packages/gsoap/wst/html/doxygen_footer.html
/usr/share/doc/packages/gsoap/wst/html/doxygen_header.html
/usr/share/doc/packages/gsoap/wst/html/ds_8h.html
/usr/share/doc/packages/gsoap/wst/html/ds_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wst/html/ds_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wst/html/ds_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wst/html/ds_8h__incl.map
/usr/share/doc/packages/gsoap/wst/html/ds_8h__incl.md5
/usr/share/doc/packages/gsoap/wst/html/ds_8h__incl.png
/usr/share/doc/packages/gsoap/wst/html/dynsections.js
/usr/share/doc/packages/gsoap/wst/html/files.html
/usr/share/doc/packages/gsoap/wst/html/folderclosed.png
/usr/share/doc/packages/gsoap/wst/html/folderopen.png
/usr/share/doc/packages/gsoap/wst/html/functions.html
/usr/share/doc/packages/gsoap/wst/html/functions_a.html
/usr/share/doc/packages/gsoap/wst/html/functions_b.html
/usr/share/doc/packages/gsoap/wst/html/functions_c.html
/usr/share/doc/packages/gsoap/wst/html/functions_d.html
/usr/share/doc/packages/gsoap/wst/html/functions_e.html
/usr/share/doc/packages/gsoap/wst/html/functions_f.html
/usr/share/doc/packages/gsoap/wst/html/functions_g.html
/usr/share/doc/packages/gsoap/wst/html/functions_h.html
/usr/share/doc/packages/gsoap/wst/html/functions_i.html
/usr/share/doc/packages/gsoap/wst/html/functions_j.html
/usr/share/doc/packages/gsoap/wst/html/functions_k.html
/usr/share/doc/packages/gsoap/wst/html/functions_l.html
/usr/share/doc/packages/gsoap/wst/html/functions_m.html
/usr/share/doc/packages/gsoap/wst/html/functions_n.html
/usr/share/doc/packages/gsoap/wst/html/functions_o.html
/usr/share/doc/packages/gsoap/wst/html/functions_p.html
/usr/share/doc/packages/gsoap/wst/html/functions_q.html
/usr/share/doc/packages/gsoap/wst/html/functions_r.html
/usr/share/doc/packages/gsoap/wst/html/functions_s.html
/usr/share/doc/packages/gsoap/wst/html/functions_t.html
/usr/share/doc/packages/gsoap/wst/html/functions_u.html
/usr/share/doc/packages/gsoap/wst/html/functions_v.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_a.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_b.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_c.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_d.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_e.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_f.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_g.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_h.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_i.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_j.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_k.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_l.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_m.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_n.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_o.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_p.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_q.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_r.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_s.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_t.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_u.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_v.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_w.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_x.html
/usr/share/doc/packages/gsoap/wst/html/functions_vars_y.html
/usr/share/doc/packages/gsoap/wst/html/functions_w.html
/usr/share/doc/packages/gsoap/wst/html/functions_x.html
/usr/share/doc/packages/gsoap/wst/html/functions_y.html
/usr/share/doc/packages/gsoap/wst/html/genivia_content.css
/usr/share/doc/packages/gsoap/wst/html/genivia_tabs.css
/usr/share/doc/packages/gsoap/wst/html/globals.html
/usr/share/doc/packages/gsoap/wst/html/globals_d.html
/usr/share/doc/packages/gsoap/wst/html/globals_defs.html
/usr/share/doc/packages/gsoap/wst/html/globals_enum.html
/usr/share/doc/packages/gsoap/wst/html/globals_eval.html
/usr/share/doc/packages/gsoap/wst/html/globals_func.html
/usr/share/doc/packages/gsoap/wst/html/globals_s.html
/usr/share/doc/packages/gsoap/wst/html/globals_type.html
/usr/share/doc/packages/gsoap/wst/html/globals_type_d.html
/usr/share/doc/packages/gsoap/wst/html/globals_type_s.html
/usr/share/doc/packages/gsoap/wst/html/globals_type_w.html
/usr/share/doc/packages/gsoap/wst/html/globals_type_x.html
/usr/share/doc/packages/gsoap/wst/html/globals_vars.html
/usr/share/doc/packages/gsoap/wst/html/globals_w.html
/usr/share/doc/packages/gsoap/wst/html/globals_x.html
/usr/share/doc/packages/gsoap/wst/html/graph_legend.html
/usr/share/doc/packages/gsoap/wst/html/graph_legend.md5
/usr/share/doc/packages/gsoap/wst/html/graph_legend.png
/usr/share/doc/packages/gsoap/wst/html/index.html
/usr/share/doc/packages/gsoap/wst/html/jquery.js
/usr/share/doc/packages/gsoap/wst/html/nav_f.png
/usr/share/doc/packages/gsoap/wst/html/nav_g.png
/usr/share/doc/packages/gsoap/wst/html/nav_h.png
/usr/share/doc/packages/gsoap/wst/html/open.png
/usr/share/doc/packages/gsoap/wst/html/page_XMLDataBinding.html
/usr/share/doc/packages/gsoap/wst/html/page__x_m_l_data_binding.html
/usr/share/doc/packages/gsoap/wst/html/pages.html
/usr/share/doc/packages/gsoap/wst/html/saml1_8h.html
/usr/share/doc/packages/gsoap/wst/html/saml1_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wst/html/saml1_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wst/html/saml1_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wst/html/saml1_8h__incl.map
/usr/share/doc/packages/gsoap/wst/html/saml1_8h__incl.md5
/usr/share/doc/packages/gsoap/wst/html/saml1_8h__incl.png
/usr/share/doc/packages/gsoap/wst/html/saml2_8h.html
/usr/share/doc/packages/gsoap/wst/html/saml2_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wst/html/saml2_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wst/html/saml2_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wst/html/saml2_8h__incl.map
/usr/share/doc/packages/gsoap/wst/html/saml2_8h__incl.md5
/usr/share/doc/packages/gsoap/wst/html/saml2_8h__incl.png
/usr/share/doc/packages/gsoap/wst/html/splitbar.png
/usr/share/doc/packages/gsoap/wst/html/struct__c14n_____inclusive_namespaces-members.html
/usr/share/doc/packages/gsoap/wst/html/struct__c14n_____inclusive_namespaces.html
/usr/share/doc/packages/gsoap/wst/html/struct__wsp_____applies_to__-members.html
/usr/share/doc/packages/gsoap/wst/html/struct__wsp_____applies_to__.html
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____binary_security_token-members.html
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____binary_security_token.html
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____embedded-members.html
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____embedded.html
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____key_identifier-members.html
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____key_identifier.html
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____password-members.html
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____password.html
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____reference-members.html
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____reference.html
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____security-members.html
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____security.html
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____security__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____security__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____security__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____security_token_reference-members.html
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____security_token_reference.html
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____security_token_reference__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____security_token_reference__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____security_token_reference__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____username_token-members.html
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____username_token.html
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____username_token__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____username_token__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/struct__wsse_____username_token__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/struct__wsu_____timestamp-members.html
/usr/share/doc/packages/gsoap/wst/html/struct__wsu_____timestamp.html
/usr/share/doc/packages/gsoap/wst/html/struct__xenc_____reference_list-members.html
/usr/share/doc/packages/gsoap/wst/html/struct__xenc_____reference_list.html
/usr/share/doc/packages/gsoap/wst/html/struct__xenc_____reference_list_1_1____xenc____union___reference_list-members.html
/usr/share/doc/packages/gsoap/wst/html/struct__xenc_____reference_list_1_1____xenc____union___reference_list.html
/usr/share/doc/packages/gsoap/wst/html/struct__xenc_____reference_list_1_1____xenc____union___reference_list__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/struct__xenc_____reference_list_1_1____xenc____union___reference_list__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/struct__xenc_____reference_list_1_1____xenc____union___reference_list__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/struct__xenc_____reference_list__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/struct__xenc_____reference_list__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/struct__xenc_____reference_list__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/struct_s_o_a_p___e_n_v_____header-members.html
/usr/share/doc/packages/gsoap/wst/html/struct_s_o_a_p___e_n_v_____header.html
/usr/share/doc/packages/gsoap/wst/html/struct_s_o_a_p___e_n_v_____header__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/struct_s_o_a_p___e_n_v_____header__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/struct_s_o_a_p___e_n_v_____header__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structds_____canonicalization_method_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structds_____canonicalization_method_type.html
/usr/share/doc/packages/gsoap/wst/html/structds_____canonicalization_method_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structds_____canonicalization_method_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structds_____canonicalization_method_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structds_____d_s_a_key_value_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structds_____d_s_a_key_value_type.html
/usr/share/doc/packages/gsoap/wst/html/structds_____digest_method_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structds_____digest_method_type.html
/usr/share/doc/packages/gsoap/wst/html/structds_____key_info_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structds_____key_info_type.html
/usr/share/doc/packages/gsoap/wst/html/structds_____key_info_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structds_____key_info_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structds_____key_info_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structds_____key_value_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structds_____key_value_type.html
/usr/share/doc/packages/gsoap/wst/html/structds_____key_value_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structds_____key_value_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structds_____key_value_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structds_____r_s_a_key_value_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structds_____r_s_a_key_value_type.html
/usr/share/doc/packages/gsoap/wst/html/structds_____reference_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structds_____reference_type.html
/usr/share/doc/packages/gsoap/wst/html/structds_____reference_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structds_____reference_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structds_____reference_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structds_____retrieval_method_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structds_____retrieval_method_type.html
/usr/share/doc/packages/gsoap/wst/html/structds_____retrieval_method_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structds_____retrieval_method_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structds_____retrieval_method_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structds_____signature_method_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structds_____signature_method_type.html
/usr/share/doc/packages/gsoap/wst/html/structds_____signature_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structds_____signature_type.html
/usr/share/doc/packages/gsoap/wst/html/structds_____signature_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structds_____signature_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structds_____signature_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structds_____signed_info_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structds_____signed_info_type.html
/usr/share/doc/packages/gsoap/wst/html/structds_____signed_info_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structds_____signed_info_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structds_____signed_info_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structds_____transform_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structds_____transform_type.html
/usr/share/doc/packages/gsoap/wst/html/structds_____transform_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structds_____transform_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structds_____transform_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structds_____transforms_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structds_____transforms_type.html
/usr/share/doc/packages/gsoap/wst/html/structds_____transforms_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structds_____transforms_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structds_____transforms_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structds_____x509_data_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structds_____x509_data_type.html
/usr/share/doc/packages/gsoap/wst/html/structds_____x509_data_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structds_____x509_data_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structds_____x509_data_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structds_____x509_issuer_serial_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structds_____x509_issuer_serial_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____action_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____action_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____advice_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____advice_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____advice_type_1_1____saml1____union___advice_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____advice_type_1_1____saml1____union___advice_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____advice_type_1_1____saml1____union___advice_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____advice_type_1_1____saml1____union___advice_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____advice_type_1_1____saml1____union___advice_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____advice_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____advice_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____advice_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____assertion_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____assertion_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____assertion_type_1_1____saml1____union___assertion_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____assertion_type_1_1____saml1____union___assertion_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____assertion_type_1_1____saml1____union___assertion_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____assertion_type_1_1____saml1____union___assertion_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____assertion_type_1_1____saml1____union___assertion_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____assertion_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____assertion_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____assertion_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____attribute_designator_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____attribute_designator_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____attribute_statement_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____attribute_statement_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____attribute_statement_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____attribute_statement_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____attribute_statement_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____attribute_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____attribute_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____audience_restriction_condition_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____audience_restriction_condition_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____authentication_statement_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____authentication_statement_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____authentication_statement_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____authentication_statement_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____authentication_statement_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____authority_binding_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____authority_binding_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____authorization_decision_statement_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____authorization_decision_statement_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____authorization_decision_statement_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____authorization_decision_statement_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____authorization_decision_statement_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____condition_abstract_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____conditions_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____conditions_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____conditions_type_1_1____saml1____union___conditions_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____conditions_type_1_1____saml1____union___conditions_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____conditions_type_1_1____saml1____union___conditions_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____conditions_type_1_1____saml1____union___conditions_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____conditions_type_1_1____saml1____union___conditions_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____conditions_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____conditions_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____conditions_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____do_not_cache_condition_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____evidence_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____evidence_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____evidence_type_1_1____saml1____union___evidence_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____evidence_type_1_1____saml1____union___evidence_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____evidence_type_1_1____saml1____union___evidence_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____evidence_type_1_1____saml1____union___evidence_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____evidence_type_1_1____saml1____union___evidence_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____evidence_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____evidence_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____evidence_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____name_identifier_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____name_identifier_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____statement_abstract_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____subject_confirmation_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____subject_confirmation_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____subject_confirmation_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____subject_confirmation_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____subject_confirmation_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____subject_locality_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____subject_locality_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____subject_statement_abstract_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____subject_statement_abstract_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____subject_statement_abstract_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____subject_statement_abstract_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____subject_statement_abstract_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____subject_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____subject_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____subject_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____subject_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml1_____subject_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____action_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____action_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____advice_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____advice_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____advice_type_1_1____saml2____union___advice_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____advice_type_1_1____saml2____union___advice_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____advice_type_1_1____saml2____union___advice_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____advice_type_1_1____saml2____union___advice_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____advice_type_1_1____saml2____union___advice_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____advice_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____advice_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____advice_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____assertion_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____assertion_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____assertion_type_1_1____saml2____union___assertion_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____assertion_type_1_1____saml2____union___assertion_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____assertion_type_1_1____saml2____union___assertion_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____assertion_type_1_1____saml2____union___assertion_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____assertion_type_1_1____saml2____union___assertion_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____assertion_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____assertion_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____assertion_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____attribute_statement_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____attribute_statement_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____attribute_statement_type_1_1____saml2____union___attribute_statement_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____attribute_statement_type_1_1____saml2____union___attribute_statement_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____attribute_statement_type_1_1____saml2____union___attribute_statement_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____attribute_statement_type_1_1____saml2____union___attribute_statement_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____attribute_statement_type_1_1____saml2____union___attribute_statement_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____attribute_statement_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____attribute_statement_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____attribute_statement_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____attribute_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____attribute_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____audience_restriction_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____audience_restriction_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____authn_context_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____authn_context_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____authn_statement_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____authn_statement_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____authn_statement_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____authn_statement_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____authn_statement_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____authz_decision_statement_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____authz_decision_statement_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____authz_decision_statement_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____authz_decision_statement_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____authz_decision_statement_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____base_i_d_abstract_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____base_i_d_abstract_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____condition_abstract_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____conditions_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____conditions_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____conditions_type_1_1____saml2____union___conditions_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____conditions_type_1_1____saml2____union___conditions_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____conditions_type_1_1____saml2____union___conditions_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____conditions_type_1_1____saml2____union___conditions_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____conditions_type_1_1____saml2____union___conditions_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____conditions_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____conditions_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____conditions_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____encrypted_element_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____encrypted_element_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____encrypted_element_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____encrypted_element_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____encrypted_element_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____evidence_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____evidence_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____evidence_type_1_1____saml2____union___evidence_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____evidence_type_1_1____saml2____union___evidence_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____evidence_type_1_1____saml2____union___evidence_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____evidence_type_1_1____saml2____union___evidence_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____evidence_type_1_1____saml2____union___evidence_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____evidence_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____evidence_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____evidence_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____key_info_confirmation_data_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____key_info_confirmation_data_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____key_info_confirmation_data_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____key_info_confirmation_data_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____key_info_confirmation_data_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____name_i_d_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____name_i_d_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____one_time_use_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____proxy_restriction_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____proxy_restriction_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____statement_abstract_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____subject_confirmation_data_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____subject_confirmation_data_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____subject_confirmation_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____subject_confirmation_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____subject_confirmation_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____subject_confirmation_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____subject_confirmation_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____subject_locality_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____subject_locality_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____subject_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____subject_type.html
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____subject_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____subject_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structsaml2_____subject_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structwsc_____derived_key_token_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structwsc_____derived_key_token_type.html
/usr/share/doc/packages/gsoap/wst/html/structwsc_____derived_key_token_type_1_1____wsc_____derived_key_token_type__sequence-members.html
/usr/share/doc/packages/gsoap/wst/html/structwsc_____derived_key_token_type_1_1____wsc_____derived_key_token_type__sequence.html
/usr/share/doc/packages/gsoap/wst/html/structwsc_____derived_key_token_type_1_1____wsc_____derived_key_token_type__sequence__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structwsc_____derived_key_token_type_1_1____wsc_____derived_key_token_type__sequence__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structwsc_____derived_key_token_type_1_1____wsc_____derived_key_token_type__sequence__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structwsc_____derived_key_token_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structwsc_____derived_key_token_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structwsc_____derived_key_token_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structwsc_____properties_type.html
/usr/share/doc/packages/gsoap/wst/html/structwsc_____security_context_token_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structwsc_____security_context_token_type.html
/usr/share/doc/packages/gsoap/wst/html/structwsse_____encoded_string-members.html
/usr/share/doc/packages/gsoap/wst/html/structwsse_____encoded_string.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____allow_postdating_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____authenticator_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____authenticator_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____binary_exchange_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____binary_exchange_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____binary_secret_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____binary_secret_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____cancel_target_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____claims_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____claims_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____delegate_to_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____encryption_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____entropy_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____entropy_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____entropy_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structwst_____entropy_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structwst_____entropy_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structwst_____key_exchange_token_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____lifetime_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____lifetime_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____on_behalf_of_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____participant_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____participants_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____participants_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____participants_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structwst_____participants_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structwst_____participants_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structwst_____proof_encryption_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____renew_target_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____renewing_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____renewing_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____request_k_e_t_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____request_security_token_collection_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____request_security_token_collection_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____request_security_token_collection_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structwst_____request_security_token_collection_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structwst_____request_security_token_collection_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structwst_____request_security_token_response_collection_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____request_security_token_response_collection_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____request_security_token_response_collection_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structwst_____request_security_token_response_collection_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structwst_____request_security_token_response_collection_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structwst_____request_security_token_response_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____request_security_token_response_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____request_security_token_response_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structwst_____request_security_token_response_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structwst_____request_security_token_response_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structwst_____request_security_token_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____request_security_token_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____request_security_token_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structwst_____request_security_token_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structwst_____request_security_token_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structwst_____requested_proof_token_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____requested_proof_token_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____requested_proof_token_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structwst_____requested_proof_token_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structwst_____requested_proof_token_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structwst_____requested_reference_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____requested_reference_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____requested_reference_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structwst_____requested_reference_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structwst_____requested_reference_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structwst_____requested_security_token_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____requested_security_token_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____requested_security_token_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structwst_____requested_security_token_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structwst_____requested_security_token_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structwst_____requested_token_cancelled_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____sign_challenge_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____sign_challenge_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____status_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____status_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____use_key_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____use_key_type.html
/usr/share/doc/packages/gsoap/wst/html/structwst_____validate_target_type.html
/usr/share/doc/packages/gsoap/wst/html/structxenc_____agreement_method_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structxenc_____agreement_method_type.html
/usr/share/doc/packages/gsoap/wst/html/structxenc_____agreement_method_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structxenc_____agreement_method_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structxenc_____agreement_method_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structxenc_____cipher_data_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structxenc_____cipher_data_type.html
/usr/share/doc/packages/gsoap/wst/html/structxenc_____cipher_data_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structxenc_____cipher_data_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structxenc_____cipher_data_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structxenc_____cipher_reference_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structxenc_____cipher_reference_type.html
/usr/share/doc/packages/gsoap/wst/html/structxenc_____cipher_reference_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structxenc_____cipher_reference_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structxenc_____cipher_reference_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encrypted_data_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encrypted_data_type.html
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encrypted_data_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encrypted_data_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encrypted_data_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encrypted_key_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encrypted_key_type.html
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encrypted_key_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encrypted_key_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encrypted_key_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encrypted_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encrypted_type.html
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encrypted_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encrypted_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encrypted_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encryption_method_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encryption_method_type.html
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encryption_method_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encryption_method_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encryption_method_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encryption_properties_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encryption_properties_type.html
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encryption_properties_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encryption_properties_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encryption_properties_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encryption_property_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structxenc_____encryption_property_type.html
/usr/share/doc/packages/gsoap/wst/html/structxenc_____reference_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structxenc_____reference_type.html
/usr/share/doc/packages/gsoap/wst/html/structxenc_____transforms_type-members.html
/usr/share/doc/packages/gsoap/wst/html/structxenc_____transforms_type.html
/usr/share/doc/packages/gsoap/wst/html/structxenc_____transforms_type__coll__graph.map
/usr/share/doc/packages/gsoap/wst/html/structxenc_____transforms_type__coll__graph.md5
/usr/share/doc/packages/gsoap/wst/html/structxenc_____transforms_type__coll__graph.png
/usr/share/doc/packages/gsoap/wst/html/sync_off.png
/usr/share/doc/packages/gsoap/wst/html/sync_on.png
/usr/share/doc/packages/gsoap/wst/html/tab_a.png
/usr/share/doc/packages/gsoap/wst/html/tab_b.png
/usr/share/doc/packages/gsoap/wst/html/tab_h.png
/usr/share/doc/packages/gsoap/wst/html/tab_s.png
/usr/share/doc/packages/gsoap/wst/html/tabs.css
/usr/share/doc/packages/gsoap/wst/html/todo.html
/usr/share/doc/packages/gsoap/wst/html/unionwsc_____derived_key_token_type_1_1____wsc_____derived_key_token_type__sequence_1_1__wsc____f118c0390b9edbdff1b9d80ae422cb5c.html
/usr/share/doc/packages/gsoap/wst/html/unionwsc_____derived_key_token_type_1_1____wsc_____derived_key_token_type__sequence_1_1__wsc____union___derived_key_token_type.html
/usr/share/doc/packages/gsoap/wst/html/wsc_8h.html
/usr/share/doc/packages/gsoap/wst/html/wsc_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wst/html/wsc_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wst/html/wsc_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wst/html/wsc_8h__incl.map
/usr/share/doc/packages/gsoap/wst/html/wsc_8h__incl.md5
/usr/share/doc/packages/gsoap/wst/html/wsc_8h__incl.png
/usr/share/doc/packages/gsoap/wst/html/wsp__appliesto_8h.html
/usr/share/doc/packages/gsoap/wst/html/wsp__appliesto_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wst/html/wsp__appliesto_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wst/html/wsp__appliesto_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wst/html/wsse_8h.html
/usr/share/doc/packages/gsoap/wst/html/wsse_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wst/html/wsse_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wst/html/wsse_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wst/html/wsse_8h__incl.map
/usr/share/doc/packages/gsoap/wst/html/wsse_8h__incl.md5
/usr/share/doc/packages/gsoap/wst/html/wsse_8h__incl.png
/usr/share/doc/packages/gsoap/wst/html/wst_8h.html
/usr/share/doc/packages/gsoap/wst/html/wst_8h__incl.map
/usr/share/doc/packages/gsoap/wst/html/wst_8h__incl.md5
/usr/share/doc/packages/gsoap/wst/html/wst_8h__incl.png
/usr/share/doc/packages/gsoap/wst/html/wstapi_8c.html
/usr/share/doc/packages/gsoap/wst/html/wstapi_8c__incl.map
/usr/share/doc/packages/gsoap/wst/html/wstapi_8c__incl.md5
/usr/share/doc/packages/gsoap/wst/html/wstapi_8c__incl.png
/usr/share/doc/packages/gsoap/wst/html/wstapi_8h.html
/usr/share/doc/packages/gsoap/wst/html/wstapi_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wst/html/wstapi_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wst/html/wstapi_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wst/html/wstapi_8h__incl.map
/usr/share/doc/packages/gsoap/wst/html/wstapi_8h__incl.md5
/usr/share/doc/packages/gsoap/wst/html/wstapi_8h__incl.png
/usr/share/doc/packages/gsoap/wst/html/wstx_8h.html
/usr/share/doc/packages/gsoap/wst/html/wstx_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wst/html/wstx_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wst/html/wstx_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wst/html/wsu_8h.html
/usr/share/doc/packages/gsoap/wst/html/wsu_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wst/html/wsu_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wst/html/wsu_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wst/html/xenc_8h.html
/usr/share/doc/packages/gsoap/wst/html/xenc_8h__dep__incl.map
/usr/share/doc/packages/gsoap/wst/html/xenc_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/wst/html/xenc_8h__dep__incl.png
/usr/share/doc/packages/gsoap/wst/html/xenc_8h__incl.map
/usr/share/doc/packages/gsoap/wst/html/xenc_8h__incl.md5
/usr/share/doc/packages/gsoap/wst/html/xenc_8h__incl.png
/usr/share/doc/packages/gsoap/xml-rpc-json
/usr/share/doc/packages/gsoap/xml-rpc-json/Doxyfile
/usr/share/doc/packages/gsoap/xml-rpc-json/html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/GeniviaLogo2_trans_noslogan.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/_r_e_a_d_m_e_8md.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/_r_e_a_d_m_e_8md__incl.map
/usr/share/doc/packages/gsoap/xml-rpc-json/html/_r_e_a_d_m_e_8md__incl.md5
/usr/share/doc/packages/gsoap/xml-rpc-json/html/_r_e_a_d_m_e_8md__incl.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/annotated.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/arrowdown.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/arrowright.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/bc_s.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/bdwn.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/classes.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/closed.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_0f6b302bf4a0964b9ad8082330a9810c.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_0f6b302bf4a0964b9ad8082330a9810c_dep.map
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_0f6b302bf4a0964b9ad8082330a9810c_dep.md5
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_0f6b302bf4a0964b9ad8082330a9810c_dep.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_6f9635d4fbfa321d4c00f29df5cd540c.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_6f9635d4fbfa321d4c00f29df5cd540c_dep.map
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_6f9635d4fbfa321d4c00f29df5cd540c_dep.md5
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_6f9635d4fbfa321d4c00f29df5cd540c_dep.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_83a529c2802707d5fcc6cb96a64a39e5.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_83a529c2802707d5fcc6cb96a64a39e5_dep.map
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_83a529c2802707d5fcc6cb96a64a39e5_dep.md5
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_83a529c2802707d5fcc6cb96a64a39e5_dep.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_ab60ac2aa67705875977cdb5f0fc5362.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_ab60ac2aa67705875977cdb5f0fc5362_dep.map
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_ab60ac2aa67705875977cdb5f0fc5362_dep.md5
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_ab60ac2aa67705875977cdb5f0fc5362_dep.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_bf96b41ed94a1484b6e719fb62055667.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_bf96b41ed94a1484b6e719fb62055667_dep.map
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_bf96b41ed94a1484b6e719fb62055667_dep.md5
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_bf96b41ed94a1484b6e719fb62055667_dep.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_cb805d470c20465bb8777f0f0cdd41a1.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_cb805d470c20465bb8777f0f0cdd41a1_dep.map
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_cb805d470c20465bb8777f0f0cdd41a1_dep.md5
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_cb805d470c20465bb8777f0f0cdd41a1_dep.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_d522931ffa1371640980b621734a4381.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_d522931ffa1371640980b621734a4381_dep.map
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_d522931ffa1371640980b621734a4381_dep.md5
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_d522931ffa1371640980b621734a4381_dep.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_ea87833c4b99ec62861e31e29e2f675c.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_ea87833c4b99ec62861e31e29e2f675c_dep.map
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_ea87833c4b99ec62861e31e29e2f675c_dep.md5
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dir_ea87833c4b99ec62861e31e29e2f675c_dep.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/doc.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/doxygen.css
/usr/share/doc/packages/gsoap/xml-rpc-json/html/doxygen.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/dynsections.js
/usr/share/doc/packages/gsoap/xml-rpc-json/html/files.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/folderclosed.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/folderopen.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/ftv2blank.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/ftv2cl.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/ftv2doc.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/ftv2folderclosed.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/ftv2folderopen.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/ftv2lastnode.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/ftv2link.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/ftv2mlastnode.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/ftv2mnode.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/ftv2mo.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/ftv2node.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/ftv2ns.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/ftv2plastnode.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/ftv2pnode.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/ftv2splitbar.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/ftv2vertline.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/functions.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/functions_func.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/functions_type.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/functions_vars.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/genivia_content.css
/usr/share/doc/packages/gsoap/xml-rpc-json/html/genivia_tabs.css
/usr/share/doc/packages/gsoap/xml-rpc-json/html/globals.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/globals_func.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/globals_type.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/globals_vars.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/graph_legend.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/graph_legend.md5
/usr/share/doc/packages/gsoap/xml-rpc-json/html/graph_legend.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/index.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/jquery.js
/usr/share/doc/packages/gsoap/xml-rpc-json/html/json_8h.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/json_8h__incl.map
/usr/share/doc/packages/gsoap/xml-rpc-json/html/json_8h__incl.md5
/usr/share/doc/packages/gsoap/xml-rpc-json/html/json_8h__incl.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/json__c_8h.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/nav_f.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/nav_g.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/nav_h.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/open.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/splitbar.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/struct__array-members.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/struct__array.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/struct__array__coll__graph.map
/usr/share/doc/packages/gsoap/xml-rpc-json/html/struct__array__coll__graph.md5
/usr/share/doc/packages/gsoap/xml-rpc-json/html/struct__array__coll__graph.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/struct__base64-members.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/struct__base64.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/struct__rawdata-members.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/struct__rawdata.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/struct__struct-members.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/struct__struct.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/struct__struct__coll__graph.map
/usr/share/doc/packages/gsoap/xml-rpc-json/html/struct__struct__coll__graph.md5
/usr/share/doc/packages/gsoap/xml-rpc-json/html/struct__struct__coll__graph.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structdata-members.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structdata.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structdata__coll__graph.map
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structdata__coll__graph.md5
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structdata__coll__graph.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structfault-members.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structfault.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structfault__coll__graph.map
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structfault__coll__graph.md5
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structfault__coll__graph.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structmember-members.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structmember.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structmember__coll__graph.map
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structmember__coll__graph.md5
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structmember__coll__graph.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structmethod_call-members.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structmethod_call.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structmethod_call__coll__graph.map
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structmethod_call__coll__graph.md5
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structmethod_call__coll__graph.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structmethod_response-members.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structmethod_response.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structmethod_response__coll__graph.map
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structmethod_response__coll__graph.md5
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structmethod_response__coll__graph.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structparam-members.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structparam.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structparam__coll__graph.map
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structparam__coll__graph.md5
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structparam__coll__graph.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structparams-members.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structparams.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structparams__coll__graph.map
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structparams__coll__graph.md5
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structparams__coll__graph.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structvalue-members.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/structvalue.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/sync_off.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/sync_on.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/tab_a.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/tab_b.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/tab_h.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/tab_s.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/tabs.css
/usr/share/doc/packages/gsoap/xml-rpc-json/html/xml-rpc-iters_8h.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/xml-rpc-iters_8h__dep__incl.map
/usr/share/doc/packages/gsoap/xml-rpc-json/html/xml-rpc-iters_8h__dep__incl.md5
/usr/share/doc/packages/gsoap/xml-rpc-json/html/xml-rpc-iters_8h__dep__incl.png
/usr/share/doc/packages/gsoap/xml-rpc-json/html/xml-rpc_8h.html
/usr/share/doc/packages/gsoap/xml-rpc-json/html/xml-rpc_8h__incl.map
/usr/share/doc/packages/gsoap/xml-rpc-json/html/xml-rpc_8h__incl.md5
/usr/share/doc/packages/gsoap/xml-rpc-json/html/xml-rpc_8h__incl.png


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 14:43:28 2024