Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: gsoap-devel | Distribution: openSUSE Tumbleweed |
Version: 2.8.123 | Vendor: openSUSE |
Release: 1.1 | Build date: Tue Oct 25 11:20:32 2022 |
Group: Development/Libraries/C and C++ | Build host: obs-arm-10 |
Size: 5549990 | Source RPM: gsoap-2.8.123-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: http://www.genivia.com/dev.html | |
Summary: Development files for the gSOAP toolkit |
This package contains the runtime development programs, include headers and development library symlinks for libgsoap.
SUSE-GPL-2.0+-with-openssl-exception
* Mon Oct 24 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 2.8.123 * Update to make `std::string` typed element tags self-closing, which is consistent with `char*` typed element tags. * Improvement to HTTP header line processing to drop start-end quotes. * Sun Aug 28 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 2.8.122 * Fixed an issue with wsdl2h generating inconsistent primitive type default values (schema default values extracted from WSDLs and schemas). * Sun Apr 10 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 2.8.121 * Stricter strict mode flag `SOAP_XML_STRICT` to reject attributes with an unquoted value and attributes without a value, this update rejects legacy XML-like formats such as HTML. * Improved wsdl2h tool to handle problematic SOAP header definitions with doc/lit and rpc mixing with invalid or missing message parts. * Improved wsdl2h tool to handle ONVIF schemas better, notably avoid the `final` C++ keyword clash. * Added `fencoding` callback to inspect and accept or reject special non-latin/UTF-8 XML encodings. * Updated wsdl2h option -I to import schemas more "authoritively" by checking lastly the -I path without the importing WSDL/XSD location to import schemas (this also restores the -I option behavior prior to 2.8.75). - Drop gsoap-automake1_13.diff (merged) * Thu Aug 19 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 2.8.117 * Minor update to wsdl2h to support chameleon schema imports when imported schema simple types are extended and inherit the importing schema target namespace (previously, the `__item` type would be left unqualified, resulting in a warning). * Wed Jul 07 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 2.8.115 * Upgraded Apache module `mod_gsoap` with new features to simplify support for HTTP PUT, GET, PATCH and DELETE using the `httpget` and `httppost` plugins. * Updated `wsaapi` plugin with new registry parameter `SOAP_WSA_NEW_TRANSFER` to allow `wsaapi` to be used with the `mod_gsoap` plugin. * Mon Apr 26 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 2.8.114 * Added support to wsdl2h for the outdated "wsaw" Web Services Addressing 1.0 W3C candidate recommendation 2006, to complement the built-in wsdl2h support for "wsam" Web Services Addressing 1.0 W3C recommendation 2007. * Additional WS-Trust request and response member definitions included, e.g. RequestedTokenCancelled and CancelTarget. * Compression performance improvement. * Mon Feb 08 2021 Jan Engelhardt <jengelh@inai.de> - build scripts: sanitize_source.sh: use https [boo#1181923] * Mon Feb 01 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 2.8.111 * Updated WS-Addressing plugin to harden code robustness. * Thu Jan 21 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 2.8.110 * Updated wsdl2h to correct an XML parsing rejection problem for the special case when XML schemas have no targetNamespaces (i.e. empty namespace, no namespace prefixes) for elements defined in a `<sequence>` schema component, the wsdl2h-generated struct/class member names require two underscores instead of one, such as `__Name_sequence`.) * Wed Nov 25 2020 Jan Engelhardt <jengelh@inai.de> - Update to release 2.8.109 * Faster `soap_http_get_body()` to extract a HTTP message body to a string. * Fixed wsdl2h output for a special case when schemas have no namespaces. * Improved streaming MIME/MTOM attachment output. * Mon Aug 24 2020 Jan Engelhardt <jengelh@inai.de> - Update to release 2.8.106 * Improved WSSE plugin to correct a digest verification issue when the signed XML parts use default `xmlns` bindings in elements that are not qualified. * Minor update for struct/class `char *` and `wchar_t *` members declared with explicit default/fixed values: if the corresponding XML element value is absent in the XML payload then their deserialized value will be NULL (instead of the default value as in prior versions). Note that empty XML element values in the XML payload always produce default values. * New soapcpp2 option `-z4` to revert to the old behavior concerning char/wchar. * Sun May 24 2020 Jan Engelhardt <jengelh@inai.de> - Update to release 2.8.103 * Minor changes for enhanced platform portability. * 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.
/usr/bin/soapcpp2 /usr/bin/wsdl2h /usr/include/stdsoap2.h /usr/lib/libgsoap++.so /usr/lib/libgsoap.so /usr/lib/libgsoapck++.so /usr/lib/libgsoapck.so /usr/lib/libgsoapssl++.so /usr/lib/libgsoapssl.so /usr/lib/pkgconfig/gsoap++.pc /usr/lib/pkgconfig/gsoap.pc /usr/lib/pkgconfig/gsoapck++.pc /usr/lib/pkgconfig/gsoapck.pc /usr/lib/pkgconfig/gsoapssl++.pc /usr/lib/pkgconfig/gsoapssl.pc /usr/share/gsoap /usr/share/gsoap/WS /usr/share/gsoap/WS/LEGAL.txt /usr/share/gsoap/WS/README.txt /usr/share/gsoap/WS/WS-Addressing.xsd /usr/share/gsoap/WS/WS-Addressing03.xsd /usr/share/gsoap/WS/WS-Addressing04.xsd /usr/share/gsoap/WS/WS-Addressing05.xsd /usr/share/gsoap/WS/WS-Discovery.wsdl /usr/share/gsoap/WS/WS-Enumeration.wsdl /usr/share/gsoap/WS/WS-Policy.xsd /usr/share/gsoap/WS/WS-Policy12.xsd /usr/share/gsoap/WS/WS-ReliableMessaging.wsdl /usr/share/gsoap/WS/WS-ReliableMessaging.xsd /usr/share/gsoap/WS/WS-Routing.xsd /usr/share/gsoap/WS/WS-SecureConversation.xsd /usr/share/gsoap/WS/WS-SecurityPolicy.xsd /usr/share/gsoap/WS/WS-Trust.wsdl /usr/share/gsoap/WS/WS-Trust.xsd /usr/share/gsoap/WS/WS-typemap.dat /usr/share/gsoap/WS/discovery.xsd /usr/share/gsoap/WS/ds.xsd /usr/share/gsoap/WS/enumeration.xsd /usr/share/gsoap/WS/oasis-sstc-saml-schema-assertion-1.1.xsd /usr/share/gsoap/WS/reference-1.1.xsd /usr/share/gsoap/WS/saml-schema-assertion-2.0.xsd /usr/share/gsoap/WS/typemap.dat /usr/share/gsoap/WS/ws-bpel_abstract_common_base.xsd /usr/share/gsoap/WS/ws-bpel_executable.xsd /usr/share/gsoap/WS/ws-bpel_plnktype.xsd /usr/share/gsoap/WS/ws-bpel_serviceref.xsd /usr/share/gsoap/WS/ws-bpel_varprop.xsd /usr/share/gsoap/WS/ws-reliability-1.1.xsd /usr/share/gsoap/WS/wsse.xsd /usr/share/gsoap/WS/wsu.xsd /usr/share/gsoap/WS/xenc.xsd /usr/share/gsoap/custom /usr/share/gsoap/custom/README.txt /usr/share/gsoap/custom/chrono_duration.cpp /usr/share/gsoap/custom/chrono_duration.h /usr/share/gsoap/custom/chrono_time_point.cpp /usr/share/gsoap/custom/chrono_time_point.h /usr/share/gsoap/custom/duration.c /usr/share/gsoap/custom/duration.h /usr/share/gsoap/custom/float128.c /usr/share/gsoap/custom/float128.h /usr/share/gsoap/custom/int128.c /usr/share/gsoap/custom/int128.h /usr/share/gsoap/custom/long_double.c /usr/share/gsoap/custom/long_double.h /usr/share/gsoap/custom/long_time.c /usr/share/gsoap/custom/long_time.h /usr/share/gsoap/custom/qbytearray_base64.cpp /usr/share/gsoap/custom/qbytearray_base64.h /usr/share/gsoap/custom/qbytearray_hex.cpp /usr/share/gsoap/custom/qbytearray_hex.h /usr/share/gsoap/custom/qdate.cpp /usr/share/gsoap/custom/qdate.h /usr/share/gsoap/custom/qdatetime.cpp /usr/share/gsoap/custom/qdatetime.h /usr/share/gsoap/custom/qstring.cpp /usr/share/gsoap/custom/qstring.h /usr/share/gsoap/custom/qtime.cpp /usr/share/gsoap/custom/qtime.h /usr/share/gsoap/custom/struct_timeval.c /usr/share/gsoap/custom/struct_timeval.h /usr/share/gsoap/custom/struct_tm.c /usr/share/gsoap/custom/struct_tm.h /usr/share/gsoap/custom/struct_tm_date.c /usr/share/gsoap/custom/struct_tm_date.h /usr/share/gsoap/extras /usr/share/gsoap/extras/README.txt /usr/share/gsoap/extras/ckdb.c /usr/share/gsoap/extras/ckdb.h /usr/share/gsoap/extras/ckdbtest.c /usr/share/gsoap/extras/ckdbtest.h /usr/share/gsoap/extras/fault.cpp /usr/share/gsoap/extras/logging.cpp /usr/share/gsoap/extras/soapdefs.h /usr/share/gsoap/import /usr/share/gsoap/import/README.txt /usr/share/gsoap/import/WS-Header.h /usr/share/gsoap/import/WS-example.c /usr/share/gsoap/import/WS-example.h /usr/share/gsoap/import/c14n.h /usr/share/gsoap/import/dom.h /usr/share/gsoap/import/ds.h /usr/share/gsoap/import/ds2.h /usr/share/gsoap/import/plnk.h /usr/share/gsoap/import/ref.h /usr/share/gsoap/import/saml1.h /usr/share/gsoap/import/saml2.h /usr/share/gsoap/import/ser.h /usr/share/gsoap/import/soap12.h /usr/share/gsoap/import/stdstring.h /usr/share/gsoap/import/stl.h /usr/share/gsoap/import/stldeque.h /usr/share/gsoap/import/stllist.h /usr/share/gsoap/import/stlset.h /usr/share/gsoap/import/stlvector.h /usr/share/gsoap/import/vprop.h /usr/share/gsoap/import/wsa.h /usr/share/gsoap/import/wsa3.h /usr/share/gsoap/import/wsa4.h /usr/share/gsoap/import/wsa5.h /usr/share/gsoap/import/wsc.h /usr/share/gsoap/import/wsc2.h /usr/share/gsoap/import/wsdd.h /usr/share/gsoap/import/wsdd10.h /usr/share/gsoap/import/wsdd5.h /usr/share/gsoap/import/wsdx.h /usr/share/gsoap/import/wsp.h /usr/share/gsoap/import/wsp_appliesto.h /usr/share/gsoap/import/wsrm.h /usr/share/gsoap/import/wsrm4.h /usr/share/gsoap/import/wsrm5.h /usr/share/gsoap/import/wsrp.h /usr/share/gsoap/import/wsrx.h /usr/share/gsoap/import/wsrx5.h /usr/share/gsoap/import/wsse.h /usr/share/gsoap/import/wsse11.h /usr/share/gsoap/import/wsse2.h /usr/share/gsoap/import/wst.h /usr/share/gsoap/import/wst2.h /usr/share/gsoap/import/wstx.h /usr/share/gsoap/import/wstx2.h /usr/share/gsoap/import/wsu.h /usr/share/gsoap/import/xenc.h /usr/share/gsoap/import/xenc2.h /usr/share/gsoap/import/xlink.h /usr/share/gsoap/import/xmime.h /usr/share/gsoap/import/xmime4.h /usr/share/gsoap/import/xmime5.h /usr/share/gsoap/import/xml.h /usr/share/gsoap/import/xmlmime.h /usr/share/gsoap/import/xmlmime5.h /usr/share/gsoap/import/xop.h /usr/share/gsoap/import/xsd.h /usr/share/gsoap/plugin /usr/share/gsoap/plugin/README.txt /usr/share/gsoap/plugin/cacerts.c /usr/share/gsoap/plugin/cacerts.h /usr/share/gsoap/plugin/calcrest.h /usr/share/gsoap/plugin/curlapi.c /usr/share/gsoap/plugin/curlapi.h /usr/share/gsoap/plugin/httpda.c /usr/share/gsoap/plugin/httpda.h /usr/share/gsoap/plugin/httpdatest.c /usr/share/gsoap/plugin/httpdatest.h /usr/share/gsoap/plugin/httpform.c /usr/share/gsoap/plugin/httpform.h /usr/share/gsoap/plugin/httpget.c /usr/share/gsoap/plugin/httpget.h /usr/share/gsoap/plugin/httpgettest.c /usr/share/gsoap/plugin/httpgettest.h /usr/share/gsoap/plugin/httpmd5.c /usr/share/gsoap/plugin/httpmd5.h /usr/share/gsoap/plugin/httpmd5test.c /usr/share/gsoap/plugin/httpmd5test.h /usr/share/gsoap/plugin/httppipe.c /usr/share/gsoap/plugin/httppipe.h /usr/share/gsoap/plugin/httppost.c /usr/share/gsoap/plugin/httppost.h /usr/share/gsoap/plugin/httpposttest.c /usr/share/gsoap/plugin/httpposttest.h /usr/share/gsoap/plugin/logging.c /usr/share/gsoap/plugin/logging.h /usr/share/gsoap/plugin/md5evp.c /usr/share/gsoap/plugin/md5evp.h /usr/share/gsoap/plugin/mecevp.c /usr/share/gsoap/plugin/mecevp.h /usr/share/gsoap/plugin/mq.c /usr/share/gsoap/plugin/mq.h /usr/share/gsoap/plugin/plugin.c /usr/share/gsoap/plugin/plugin.h /usr/share/gsoap/plugin/sessions.c /usr/share/gsoap/plugin/sessions.h /usr/share/gsoap/plugin/smdevp.c /usr/share/gsoap/plugin/smdevp.h /usr/share/gsoap/plugin/threads.c /usr/share/gsoap/plugin/threads.h /usr/share/gsoap/plugin/wsaapi.c /usr/share/gsoap/plugin/wsaapi.h /usr/share/gsoap/plugin/wsddapi.c /usr/share/gsoap/plugin/wsddapi.h /usr/share/gsoap/plugin/wsrmapi.c /usr/share/gsoap/plugin/wsrmapi.h /usr/share/gsoap/plugin/wsse2api.c /usr/share/gsoap/plugin/wsse2api.h /usr/share/gsoap/plugin/wsseapi-lite.c /usr/share/gsoap/plugin/wsseapi-lite.h /usr/share/gsoap/plugin/wsseapi.c /usr/share/gsoap/plugin/wsseapi.cpp /usr/share/gsoap/plugin/wsseapi.h /usr/share/gsoap/plugin/wstapi.c /usr/share/gsoap/plugin/wstapi.h
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Dec 14 23:59:58 2022