Sat Sep 18 12:11:36 2010 UTC ()
Update gsoup to 2.7.17.
Based on PR#43789 by Kamel Derouiche.

pkgsrc changes:
 * install documentation additionally.
 * exactly buildlink with zlib and openssl.

upstream changes:

# Version 2.7.14 (09/07/2009)

    * Added support for poll() to replace select() to prevent FD_EXCEEDED.
    * Fixed enum local simpleType restriction attribute initialization.
    * Fixed utf8 string parsing issue when first char in CDATA could cause
      problems.
    * Fixed UDP IPv6 multicast-unicast exchange.
    * Fixed gzip end-of-stream check.
    * Fixed wsdl2h portType operation-input/output matching to ensure operations
      can be safely overloaded.

# Version 2.7.15 (11/07/2009)

    * Added soap_read_X() and soap_write_X() macros to simplify object reading
      and writing.
    * Fixed soap_new_X() functions compilation problem.
    * Fixed SSL session in context copy.
    * Fixed win32 select() in tcp_select().
    * Fixed wstrings in unions.
    * Fixed preservation of CDATA sections in literal XML strings.

# Version 2.7.16 (04/05/2010)

    * Added soapcpp2 option -T to generate auto-test echo server code with an
      example in samples/autotest based on 294 patterns for data binding W3C
      workgroup.
    * Added soapcpp2 option -b to serialize byte arrays char[] as fixed-size
      strings (array of xsd:byte otherwise).
    * Added xsd:duration serializer: import custom/duration.h.
    * Added gsoap header syntax '$' type qualifier to indicate special
      struct/class members (array length, union discriminators).
    * Added "colon notation" to attach XML prefixes to C/C++ names without
      changing the names, an alternative to the ns__ prefix notation.
    * Added wsdl2h options -z# for backward compatibility flags (-z1, -z2).
    * Added SOAP_XML_IGNORENS to optionally ignore XML namespaces.
    * Added WS-ReliableMessaging plugin.
    * Added custom xsd:duration serializer.
    * Added WSSE plugin soap_wsse_set_wsu_id() to simplify signing of elements
      (sets the wsu:Id of a given element tag name).
    * Improved handling of struct/class member name clashes resulting from XML
      schemas definitions.
    * Improved SOAP RPC ecoding response element tag acceptance.
    * Improved VxWorks compatibility.
    * Fixed FastCGI SOAP/XML processing with MIME attachments.
    * Fixed 'typedef std::string XML', for literal XML serialization problem.
    * Fixed a rare incorrect well-formedness error when xmlns default namespaces
      are absent.
    * Fixed a zlib compression error when obsolete crc check is used.
    * Fixed WS-Addressing HTTPS message relay (OpenSSL crash).

# Version 2.7.17 (05/10/2010)

    * Added WS-Policy 1.2 and 1.5, WS-SecurityPolicy 1.2 support for wsdl2h.
    * Improved WS-ReliableMessaging interop and verified MT-safety.
    * Improved WS-Security WSSE plugin documentation.
    * Fixed soapcpp2 line number error reporting.
    * Fixed WSSE plugin soap_wsse_set_wsu_id().
    * Fixed wsdl2h cycle problem with recursive xs:include and xs:import.
    * Fixed enum translation of enum symbols with colons.
    * Fixed std::wstring used as XML attribute value UTF8 encoding (internal stdsoap2 API changed).


(obache)
diff -r1.8 -r1.9 pkgsrc/devel/gsoap/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/gsoap/PLIST
diff -r1.4 -r1.5 pkgsrc/devel/gsoap/distinfo
diff -r1.1 -r1.2 pkgsrc/devel/gsoap/patches/patch-aa
diff -r1.1 -r1.2 pkgsrc/devel/gsoap/patches/patch-ab
diff -r1.1 -r1.2 pkgsrc/devel/gsoap/patches/patch-ac

cvs diff -r1.8 -r1.9 pkgsrc/devel/gsoap/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/gsoap/Makefile 2009/12/21 20:13:36 1.8
+++ pkgsrc/devel/gsoap/Makefile 2010/09/18 12:11:36 1.9
@@ -1,26 +1,35 @@ @@ -1,26 +1,35 @@
1# $NetBSD: Makefile,v 1.8 2009/12/21 20:13:36 joerg Exp $ 1# $NetBSD: Makefile,v 1.9 2010/09/18 12:11:36 obache Exp $
2 2
3DISTNAME= gsoap_2.7.13 3DISTNAME= gsoap_2.7.17
4PKGNAME= gsoap-2.7.13 4PKGNAME= ${DISTNAME:S/_/-/}
5PKGREVISION= 1 
6CATEGORIES= devel 5CATEGORIES= devel
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gsoap2/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gsoap2/}
 7EXTRACT_SUFX= .zip
8 8
9MAINTAINER= chriswareham@chriswareham.demon.co.uk 9MAINTAINER= chriswareham@chriswareham.demon.co.uk
10HOMEPAGE= http://gsoap2.sourceforge.net/ 10HOMEPAGE= http://gsoap2.sourceforge.net/
11COMMENT= Tools for coding SOAP XML Web Services in C and C++ 11COMMENT= Tools for coding SOAP XML Web Services in C and C++
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14MAKE_JOBS_SAFE= no 14MAKE_JOBS_SAFE= no
15 15
16WRKSRC= ${WRKDIR}/gsoap-2.7 16WRKSRC= ${WRKDIR}/gsoap-2.7
17GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
18USE_LANGUAGES= c c++ 18USE_LANGUAGES= c c++
19USE_TOOLS+= yacc flex gmake 19USE_TOOLS+= yacc flex gmake pax
20 20
21PKGCONFIG_OVERRIDE+= ${WRKSRC}/gsoap++.pc.in 21PKGCONFIG_OVERRIDE+= gsoap++.pc.in
22PKGCONFIG_OVERRIDE+= ${WRKSRC}/gsoap.pc.in 22PKGCONFIG_OVERRIDE+= gsoap.pc.in
23PKGCONFIG_OVERRIDE+= ${WRKSRC}/gsoapck++.pc.in 23PKGCONFIG_OVERRIDE+= gsoapck++.pc.in
24PKGCONFIG_OVERRIDE+= ${WRKSRC}/gsoapck.pc.in 24PKGCONFIG_OVERRIDE+= gsoapck.pc.in
 25PKGCONFIG_OVERRIDE+= gsoapssl++.pc.in
 26PKGCONFIG_OVERRIDE+= gsoapssl.pc.in
25 27
 28INSTALLATION_DIRS= share/doc/gsoap
 29
 30post-install:
 31 cd ${WRKSRC}/gsoap/doc && pax -rw -pp * ${DESTDIR}${PREFIX}/share/doc/gsoap
 32
 33.include "../../devel/zlib/buildlink3.mk"
 34.include "../../security/openssl/buildlink3.mk"
26.include "../../mk/bsd.pkg.mk" 35.include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/devel/gsoap/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/gsoap/PLIST 2009/06/14 17:48:47 1.3
+++ pkgsrc/devel/gsoap/PLIST 2010/09/18 12:11:36 1.4
@@ -1,50 +1,745 @@ @@ -1,50 +1,745 @@
1@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:48:47 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.4 2010/09/18 12:11:36 obache Exp $
2bin/soapcpp2 2bin/soapcpp2
3bin/wsdl2h 3bin/wsdl2h
4include/stdsoap2.h 4include/stdsoap2.h
5lib/libgsoap++.a 5lib/libgsoap++.a
6lib/libgsoap.a 6lib/libgsoap.a
7lib/libgsoapck++.a 7lib/libgsoapck++.a
8lib/libgsoapck.a 8lib/libgsoapck.a
9lib/libgsoapssl++.a 9lib/libgsoapssl++.a
10lib/libgsoapssl.a 10lib/libgsoapssl.a
11lib/pkgconfig/gsoap++.pc 11lib/pkgconfig/gsoap++.pc
12lib/pkgconfig/gsoap.pc 12lib/pkgconfig/gsoap.pc
13lib/pkgconfig/gsoapck++.pc 13lib/pkgconfig/gsoapck++.pc
14lib/pkgconfig/gsoapck.pc 14lib/pkgconfig/gsoapck.pc
15lib/pkgconfig/gsoapssl++.pc 15lib/pkgconfig/gsoapssl++.pc
16lib/pkgconfig/gsoapssl.pc 16lib/pkgconfig/gsoapssl.pc
 17share/doc/gsoap/dom/Doxyfile
 18share/doc/gsoap/dom/html/dom_8h.html
 19share/doc/gsoap/dom/html/doxygen.css
 20share/doc/gsoap/dom/html/doxygen.png
 21share/doc/gsoap/dom/html/files.html
 22share/doc/gsoap/dom/html/globals.html
 23share/doc/gsoap/dom/html/globals_type.html
 24share/doc/gsoap/dom/html/graph_legend.dot
 25share/doc/gsoap/dom/html/graph_legend.html
 26share/doc/gsoap/dom/html/graph_legend.png
 27share/doc/gsoap/dom/html/index.html
 28share/doc/gsoap/httpda/Doxyfile
 29share/doc/gsoap/httpda/html/annotated.html
 30share/doc/gsoap/httpda/html/da.html
 31share/doc/gsoap/httpda/html/doxygen.css
 32share/doc/gsoap/httpda/html/doxygen.png
 33share/doc/gsoap/httpda/html/files.html
 34share/doc/gsoap/httpda/html/functions.html
 35share/doc/gsoap/httpda/html/functions_vars.html
 36share/doc/gsoap/httpda/html/globals.html
 37share/doc/gsoap/httpda/html/globals_defs.html
 38share/doc/gsoap/httpda/html/globals_enum.html
 39share/doc/gsoap/httpda/html/globals_eval.html
 40share/doc/gsoap/httpda/html/globals_func.html
 41share/doc/gsoap/httpda/html/globals_vars.html
 42share/doc/gsoap/httpda/html/graph_legend.dot
 43share/doc/gsoap/httpda/html/graph_legend.html
 44share/doc/gsoap/httpda/html/graph_legend.png
 45share/doc/gsoap/httpda/html/http_da_0.html
 46share/doc/gsoap/httpda/html/httpda.html
 47share/doc/gsoap/httpda/html/httpda0.html
 48share/doc/gsoap/httpda/html/httpda_0.html
 49share/doc/gsoap/httpda/html/httpda_8c.html
 50share/doc/gsoap/httpda/html/httpda_8c__incl.map
 51share/doc/gsoap/httpda/html/httpda_8c__incl.md5
 52share/doc/gsoap/httpda/html/httpda_8c__incl.png
 53share/doc/gsoap/httpda/html/httpda_8h.html
 54share/doc/gsoap/httpda/html/httpda_8h__dep__incl.map
 55share/doc/gsoap/httpda/html/httpda_8h__dep__incl.md5
 56share/doc/gsoap/httpda/html/httpda_8h__dep__incl.png
 57share/doc/gsoap/httpda/html/httpda_8h__incl.map
 58share/doc/gsoap/httpda/html/httpda_8h__incl.md5
 59share/doc/gsoap/httpda/html/httpda_8h__incl.png
 60share/doc/gsoap/httpda/html/index.html
 61share/doc/gsoap/httpda/html/md5evp_8c.html
 62share/doc/gsoap/httpda/html/md5evp_8c__incl.map
 63share/doc/gsoap/httpda/html/md5evp_8c__incl.md5
 64share/doc/gsoap/httpda/html/md5evp_8c__incl.png
 65share/doc/gsoap/httpda/html/md5evp_8h.html
 66share/doc/gsoap/httpda/html/md5evp_8h__dep__incl.map
 67share/doc/gsoap/httpda/html/md5evp_8h__dep__incl.md5
 68share/doc/gsoap/httpda/html/md5evp_8h__dep__incl.png
 69share/doc/gsoap/httpda/html/md5evp_8h__incl.map
 70share/doc/gsoap/httpda/html/md5evp_8h__incl.md5
 71share/doc/gsoap/httpda/html/md5evp_8h__incl.png
 72share/doc/gsoap/httpda/html/pages.html
 73share/doc/gsoap/httpda/html/structhttp__da__data-members.html
 74share/doc/gsoap/httpda/html/structhttp__da__data.html
 75share/doc/gsoap/httpda/html/structhttp__da__info-members.html
 76share/doc/gsoap/httpda/html/structhttp__da__info.html
 77share/doc/gsoap/httpda/html/structhttp__da__session-members.html
 78share/doc/gsoap/httpda/html/structhttp__da__session.html
 79share/doc/gsoap/httpda/html/structhttp__da__session__coll__graph.map
 80share/doc/gsoap/httpda/html/structhttp__da__session__coll__graph.md5
 81share/doc/gsoap/httpda/html/structhttp__da__session__coll__graph.png
 82share/doc/gsoap/httpda/html/threads_8c.html
 83share/doc/gsoap/httpda/html/threads_8c__incl.map
 84share/doc/gsoap/httpda/html/threads_8c__incl.md5
 85share/doc/gsoap/httpda/html/threads_8c__incl.png
 86share/doc/gsoap/httpda/html/threads_8h.html
 87share/doc/gsoap/httpda/html/threads_8h__dep__incl.map
 88share/doc/gsoap/httpda/html/threads_8h__dep__incl.md5
 89share/doc/gsoap/httpda/html/threads_8h__dep__incl.png
 90share/doc/gsoap/httpda/html/threads_8h__incl.map
 91share/doc/gsoap/httpda/html/threads_8h__incl.md5
 92share/doc/gsoap/httpda/html/threads_8h__incl.png
 93share/doc/gsoap/httpda/html/xhttpda.html
 94share/doc/gsoap/index.css
 95share/doc/gsoap/index.html
 96share/doc/gsoap/soapdoc2.html
 97share/doc/gsoap/soapdoc2.pdf
 98share/doc/gsoap/uddi2/Doxyfile
 99share/doc/gsoap/uddi2/html/annotated.html
 100share/doc/gsoap/uddi2/html/class__disposition_report-members.html
 101share/doc/gsoap/uddi2/html/class__disposition_report.html
 102share/doc/gsoap/uddi2/html/class__disposition_report__coll__graph.map
 103share/doc/gsoap/uddi2/html/class__disposition_report__coll__graph.md5
 104share/doc/gsoap/uddi2/html/class__disposition_report__coll__graph.png
 105share/doc/gsoap/uddi2/html/classuddi2____access_point-members.html
 106share/doc/gsoap/uddi2/html/classuddi2____access_point.html
 107share/doc/gsoap/uddi2/html/classuddi2____add___u_s_c_o_r_epublisher_assertions-members.html
 108share/doc/gsoap/uddi2/html/classuddi2____add___u_s_c_o_r_epublisher_assertions.html
 109share/doc/gsoap/uddi2/html/classuddi2____address-members.html
 110share/doc/gsoap/uddi2/html/classuddi2____address.html
 111share/doc/gsoap/uddi2/html/classuddi2____address_line-members.html
 112share/doc/gsoap/uddi2/html/classuddi2____address_line.html
 113share/doc/gsoap/uddi2/html/classuddi2____assertion_status_item-members.html
 114share/doc/gsoap/uddi2/html/classuddi2____assertion_status_item.html
 115share/doc/gsoap/uddi2/html/classuddi2____assertion_status_item__coll__graph.map
 116share/doc/gsoap/uddi2/html/classuddi2____assertion_status_item__coll__graph.md5
 117share/doc/gsoap/uddi2/html/classuddi2____assertion_status_item__coll__graph.png
 118share/doc/gsoap/uddi2/html/classuddi2____assertion_status_report-members.html
 119share/doc/gsoap/uddi2/html/classuddi2____assertion_status_report.html
 120share/doc/gsoap/uddi2/html/classuddi2____auth_token-members.html
 121share/doc/gsoap/uddi2/html/classuddi2____auth_token.html
 122share/doc/gsoap/uddi2/html/classuddi2____binding_detail-members.html
 123share/doc/gsoap/uddi2/html/classuddi2____binding_detail.html
 124share/doc/gsoap/uddi2/html/classuddi2____binding_template-members.html
 125share/doc/gsoap/uddi2/html/classuddi2____binding_template.html
 126share/doc/gsoap/uddi2/html/classuddi2____binding_template__coll__graph.map
 127share/doc/gsoap/uddi2/html/classuddi2____binding_template__coll__graph.md5
 128share/doc/gsoap/uddi2/html/classuddi2____binding_template__coll__graph.png
 129share/doc/gsoap/uddi2/html/classuddi2____binding_templates-members.html
 130share/doc/gsoap/uddi2/html/classuddi2____binding_templates.html
 131share/doc/gsoap/uddi2/html/classuddi2____business_detail-members.html
 132share/doc/gsoap/uddi2/html/classuddi2____business_detail.html
 133share/doc/gsoap/uddi2/html/classuddi2____business_detail_ext-members.html
 134share/doc/gsoap/uddi2/html/classuddi2____business_detail_ext.html
 135share/doc/gsoap/uddi2/html/classuddi2____business_entity-members.html
 136share/doc/gsoap/uddi2/html/classuddi2____business_entity.html
 137share/doc/gsoap/uddi2/html/classuddi2____business_entity__coll__graph.map
 138share/doc/gsoap/uddi2/html/classuddi2____business_entity__coll__graph.md5
 139share/doc/gsoap/uddi2/html/classuddi2____business_entity__coll__graph.png
 140share/doc/gsoap/uddi2/html/classuddi2____business_entity_ext-members.html
 141share/doc/gsoap/uddi2/html/classuddi2____business_entity_ext.html
 142share/doc/gsoap/uddi2/html/classuddi2____business_entity_ext__coll__graph.map
 143share/doc/gsoap/uddi2/html/classuddi2____business_entity_ext__coll__graph.md5
 144share/doc/gsoap/uddi2/html/classuddi2____business_entity_ext__coll__graph.png
 145share/doc/gsoap/uddi2/html/classuddi2____business_info-members.html
 146share/doc/gsoap/uddi2/html/classuddi2____business_info.html
 147share/doc/gsoap/uddi2/html/classuddi2____business_info__coll__graph.map
 148share/doc/gsoap/uddi2/html/classuddi2____business_info__coll__graph.md5
 149share/doc/gsoap/uddi2/html/classuddi2____business_info__coll__graph.png
 150share/doc/gsoap/uddi2/html/classuddi2____business_infos-members.html
 151share/doc/gsoap/uddi2/html/classuddi2____business_infos.html
 152share/doc/gsoap/uddi2/html/classuddi2____business_list-members.html
 153share/doc/gsoap/uddi2/html/classuddi2____business_list.html
 154share/doc/gsoap/uddi2/html/classuddi2____business_list__coll__graph.map
 155share/doc/gsoap/uddi2/html/classuddi2____business_list__coll__graph.md5
 156share/doc/gsoap/uddi2/html/classuddi2____business_list__coll__graph.png
 157share/doc/gsoap/uddi2/html/classuddi2____business_service-members.html
 158share/doc/gsoap/uddi2/html/classuddi2____business_service.html
 159share/doc/gsoap/uddi2/html/classuddi2____business_service__coll__graph.map
 160share/doc/gsoap/uddi2/html/classuddi2____business_service__coll__graph.md5
 161share/doc/gsoap/uddi2/html/classuddi2____business_service__coll__graph.png
 162share/doc/gsoap/uddi2/html/classuddi2____business_services-members.html
 163share/doc/gsoap/uddi2/html/classuddi2____business_services.html
 164share/doc/gsoap/uddi2/html/classuddi2____category_bag-members.html
 165share/doc/gsoap/uddi2/html/classuddi2____category_bag.html
 166share/doc/gsoap/uddi2/html/classuddi2____contact-members.html
 167share/doc/gsoap/uddi2/html/classuddi2____contact.html
 168share/doc/gsoap/uddi2/html/classuddi2____contacts-members.html
 169share/doc/gsoap/uddi2/html/classuddi2____contacts.html
 170share/doc/gsoap/uddi2/html/classuddi2____delete___u_s_c_o_r_ebinding-members.html
 171share/doc/gsoap/uddi2/html/classuddi2____delete___u_s_c_o_r_ebinding.html
 172share/doc/gsoap/uddi2/html/classuddi2____delete___u_s_c_o_r_ebusiness-members.html
 173share/doc/gsoap/uddi2/html/classuddi2____delete___u_s_c_o_r_ebusiness.html
 174share/doc/gsoap/uddi2/html/classuddi2____delete___u_s_c_o_r_epublisher_assertions-members.html
 175share/doc/gsoap/uddi2/html/classuddi2____delete___u_s_c_o_r_epublisher_assertions.html
 176share/doc/gsoap/uddi2/html/classuddi2____delete___u_s_c_o_r_eservice-members.html
 177share/doc/gsoap/uddi2/html/classuddi2____delete___u_s_c_o_r_eservice.html
 178share/doc/gsoap/uddi2/html/classuddi2____delete___u_s_c_o_r_et_model-members.html
 179share/doc/gsoap/uddi2/html/classuddi2____delete___u_s_c_o_r_et_model.html
 180share/doc/gsoap/uddi2/html/classuddi2____description-members.html
 181share/doc/gsoap/uddi2/html/classuddi2____description.html
 182share/doc/gsoap/uddi2/html/classuddi2____discard___u_s_c_o_r_eauth_token-members.html
 183share/doc/gsoap/uddi2/html/classuddi2____discard___u_s_c_o_r_eauth_token.html
 184share/doc/gsoap/uddi2/html/classuddi2____discovery_u_r_l-members.html
 185share/doc/gsoap/uddi2/html/classuddi2____discovery_u_r_l.html
 186share/doc/gsoap/uddi2/html/classuddi2____discovery_u_r_ls-members.html
 187share/doc/gsoap/uddi2/html/classuddi2____discovery_u_r_ls.html
 188share/doc/gsoap/uddi2/html/classuddi2____disposition_report-members.html
 189share/doc/gsoap/uddi2/html/classuddi2____disposition_report.html
 190share/doc/gsoap/uddi2/html/classuddi2____email-members.html
 191share/doc/gsoap/uddi2/html/classuddi2____email.html
 192share/doc/gsoap/uddi2/html/classuddi2____err_info-members.html
 193share/doc/gsoap/uddi2/html/classuddi2____err_info.html
 194share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_ebinding-members.html
 195share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_ebinding.html
 196share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_ebinding__coll__graph.map
 197share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_ebinding__coll__graph.md5
 198share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_ebinding__coll__graph.png
 199share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_ebusiness-members.html
 200share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_ebusiness.html
 201share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_ebusiness__coll__graph.map
 202share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_ebusiness__coll__graph.md5
 203share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_ebusiness__coll__graph.png
 204share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_erelated_businesses-members.html
 205share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_erelated_businesses.html
 206share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_erelated_businesses__coll__graph.map
 207share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_erelated_businesses__coll__graph.md5
 208share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_erelated_businesses__coll__graph.png
 209share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_eservice-members.html
 210share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_eservice.html
 211share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_eservice__coll__graph.map
 212share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_eservice__coll__graph.md5
 213share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_eservice__coll__graph.png
 214share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_et_model-members.html
 215share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_et_model.html
 216share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_et_model__coll__graph.map
 217share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_et_model__coll__graph.md5
 218share/doc/gsoap/uddi2/html/classuddi2____find___u_s_c_o_r_et_model__coll__graph.png
 219share/doc/gsoap/uddi2/html/classuddi2____find_qualifiers-members.html
 220share/doc/gsoap/uddi2/html/classuddi2____find_qualifiers.html
 221share/doc/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_eassertion_status_report-members.html
 222share/doc/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_eassertion_status_report.html
 223share/doc/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_eauth_token-members.html
 224share/doc/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_eauth_token.html
 225share/doc/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_ebinding_detail-members.html
 226share/doc/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_ebinding_detail.html
 227share/doc/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_ebusiness_detail-members.html
 228share/doc/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_ebusiness_detail.html
 229share/doc/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_ebusiness_detail_ext-members.html
 230share/doc/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_ebusiness_detail_ext.html
 231share/doc/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_epublisher_assertions-members.html
 232share/doc/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_epublisher_assertions.html
 233share/doc/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_eregistered_info-members.html
 234share/doc/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_eregistered_info.html
 235share/doc/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_eservice_detail-members.html
 236share/doc/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_eservice_detail.html
 237share/doc/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_et_model_detail-members.html
 238share/doc/gsoap/uddi2/html/classuddi2____get___u_s_c_o_r_et_model_detail.html
 239share/doc/gsoap/uddi2/html/classuddi2____hosting_redirector-members.html
 240share/doc/gsoap/uddi2/html/classuddi2____hosting_redirector.html
 241share/doc/gsoap/uddi2/html/classuddi2____identifier_bag-members.html
 242share/doc/gsoap/uddi2/html/classuddi2____identifier_bag.html
 243share/doc/gsoap/uddi2/html/classuddi2____instance_details-members.html
 244share/doc/gsoap/uddi2/html/classuddi2____instance_details.html
 245share/doc/gsoap/uddi2/html/classuddi2____instance_details__coll__graph.map
 246share/doc/gsoap/uddi2/html/classuddi2____instance_details__coll__graph.md5
 247share/doc/gsoap/uddi2/html/classuddi2____instance_details__coll__graph.png
 248share/doc/gsoap/uddi2/html/classuddi2____keyed_reference-members.html
 249share/doc/gsoap/uddi2/html/classuddi2____keyed_reference.html
 250share/doc/gsoap/uddi2/html/classuddi2____keys_owned-members.html
 251share/doc/gsoap/uddi2/html/classuddi2____keys_owned.html
 252share/doc/gsoap/uddi2/html/classuddi2____name-members.html
 253share/doc/gsoap/uddi2/html/classuddi2____name.html
 254share/doc/gsoap/uddi2/html/classuddi2____overview_doc-members.html
 255share/doc/gsoap/uddi2/html/classuddi2____overview_doc.html
 256share/doc/gsoap/uddi2/html/classuddi2____phone-members.html
 257share/doc/gsoap/uddi2/html/classuddi2____phone.html
 258share/doc/gsoap/uddi2/html/classuddi2____publisher_assertion-members.html
 259share/doc/gsoap/uddi2/html/classuddi2____publisher_assertion.html
 260share/doc/gsoap/uddi2/html/classuddi2____publisher_assertion__coll__graph.map
 261share/doc/gsoap/uddi2/html/classuddi2____publisher_assertion__coll__graph.md5
 262share/doc/gsoap/uddi2/html/classuddi2____publisher_assertion__coll__graph.png
 263share/doc/gsoap/uddi2/html/classuddi2____publisher_assertions-members.html
 264share/doc/gsoap/uddi2/html/classuddi2____publisher_assertions.html
 265share/doc/gsoap/uddi2/html/classuddi2____registered_info-members.html
 266share/doc/gsoap/uddi2/html/classuddi2____registered_info.html
 267share/doc/gsoap/uddi2/html/classuddi2____registered_info__coll__graph.map
 268share/doc/gsoap/uddi2/html/classuddi2____registered_info__coll__graph.md5
 269share/doc/gsoap/uddi2/html/classuddi2____registered_info__coll__graph.png
 270share/doc/gsoap/uddi2/html/classuddi2____related_business_info-members.html
 271share/doc/gsoap/uddi2/html/classuddi2____related_business_info.html
 272share/doc/gsoap/uddi2/html/classuddi2____related_business_infos-members.html
 273share/doc/gsoap/uddi2/html/classuddi2____related_business_infos.html
 274share/doc/gsoap/uddi2/html/classuddi2____related_businesses_list-members.html
 275share/doc/gsoap/uddi2/html/classuddi2____related_businesses_list.html
 276share/doc/gsoap/uddi2/html/classuddi2____related_businesses_list__coll__graph.map
 277share/doc/gsoap/uddi2/html/classuddi2____related_businesses_list__coll__graph.md5
 278share/doc/gsoap/uddi2/html/classuddi2____related_businesses_list__coll__graph.png
 279share/doc/gsoap/uddi2/html/classuddi2____result-members.html
 280share/doc/gsoap/uddi2/html/classuddi2____result.html
 281share/doc/gsoap/uddi2/html/classuddi2____result__coll__graph.map
 282share/doc/gsoap/uddi2/html/classuddi2____result__coll__graph.md5
 283share/doc/gsoap/uddi2/html/classuddi2____result__coll__graph.png
 284share/doc/gsoap/uddi2/html/classuddi2____save___u_s_c_o_r_ebinding-members.html
 285share/doc/gsoap/uddi2/html/classuddi2____save___u_s_c_o_r_ebinding.html
 286share/doc/gsoap/uddi2/html/classuddi2____save___u_s_c_o_r_ebusiness-members.html
 287share/doc/gsoap/uddi2/html/classuddi2____save___u_s_c_o_r_ebusiness.html
 288share/doc/gsoap/uddi2/html/classuddi2____save___u_s_c_o_r_eservice-members.html
 289share/doc/gsoap/uddi2/html/classuddi2____save___u_s_c_o_r_eservice.html
 290share/doc/gsoap/uddi2/html/classuddi2____save___u_s_c_o_r_et_model-members.html
 291share/doc/gsoap/uddi2/html/classuddi2____save___u_s_c_o_r_et_model.html
 292share/doc/gsoap/uddi2/html/classuddi2____service_detail-members.html
 293share/doc/gsoap/uddi2/html/classuddi2____service_detail.html
 294share/doc/gsoap/uddi2/html/classuddi2____service_info-members.html
 295share/doc/gsoap/uddi2/html/classuddi2____service_info.html
 296share/doc/gsoap/uddi2/html/classuddi2____service_infos-members.html
 297share/doc/gsoap/uddi2/html/classuddi2____service_infos.html
 298share/doc/gsoap/uddi2/html/classuddi2____service_list-members.html
 299share/doc/gsoap/uddi2/html/classuddi2____service_list.html
 300share/doc/gsoap/uddi2/html/classuddi2____service_list__coll__graph.map
 301share/doc/gsoap/uddi2/html/classuddi2____service_list__coll__graph.md5
 302share/doc/gsoap/uddi2/html/classuddi2____service_list__coll__graph.png
 303share/doc/gsoap/uddi2/html/classuddi2____set___u_s_c_o_r_epublisher_assertions-members.html
 304share/doc/gsoap/uddi2/html/classuddi2____set___u_s_c_o_r_epublisher_assertions.html
 305share/doc/gsoap/uddi2/html/classuddi2____shared_relationships-members.html
 306share/doc/gsoap/uddi2/html/classuddi2____shared_relationships.html
 307share/doc/gsoap/uddi2/html/classuddi2____t_model-members.html
 308share/doc/gsoap/uddi2/html/classuddi2____t_model.html
 309share/doc/gsoap/uddi2/html/classuddi2____t_model__coll__graph.map
 310share/doc/gsoap/uddi2/html/classuddi2____t_model__coll__graph.md5
 311share/doc/gsoap/uddi2/html/classuddi2____t_model__coll__graph.png
 312share/doc/gsoap/uddi2/html/classuddi2____t_model_bag-members.html
 313share/doc/gsoap/uddi2/html/classuddi2____t_model_bag.html
 314share/doc/gsoap/uddi2/html/classuddi2____t_model_detail-members.html
 315share/doc/gsoap/uddi2/html/classuddi2____t_model_detail.html
 316share/doc/gsoap/uddi2/html/classuddi2____t_model_info-members.html
 317share/doc/gsoap/uddi2/html/classuddi2____t_model_info.html
 318share/doc/gsoap/uddi2/html/classuddi2____t_model_info__coll__graph.map
 319share/doc/gsoap/uddi2/html/classuddi2____t_model_info__coll__graph.md5
 320share/doc/gsoap/uddi2/html/classuddi2____t_model_info__coll__graph.png
 321share/doc/gsoap/uddi2/html/classuddi2____t_model_infos-members.html
 322share/doc/gsoap/uddi2/html/classuddi2____t_model_infos.html
 323share/doc/gsoap/uddi2/html/classuddi2____t_model_instance_details-members.html
 324share/doc/gsoap/uddi2/html/classuddi2____t_model_instance_details.html
 325share/doc/gsoap/uddi2/html/classuddi2____t_model_instance_info-members.html
 326share/doc/gsoap/uddi2/html/classuddi2____t_model_instance_info.html
 327share/doc/gsoap/uddi2/html/classuddi2____t_model_instance_info__coll__graph.map
 328share/doc/gsoap/uddi2/html/classuddi2____t_model_instance_info__coll__graph.md5
 329share/doc/gsoap/uddi2/html/classuddi2____t_model_instance_info__coll__graph.png
 330share/doc/gsoap/uddi2/html/classuddi2____t_model_list-members.html
 331share/doc/gsoap/uddi2/html/classuddi2____t_model_list.html
 332share/doc/gsoap/uddi2/html/classuddi2____t_model_list__coll__graph.map
 333share/doc/gsoap/uddi2/html/classuddi2____t_model_list__coll__graph.md5
 334share/doc/gsoap/uddi2/html/classuddi2____t_model_list__coll__graph.png
 335share/doc/gsoap/uddi2/html/classuddi2____validate___u_s_c_o_r_evalues-members.html
 336share/doc/gsoap/uddi2/html/classuddi2____validate___u_s_c_o_r_evalues.html
 337share/doc/gsoap/uddi2/html/doxygen.css
 338share/doc/gsoap/uddi2/html/doxygen.png
 339share/doc/gsoap/uddi2/html/example1.html
 340share/doc/gsoap/uddi2/html/example2.html
 341share/doc/gsoap/uddi2/html/example3.html
 342share/doc/gsoap/uddi2/html/files.html
 343share/doc/gsoap/uddi2/html/ftv2blank.png
 344share/doc/gsoap/uddi2/html/ftv2doc.png
 345share/doc/gsoap/uddi2/html/ftv2folderclosed.png
 346share/doc/gsoap/uddi2/html/ftv2folderopen.png
 347share/doc/gsoap/uddi2/html/ftv2lastnode.png
 348share/doc/gsoap/uddi2/html/ftv2link.png
 349share/doc/gsoap/uddi2/html/ftv2mlastnode.png
 350share/doc/gsoap/uddi2/html/ftv2mnode.png
 351share/doc/gsoap/uddi2/html/ftv2node.png
 352share/doc/gsoap/uddi2/html/ftv2plastnode.png
 353share/doc/gsoap/uddi2/html/ftv2pnode.png
 354share/doc/gsoap/uddi2/html/ftv2vertline.png
 355share/doc/gsoap/uddi2/html/functions.html
 356share/doc/gsoap/uddi2/html/functions_func.html
 357share/doc/gsoap/uddi2/html/functions_vars.html
 358share/doc/gsoap/uddi2/html/globals.html
 359share/doc/gsoap/uddi2/html/globals_enum.html
 360share/doc/gsoap/uddi2/html/globals_eval.html
 361share/doc/gsoap/uddi2/html/globals_func.html
 362share/doc/gsoap/uddi2/html/globals_type.html
 363share/doc/gsoap/uddi2/html/graph_legend.dot
 364share/doc/gsoap/uddi2/html/graph_legend.html
 365share/doc/gsoap/uddi2/html/graph_legend.png
 366share/doc/gsoap/uddi2/html/index.html
 367share/doc/gsoap/uddi2/html/inquiresoap.html
 368share/doc/gsoap/uddi2/html/main.html
 369share/doc/gsoap/uddi2/html/pages.html
 370share/doc/gsoap/uddi2/html/publishsoap.html
 371share/doc/gsoap/uddi2/html/tree.html
 372share/doc/gsoap/uddi2/html/uddi__v2_8h.html
 373share/doc/gsoap/wsa/Doxyfile
 374share/doc/gsoap/wsa/html/annotated.html
 375share/doc/gsoap/wsa/html/doxygen.css
 376share/doc/gsoap/wsa/html/doxygen.png
 377share/doc/gsoap/wsa/html/files.html
 378share/doc/gsoap/wsa/html/functions.html
 379share/doc/gsoap/wsa/html/functions_vars.html
 380share/doc/gsoap/wsa/html/globals.html
 381share/doc/gsoap/wsa/html/globals_defs.html
 382share/doc/gsoap/wsa/html/globals_func.html
 383share/doc/gsoap/wsa/html/globals_vars.html
 384share/doc/gsoap/wsa/html/graph_legend.dot
 385share/doc/gsoap/wsa/html/graph_legend.html
 386share/doc/gsoap/wsa/html/graph_legend.png
 387share/doc/gsoap/wsa/html/index.html
 388share/doc/gsoap/wsa/html/pages.html
 389share/doc/gsoap/wsa/html/structsoap__wsa__data-members.html
 390share/doc/gsoap/wsa/html/structsoap__wsa__data.html
 391share/doc/gsoap/wsa/html/wsa.html
 392share/doc/gsoap/wsa/html/wsa_0.html
 393share/doc/gsoap/wsa/html/wsaapi_8c.html
 394share/doc/gsoap/wsa/html/wsaapi_8c__incl.map
 395share/doc/gsoap/wsa/html/wsaapi_8c__incl.md5
 396share/doc/gsoap/wsa/html/wsaapi_8c__incl.png
 397share/doc/gsoap/wsa/html/wsaapi_8h.html
 398share/doc/gsoap/wsa/html/wsaapi_8h__dep__incl.map
 399share/doc/gsoap/wsa/html/wsaapi_8h__dep__incl.md5
 400share/doc/gsoap/wsa/html/wsaapi_8h__dep__incl.png
 401share/doc/gsoap/wsa/html/wsaapi_8h__incl.map
 402share/doc/gsoap/wsa/html/wsaapi_8h__incl.md5
 403share/doc/gsoap/wsa/html/wsaapi_8h__incl.png
 404share/doc/gsoap/wsrm/Doxyfile
 405share/doc/gsoap/wsrm/html/annotated.html
 406share/doc/gsoap/wsrm/html/doxygen.css
 407share/doc/gsoap/wsrm/html/doxygen.png
 408share/doc/gsoap/wsrm/html/duration_8c.html
 409share/doc/gsoap/wsrm/html/duration_8c__incl.map
 410share/doc/gsoap/wsrm/html/duration_8c__incl.md5
 411share/doc/gsoap/wsrm/html/duration_8c__incl.png
 412share/doc/gsoap/wsrm/html/duration_8h.html
 413share/doc/gsoap/wsrm/html/files.html
 414share/doc/gsoap/wsrm/html/functions.html
 415share/doc/gsoap/wsrm/html/functions_vars.html
 416share/doc/gsoap/wsrm/html/globals.html
 417share/doc/gsoap/wsrm/html/globals_defs.html
 418share/doc/gsoap/wsrm/html/globals_enum.html
 419share/doc/gsoap/wsrm/html/globals_eval.html
 420share/doc/gsoap/wsrm/html/globals_func.html
 421share/doc/gsoap/wsrm/html/globals_type.html
 422share/doc/gsoap/wsrm/html/globals_vars.html
 423share/doc/gsoap/wsrm/html/graph_legend.dot
 424share/doc/gsoap/wsrm/html/graph_legend.html
 425share/doc/gsoap/wsrm/html/graph_legend.png
 426share/doc/gsoap/wsrm/html/index.html
 427share/doc/gsoap/wsrm/html/page_xmldatabinding.html
 428share/doc/gsoap/wsrm/html/pages.html
 429share/doc/gsoap/wsrm/html/struct__wsrm_____sequence_acknowledgement-members.html
 430share/doc/gsoap/wsrm/html/struct__wsrm_____sequence_acknowledgement.html
 431share/doc/gsoap/wsrm/html/struct__wsrm_____sequence_acknowledgement_1_1__wsrm_____sequence_acknowledgement___acknowledgement_range-members.html
 432share/doc/gsoap/wsrm/html/struct__wsrm_____sequence_acknowledgement_1_1__wsrm_____sequence_acknowledgement___acknowledgement_range.html
 433share/doc/gsoap/wsrm/html/struct__wsrm_____sequence_acknowledgement_1_1__wsrm_____sequence_acknowledgement___final.html
 434share/doc/gsoap/wsrm/html/struct__wsrm_____sequence_acknowledgement_1_1__wsrm_____sequence_acknowledgement___none.html
 435share/doc/gsoap/wsrm/html/struct__wsrm_____sequence_acknowledgement__coll__graph.map
 436share/doc/gsoap/wsrm/html/struct__wsrm_____sequence_acknowledgement__coll__graph.md5
 437share/doc/gsoap/wsrm/html/struct__wsrm_____sequence_acknowledgement__coll__graph.png
 438share/doc/gsoap/wsrm/html/struct__wsrm_____uses_sequence_s_s_l.html
 439share/doc/gsoap/wsrm/html/struct__wsrm_____uses_sequence_s_t_r.html
 440share/doc/gsoap/wsrm/html/struct_s_o_a_p___e_n_v_____header-members.html
 441share/doc/gsoap/wsrm/html/struct_s_o_a_p___e_n_v_____header.html
 442share/doc/gsoap/wsrm/html/struct_s_o_a_p___e_n_v_____header__coll__graph.map
 443share/doc/gsoap/wsrm/html/struct_s_o_a_p___e_n_v_____header__coll__graph.md5
 444share/doc/gsoap/wsrm/html/struct_s_o_a_p___e_n_v_____header__coll__graph.png
 445share/doc/gsoap/wsrm/html/structsoap__wsa__data-members.html
 446share/doc/gsoap/wsrm/html/structsoap__wsa__data.html
 447share/doc/gsoap/wsrm/html/structsoap__wsrm__content-members.html
 448share/doc/gsoap/wsrm/html/structsoap__wsrm__content.html
 449share/doc/gsoap/wsrm/html/structsoap__wsrm__content__coll__graph.map
 450share/doc/gsoap/wsrm/html/structsoap__wsrm__content__coll__graph.md5
 451share/doc/gsoap/wsrm/html/structsoap__wsrm__content__coll__graph.png
 452share/doc/gsoap/wsrm/html/structsoap__wsrm__data-members.html
 453share/doc/gsoap/wsrm/html/structsoap__wsrm__data.html
 454share/doc/gsoap/wsrm/html/structsoap__wsrm__data__coll__graph.map
 455share/doc/gsoap/wsrm/html/structsoap__wsrm__data__coll__graph.md5
 456share/doc/gsoap/wsrm/html/structsoap__wsrm__data__coll__graph.png
 457share/doc/gsoap/wsrm/html/structsoap__wsrm__message-members.html
 458share/doc/gsoap/wsrm/html/structsoap__wsrm__message.html
 459share/doc/gsoap/wsrm/html/structsoap__wsrm__message__coll__graph.map
 460share/doc/gsoap/wsrm/html/structsoap__wsrm__message__coll__graph.md5
 461share/doc/gsoap/wsrm/html/structsoap__wsrm__message__coll__graph.png
 462share/doc/gsoap/wsrm/html/structsoap__wsrm__range-members.html
 463share/doc/gsoap/wsrm/html/structsoap__wsrm__range.html
 464share/doc/gsoap/wsrm/html/structsoap__wsrm__range__coll__graph.map
 465share/doc/gsoap/wsrm/html/structsoap__wsrm__range__coll__graph.md5
 466share/doc/gsoap/wsrm/html/structsoap__wsrm__range__coll__graph.png
 467share/doc/gsoap/wsrm/html/structsoap__wsrm__ranges.html
 468share/doc/gsoap/wsrm/html/structsoap__wsrm__sequence-members.html
 469share/doc/gsoap/wsrm/html/structsoap__wsrm__sequence.html
 470share/doc/gsoap/wsrm/html/structsoap__wsrm__sequence__coll__graph.map
 471share/doc/gsoap/wsrm/html/structsoap__wsrm__sequence__coll__graph.md5
 472share/doc/gsoap/wsrm/html/structsoap__wsrm__sequence__coll__graph.png
 473share/doc/gsoap/wsrm/html/structwsa5_____endpoint_reference_type-members.html
 474share/doc/gsoap/wsrm/html/structwsa5_____endpoint_reference_type.html
 475share/doc/gsoap/wsrm/html/structwsa5_____endpoint_reference_type__coll__graph.map
 476share/doc/gsoap/wsrm/html/structwsa5_____endpoint_reference_type__coll__graph.md5
 477share/doc/gsoap/wsrm/html/structwsa5_____endpoint_reference_type__coll__graph.png
 478share/doc/gsoap/wsrm/html/structwsa5_____metadata_type-members.html
 479share/doc/gsoap/wsrm/html/structwsa5_____metadata_type.html
 480share/doc/gsoap/wsrm/html/structwsa5_____problem_action_type-members.html
 481share/doc/gsoap/wsrm/html/structwsa5_____problem_action_type.html
 482share/doc/gsoap/wsrm/html/structwsa5_____reference_parameters_type-members.html
 483share/doc/gsoap/wsrm/html/structwsa5_____reference_parameters_type.html
 484share/doc/gsoap/wsrm/html/structwsa5_____relates_to_type-members.html
 485share/doc/gsoap/wsrm/html/structwsa5_____relates_to_type.html
 486share/doc/gsoap/wsrm/html/structwsrm_____accept_type-members.html
 487share/doc/gsoap/wsrm/html/structwsrm_____accept_type.html
 488share/doc/gsoap/wsrm/html/structwsrm_____accept_type__coll__graph.map
 489share/doc/gsoap/wsrm/html/structwsrm_____accept_type__coll__graph.md5
 490share/doc/gsoap/wsrm/html/structwsrm_____accept_type__coll__graph.png
 491share/doc/gsoap/wsrm/html/structwsrm_____ack_requested_type-members.html
 492share/doc/gsoap/wsrm/html/structwsrm_____ack_requested_type.html
 493share/doc/gsoap/wsrm/html/structwsrm_____close_sequence_response_type-members.html
 494share/doc/gsoap/wsrm/html/structwsrm_____close_sequence_response_type.html
 495share/doc/gsoap/wsrm/html/structwsrm_____close_sequence_type-members.html
 496share/doc/gsoap/wsrm/html/structwsrm_____close_sequence_type.html
 497share/doc/gsoap/wsrm/html/structwsrm_____create_sequence_response_type-members.html
 498share/doc/gsoap/wsrm/html/structwsrm_____create_sequence_response_type.html
 499share/doc/gsoap/wsrm/html/structwsrm_____create_sequence_response_type__coll__graph.map
 500share/doc/gsoap/wsrm/html/structwsrm_____create_sequence_response_type__coll__graph.md5
 501share/doc/gsoap/wsrm/html/structwsrm_____create_sequence_response_type__coll__graph.png
 502share/doc/gsoap/wsrm/html/structwsrm_____create_sequence_type-members.html
 503share/doc/gsoap/wsrm/html/structwsrm_____create_sequence_type.html
 504share/doc/gsoap/wsrm/html/structwsrm_____create_sequence_type__coll__graph.map
 505share/doc/gsoap/wsrm/html/structwsrm_____create_sequence_type__coll__graph.md5
 506share/doc/gsoap/wsrm/html/structwsrm_____create_sequence_type__coll__graph.png
 507share/doc/gsoap/wsrm/html/structwsrm_____offer_type-members.html
 508share/doc/gsoap/wsrm/html/structwsrm_____offer_type.html
 509share/doc/gsoap/wsrm/html/structwsrm_____offer_type__coll__graph.map
 510share/doc/gsoap/wsrm/html/structwsrm_____offer_type__coll__graph.md5
 511share/doc/gsoap/wsrm/html/structwsrm_____offer_type__coll__graph.png
 512share/doc/gsoap/wsrm/html/structwsrm_____sequence_fault_type-members.html
 513share/doc/gsoap/wsrm/html/structwsrm_____sequence_fault_type.html
 514share/doc/gsoap/wsrm/html/structwsrm_____sequence_type-members.html
 515share/doc/gsoap/wsrm/html/structwsrm_____sequence_type.html
 516share/doc/gsoap/wsrm/html/structwsrm_____terminate_sequence_response_type-members.html
 517share/doc/gsoap/wsrm/html/structwsrm_____terminate_sequence_response_type.html
 518share/doc/gsoap/wsrm/html/structwsrm_____terminate_sequence_type-members.html
 519share/doc/gsoap/wsrm/html/structwsrm_____terminate_sequence_type.html
 520share/doc/gsoap/wsrm/html/wsa.html
 521share/doc/gsoap/wsrm/html/wsa5_8h.html
 522share/doc/gsoap/wsrm/html/wsa_0.html
 523share/doc/gsoap/wsrm/html/wsaapi_8c.html
 524share/doc/gsoap/wsrm/html/wsaapi_8c__incl.map
 525share/doc/gsoap/wsrm/html/wsaapi_8c__incl.md5
 526share/doc/gsoap/wsrm/html/wsaapi_8c__incl.png
 527share/doc/gsoap/wsrm/html/wsaapi_8h.html
 528share/doc/gsoap/wsrm/html/wsaapi_8h__dep__incl.map
 529share/doc/gsoap/wsrm/html/wsaapi_8h__dep__incl.md5
 530share/doc/gsoap/wsrm/html/wsaapi_8h__dep__incl.png
 531share/doc/gsoap/wsrm/html/wsaapi_8h__incl.map
 532share/doc/gsoap/wsrm/html/wsaapi_8h__incl.md5
 533share/doc/gsoap/wsrm/html/wsaapi_8h__incl.png
 534share/doc/gsoap/wsrm/html/wsrm.html
 535share/doc/gsoap/wsrm/html/wsrm_0.html
 536share/doc/gsoap/wsrm/html/wsrm_8h.html
 537share/doc/gsoap/wsrm/html/wsrmapi_8c.html
 538share/doc/gsoap/wsrm/html/wsrmapi_8c__incl.map
 539share/doc/gsoap/wsrm/html/wsrmapi_8c__incl.md5
 540share/doc/gsoap/wsrm/html/wsrmapi_8c__incl.png
 541share/doc/gsoap/wsrm/html/wsrmapi_8h.html
 542share/doc/gsoap/wsrm/html/wsrmapi_8h__dep__incl.map
 543share/doc/gsoap/wsrm/html/wsrmapi_8h__dep__incl.md5
 544share/doc/gsoap/wsrm/html/wsrmapi_8h__dep__incl.png
 545share/doc/gsoap/wsrm/html/wsrmapi_8h__incl.map
 546share/doc/gsoap/wsrm/html/wsrmapi_8h__incl.md5
 547share/doc/gsoap/wsrm/html/wsrmapi_8h__incl.png
 548share/doc/gsoap/wsrm/html/wsrx_8h.html
 549share/doc/gsoap/wsse/Doxyfile
 550share/doc/gsoap/wsse/html/.DS_Store
 551share/doc/gsoap/wsse/html/annotated.html
 552share/doc/gsoap/wsse/html/c14n_8h.html
 553share/doc/gsoap/wsse/html/doxygen.css
 554share/doc/gsoap/wsse/html/doxygen.png
 555share/doc/gsoap/wsse/html/ds_8h.html
 556share/doc/gsoap/wsse/html/files.html
 557share/doc/gsoap/wsse/html/functions.html
 558share/doc/gsoap/wsse/html/functions_vars.html
 559share/doc/gsoap/wsse/html/globals.html
 560share/doc/gsoap/wsse/html/globals_defs.html
 561share/doc/gsoap/wsse/html/globals_enum.html
 562share/doc/gsoap/wsse/html/globals_eval.html
 563share/doc/gsoap/wsse/html/globals_func.html
 564share/doc/gsoap/wsse/html/globals_type.html
 565share/doc/gsoap/wsse/html/globals_vars.html
 566share/doc/gsoap/wsse/html/graph_legend.dot
 567share/doc/gsoap/wsse/html/graph_legend.html
 568share/doc/gsoap/wsse/html/graph_legend.png
 569share/doc/gsoap/wsse/html/index.html
 570share/doc/gsoap/wsse/html/pages.html
 571share/doc/gsoap/wsse/html/smdevp.html
 572share/doc/gsoap/wsse/html/smdevp_8c.html
 573share/doc/gsoap/wsse/html/smdevp_8c__incl.map
 574share/doc/gsoap/wsse/html/smdevp_8c__incl.md5
 575share/doc/gsoap/wsse/html/smdevp_8c__incl.png
 576share/doc/gsoap/wsse/html/smdevp_8h.html
 577share/doc/gsoap/wsse/html/smdevp_8h__dep__incl.map
 578share/doc/gsoap/wsse/html/smdevp_8h__dep__incl.md5
 579share/doc/gsoap/wsse/html/smdevp_8h__dep__incl.png
 580share/doc/gsoap/wsse/html/smdevp_8h__incl.map
 581share/doc/gsoap/wsse/html/smdevp_8h__incl.md5
 582share/doc/gsoap/wsse/html/smdevp_8h__incl.png
 583share/doc/gsoap/wsse/html/struct__c14n_____inclusive_namespaces-members.html
 584share/doc/gsoap/wsse/html/struct__c14n_____inclusive_namespaces.html
 585share/doc/gsoap/wsse/html/struct__wsse_____binary_security_token-members.html
 586share/doc/gsoap/wsse/html/struct__wsse_____binary_security_token.html
 587share/doc/gsoap/wsse/html/struct__wsse_____embedded-members.html
 588share/doc/gsoap/wsse/html/struct__wsse_____embedded.html
 589share/doc/gsoap/wsse/html/struct__wsse_____key_identifier-members.html
 590share/doc/gsoap/wsse/html/struct__wsse_____key_identifier.html
 591share/doc/gsoap/wsse/html/struct__wsse_____password-members.html
 592share/doc/gsoap/wsse/html/struct__wsse_____password.html
 593share/doc/gsoap/wsse/html/struct__wsse_____reference-members.html
 594share/doc/gsoap/wsse/html/struct__wsse_____reference.html
 595share/doc/gsoap/wsse/html/struct__wsse_____security-members.html
 596share/doc/gsoap/wsse/html/struct__wsse_____security.html
 597share/doc/gsoap/wsse/html/struct__wsse_____security__coll__graph.map
 598share/doc/gsoap/wsse/html/struct__wsse_____security__coll__graph.md5
 599share/doc/gsoap/wsse/html/struct__wsse_____security__coll__graph.png
 600share/doc/gsoap/wsse/html/struct__wsse_____security_token_reference-members.html
 601share/doc/gsoap/wsse/html/struct__wsse_____security_token_reference.html
 602share/doc/gsoap/wsse/html/struct__wsse_____security_token_reference__coll__graph.map
 603share/doc/gsoap/wsse/html/struct__wsse_____security_token_reference__coll__graph.md5
 604share/doc/gsoap/wsse/html/struct__wsse_____security_token_reference__coll__graph.png
 605share/doc/gsoap/wsse/html/struct__wsse_____username_token-members.html
 606share/doc/gsoap/wsse/html/struct__wsse_____username_token.html
 607share/doc/gsoap/wsse/html/struct__wsse_____username_token__coll__graph.map
 608share/doc/gsoap/wsse/html/struct__wsse_____username_token__coll__graph.md5
 609share/doc/gsoap/wsse/html/struct__wsse_____username_token__coll__graph.png
 610share/doc/gsoap/wsse/html/struct__wsu_____timestamp-members.html
 611share/doc/gsoap/wsse/html/struct__wsu_____timestamp.html
 612share/doc/gsoap/wsse/html/struct_s_o_a_p___e_n_v_____header-members.html
 613share/doc/gsoap/wsse/html/struct_s_o_a_p___e_n_v_____header.html
 614share/doc/gsoap/wsse/html/struct_s_o_a_p___e_n_v_____header__coll__graph.map
 615share/doc/gsoap/wsse/html/struct_s_o_a_p___e_n_v_____header__coll__graph.md5
 616share/doc/gsoap/wsse/html/struct_s_o_a_p___e_n_v_____header__coll__graph.png
 617share/doc/gsoap/wsse/html/structds_____canonicalization_method_type-members.html
 618share/doc/gsoap/wsse/html/structds_____canonicalization_method_type.html
 619share/doc/gsoap/wsse/html/structds_____canonicalization_method_type__coll__graph.map
 620share/doc/gsoap/wsse/html/structds_____canonicalization_method_type__coll__graph.md5
 621share/doc/gsoap/wsse/html/structds_____canonicalization_method_type__coll__graph.png
 622share/doc/gsoap/wsse/html/structds_____d_s_a_key_value_type-members.html
 623share/doc/gsoap/wsse/html/structds_____d_s_a_key_value_type.html
 624share/doc/gsoap/wsse/html/structds_____digest_method_type-members.html
 625share/doc/gsoap/wsse/html/structds_____digest_method_type.html
 626share/doc/gsoap/wsse/html/structds_____key_info_type-members.html
 627share/doc/gsoap/wsse/html/structds_____key_info_type.html
 628share/doc/gsoap/wsse/html/structds_____key_info_type__coll__graph.map
 629share/doc/gsoap/wsse/html/structds_____key_info_type__coll__graph.md5
 630share/doc/gsoap/wsse/html/structds_____key_info_type__coll__graph.png
 631share/doc/gsoap/wsse/html/structds_____key_value_type-members.html
 632share/doc/gsoap/wsse/html/structds_____key_value_type.html
 633share/doc/gsoap/wsse/html/structds_____key_value_type__coll__graph.map
 634share/doc/gsoap/wsse/html/structds_____key_value_type__coll__graph.md5
 635share/doc/gsoap/wsse/html/structds_____key_value_type__coll__graph.png
 636share/doc/gsoap/wsse/html/structds_____r_s_a_key_value_type-members.html
 637share/doc/gsoap/wsse/html/structds_____r_s_a_key_value_type.html
 638share/doc/gsoap/wsse/html/structds_____reference_type-members.html
 639share/doc/gsoap/wsse/html/structds_____reference_type.html
 640share/doc/gsoap/wsse/html/structds_____reference_type__coll__graph.map
 641share/doc/gsoap/wsse/html/structds_____reference_type__coll__graph.md5
 642share/doc/gsoap/wsse/html/structds_____reference_type__coll__graph.png
 643share/doc/gsoap/wsse/html/structds_____retrieval_method_type-members.html
 644share/doc/gsoap/wsse/html/structds_____retrieval_method_type.html
 645share/doc/gsoap/wsse/html/structds_____retrieval_method_type__coll__graph.map
 646share/doc/gsoap/wsse/html/structds_____retrieval_method_type__coll__graph.md5
 647share/doc/gsoap/wsse/html/structds_____retrieval_method_type__coll__graph.png
 648share/doc/gsoap/wsse/html/structds_____signature_method_type-members.html
 649share/doc/gsoap/wsse/html/structds_____signature_method_type.html
 650share/doc/gsoap/wsse/html/structds_____signature_type-members.html
 651share/doc/gsoap/wsse/html/structds_____signature_type.html
 652share/doc/gsoap/wsse/html/structds_____signature_type__coll__graph.map
 653share/doc/gsoap/wsse/html/structds_____signature_type__coll__graph.md5
 654share/doc/gsoap/wsse/html/structds_____signature_type__coll__graph.png
 655share/doc/gsoap/wsse/html/structds_____signed_info_type-members.html
 656share/doc/gsoap/wsse/html/structds_____signed_info_type.html
 657share/doc/gsoap/wsse/html/structds_____signed_info_type__coll__graph.map
 658share/doc/gsoap/wsse/html/structds_____signed_info_type__coll__graph.md5
 659share/doc/gsoap/wsse/html/structds_____signed_info_type__coll__graph.png
 660share/doc/gsoap/wsse/html/structds_____transform_type-members.html
 661share/doc/gsoap/wsse/html/structds_____transform_type.html
 662share/doc/gsoap/wsse/html/structds_____transform_type__coll__graph.map
 663share/doc/gsoap/wsse/html/structds_____transform_type__coll__graph.md5
 664share/doc/gsoap/wsse/html/structds_____transform_type__coll__graph.png
 665share/doc/gsoap/wsse/html/structds_____transforms_type-members.html
 666share/doc/gsoap/wsse/html/structds_____transforms_type.html
 667share/doc/gsoap/wsse/html/structds_____transforms_type__coll__graph.map
 668share/doc/gsoap/wsse/html/structds_____transforms_type__coll__graph.md5
 669share/doc/gsoap/wsse/html/structds_____transforms_type__coll__graph.png
 670share/doc/gsoap/wsse/html/structds_____x509_data_type-members.html
 671share/doc/gsoap/wsse/html/structds_____x509_data_type.html
 672share/doc/gsoap/wsse/html/structds_____x509_data_type__coll__graph.map
 673share/doc/gsoap/wsse/html/structds_____x509_data_type__coll__graph.md5
 674share/doc/gsoap/wsse/html/structds_____x509_data_type__coll__graph.png
 675share/doc/gsoap/wsse/html/structds_____x509_issuer_serial_type-members.html
 676share/doc/gsoap/wsse/html/structds_____x509_issuer_serial_type.html
 677share/doc/gsoap/wsse/html/structsoap__smd__data-members.html
 678share/doc/gsoap/wsse/html/structsoap__smd__data.html
 679share/doc/gsoap/wsse/html/structsoap__wsse__data-members.html
 680share/doc/gsoap/wsse/html/structsoap__wsse__data.html
 681share/doc/gsoap/wsse/html/structsoap__wsse__data__coll__graph.map
 682share/doc/gsoap/wsse/html/structsoap__wsse__data__coll__graph.md5
 683share/doc/gsoap/wsse/html/structsoap__wsse__data__coll__graph.png
 684share/doc/gsoap/wsse/html/structsoap__wsse__digest-members.html
 685share/doc/gsoap/wsse/html/structsoap__wsse__digest.html
 686share/doc/gsoap/wsse/html/structsoap__wsse__digest__coll__graph.map
 687share/doc/gsoap/wsse/html/structsoap__wsse__digest__coll__graph.md5
 688share/doc/gsoap/wsse/html/structsoap__wsse__digest__coll__graph.png
 689share/doc/gsoap/wsse/html/structsoap__wsse__session-members.html
 690share/doc/gsoap/wsse/html/structsoap__wsse__session.html
 691share/doc/gsoap/wsse/html/structsoap__wsse__session__coll__graph.map
 692share/doc/gsoap/wsse/html/structsoap__wsse__session__coll__graph.md5
 693share/doc/gsoap/wsse/html/structsoap__wsse__session__coll__graph.png
 694share/doc/gsoap/wsse/html/wsse.html
 695share/doc/gsoap/wsse/html/wsse_8h.html
 696share/doc/gsoap/wsse/html/wsseapi_8c.html
 697share/doc/gsoap/wsse/html/wsseapi_8c__incl.map
 698share/doc/gsoap/wsse/html/wsseapi_8c__incl.md5
 699share/doc/gsoap/wsse/html/wsseapi_8c__incl.png
 700share/doc/gsoap/wsse/html/wsseapi_8h.html
 701share/doc/gsoap/wsse/html/wsseapi_8h__dep__incl.map
 702share/doc/gsoap/wsse/html/wsseapi_8h__dep__incl.md5
 703share/doc/gsoap/wsse/html/wsseapi_8h__dep__incl.png
 704share/doc/gsoap/wsse/html/wsseapi_8h__incl.map
 705share/doc/gsoap/wsse/html/wsseapi_8h__incl.md5
 706share/doc/gsoap/wsse/html/wsseapi_8h__incl.png
 707share/doc/gsoap/wsse/html/wsu_8h.html
17share/gsoap/WS/README.txt 708share/gsoap/WS/README.txt
18share/gsoap/WS/WS-Addressing.xsd 709share/gsoap/WS/WS-Addressing.xsd
19share/gsoap/WS/WS-Addressing03.xsd 710share/gsoap/WS/WS-Addressing03.xsd
20share/gsoap/WS/WS-Addressing04.xsd 711share/gsoap/WS/WS-Addressing04.xsd
21share/gsoap/WS/WS-Addressing05.xsd 712share/gsoap/WS/WS-Addressing05.xsd
22share/gsoap/WS/WS-Discovery.wsdl 713share/gsoap/WS/WS-Discovery.wsdl
23share/gsoap/WS/WS-Enumeration.wsdl 714share/gsoap/WS/WS-Enumeration.wsdl
24share/gsoap/WS/WS-Policy.xsd 715share/gsoap/WS/WS-Policy.xsd
 716share/gsoap/WS/WS-Policy12.xsd
25share/gsoap/WS/WS-ReliableMessaging.wsdl 717share/gsoap/WS/WS-ReliableMessaging.wsdl
26share/gsoap/WS/WS-ReliableMessaging.xsd 718share/gsoap/WS/WS-ReliableMessaging.xsd
27share/gsoap/WS/WS-Routing.xsd 719share/gsoap/WS/WS-Routing.xsd
 720share/gsoap/WS/WS-SecurityPolicy.xsd
28share/gsoap/WS/WS-typemap.dat 721share/gsoap/WS/WS-typemap.dat
29share/gsoap/WS/discovery.xsd 722share/gsoap/WS/discovery.xsd
30share/gsoap/WS/ds.xsd 723share/gsoap/WS/ds.xsd
31share/gsoap/WS/enumeration.xsd 724share/gsoap/WS/enumeration.xsd
32share/gsoap/WS/reference-1.1.xsd 725share/gsoap/WS/reference-1.1.xsd
33share/gsoap/WS/typemap.dat 726share/gsoap/WS/typemap.dat
34share/gsoap/WS/ws-reliability-1.1.xsd 727share/gsoap/WS/ws-reliability-1.1.xsd
35share/gsoap/WS/wsse.xsd 728share/gsoap/WS/wsse.xsd
36share/gsoap/WS/wsu.xsd 729share/gsoap/WS/wsu.xsd
37share/gsoap/custom/README.txt 730share/gsoap/custom/README.txt
 731share/gsoap/custom/duration.c
 732share/gsoap/custom/duration.h
38share/gsoap/custom/long_double.c 733share/gsoap/custom/long_double.c
39share/gsoap/custom/long_double.h 734share/gsoap/custom/long_double.h
40share/gsoap/custom/struct_timeval.c 735share/gsoap/custom/struct_timeval.c
41share/gsoap/custom/struct_timeval.h 736share/gsoap/custom/struct_timeval.h
42share/gsoap/custom/struct_tm.c 737share/gsoap/custom/struct_tm.c
43share/gsoap/custom/struct_tm.h 738share/gsoap/custom/struct_tm.h
44share/gsoap/extras/README.txt 739share/gsoap/extras/README.txt
45share/gsoap/extras/ckdb.c 740share/gsoap/extras/ckdb.c
46share/gsoap/extras/ckdb.h 741share/gsoap/extras/ckdb.h
47share/gsoap/extras/ckdbtest.c 742share/gsoap/extras/ckdbtest.c
48share/gsoap/extras/ckdbtest.h 743share/gsoap/extras/ckdbtest.h
49share/gsoap/extras/fault.cpp 744share/gsoap/extras/fault.cpp
50share/gsoap/extras/logging.cpp 745share/gsoap/extras/logging.cpp
@@ -65,26 +760,27 @@ share/gsoap/import/stldeque.h @@ -65,26 +760,27 @@ share/gsoap/import/stldeque.h
65share/gsoap/import/stllist.h 760share/gsoap/import/stllist.h
66share/gsoap/import/stlset.h 761share/gsoap/import/stlset.h
67share/gsoap/import/stlvector.h 762share/gsoap/import/stlvector.h
68share/gsoap/import/wsa.h 763share/gsoap/import/wsa.h
69share/gsoap/import/wsa3.h 764share/gsoap/import/wsa3.h
70share/gsoap/import/wsa4.h 765share/gsoap/import/wsa4.h
71share/gsoap/import/wsa5.h 766share/gsoap/import/wsa5.h
72share/gsoap/import/wsp.h 767share/gsoap/import/wsp.h
73share/gsoap/import/wsrm.h 768share/gsoap/import/wsrm.h
74share/gsoap/import/wsrm4.h 769share/gsoap/import/wsrm4.h
75share/gsoap/import/wsrp.h 770share/gsoap/import/wsrp.h
76share/gsoap/import/wsrx.h 771share/gsoap/import/wsrx.h
77share/gsoap/import/wsse.h 772share/gsoap/import/wsse.h
 773share/gsoap/import/wsse11.h
78share/gsoap/import/wsse2.h 774share/gsoap/import/wsse2.h
79share/gsoap/import/wsu.h 775share/gsoap/import/wsu.h
80share/gsoap/import/xlink.h 776share/gsoap/import/xlink.h
81share/gsoap/import/xmime.h 777share/gsoap/import/xmime.h
82share/gsoap/import/xmime4.h 778share/gsoap/import/xmime4.h
83share/gsoap/import/xmime5.h 779share/gsoap/import/xmime5.h
84share/gsoap/import/xml.h 780share/gsoap/import/xml.h
85share/gsoap/import/xmlmime.h 781share/gsoap/import/xmlmime.h
86share/gsoap/import/xmlmime5.h 782share/gsoap/import/xmlmime5.h
87share/gsoap/import/xop.h 783share/gsoap/import/xop.h
88share/gsoap/import/xsd.h 784share/gsoap/import/xsd.h
89share/gsoap/plugin/README.txt 785share/gsoap/plugin/README.txt
90share/gsoap/plugin/cacerts.c 786share/gsoap/plugin/cacerts.c
@@ -95,30 +791,34 @@ share/gsoap/plugin/httpdatest.c @@ -95,30 +791,34 @@ share/gsoap/plugin/httpdatest.c
95share/gsoap/plugin/httpdatest.h 791share/gsoap/plugin/httpdatest.h
96share/gsoap/plugin/httpform.c 792share/gsoap/plugin/httpform.c
97share/gsoap/plugin/httpform.h 793share/gsoap/plugin/httpform.h
98share/gsoap/plugin/httpget.c 794share/gsoap/plugin/httpget.c
99share/gsoap/plugin/httpget.h 795share/gsoap/plugin/httpget.h
100share/gsoap/plugin/httpgettest.c 796share/gsoap/plugin/httpgettest.c
101share/gsoap/plugin/httpgettest.h 797share/gsoap/plugin/httpgettest.h
102share/gsoap/plugin/httpmd5.c 798share/gsoap/plugin/httpmd5.c
103share/gsoap/plugin/httpmd5.h 799share/gsoap/plugin/httpmd5.h
104share/gsoap/plugin/httpmd5test.c 800share/gsoap/plugin/httpmd5test.c
105share/gsoap/plugin/httpmd5test.h 801share/gsoap/plugin/httpmd5test.h
106share/gsoap/plugin/httppost.c 802share/gsoap/plugin/httppost.c
107share/gsoap/plugin/httppost.h 803share/gsoap/plugin/httppost.h
 804share/gsoap/plugin/httpposttest.c
 805share/gsoap/plugin/httpposttest.h
108share/gsoap/plugin/logging.c 806share/gsoap/plugin/logging.c
109share/gsoap/plugin/logging.h 807share/gsoap/plugin/logging.h
110share/gsoap/plugin/md5evp.c 808share/gsoap/plugin/md5evp.c
111share/gsoap/plugin/md5evp.h 809share/gsoap/plugin/md5evp.h
112share/gsoap/plugin/plugin.c 810share/gsoap/plugin/plugin.c
113share/gsoap/plugin/plugin.h 811share/gsoap/plugin/plugin.h
114share/gsoap/plugin/smdevp.c 812share/gsoap/plugin/smdevp.c
115share/gsoap/plugin/smdevp.h 813share/gsoap/plugin/smdevp.h
116share/gsoap/plugin/threads.c 814share/gsoap/plugin/threads.c
117share/gsoap/plugin/threads.h 815share/gsoap/plugin/threads.h
118share/gsoap/plugin/wsaapi.c 816share/gsoap/plugin/wsaapi.c
119share/gsoap/plugin/wsaapi.h 817share/gsoap/plugin/wsaapi.h
 818share/gsoap/plugin/wsrmapi.c
 819share/gsoap/plugin/wsrmapi.h
120share/gsoap/plugin/wsse2api.c 820share/gsoap/plugin/wsse2api.c
121share/gsoap/plugin/wsse2api.h 821share/gsoap/plugin/wsse2api.h
122share/gsoap/plugin/wsseapi.c 822share/gsoap/plugin/wsseapi.c
123share/gsoap/plugin/wsseapi.cpp 823share/gsoap/plugin/wsseapi.cpp
124share/gsoap/plugin/wsseapi.h 824share/gsoap/plugin/wsseapi.h

cvs diff -r1.4 -r1.5 pkgsrc/devel/gsoap/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/gsoap/distinfo 2009/11/29 21:31:57 1.4
+++ pkgsrc/devel/gsoap/distinfo 2010/09/18 12:11:36 1.5
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.4 2009/11/29 21:31:57 dholland Exp $ 1$NetBSD: distinfo,v 1.5 2010/09/18 12:11:36 obache Exp $
2 2
3SHA1 (gsoap_2.7.13.tar.gz) = 4c91ce860ee6853f785a11484c7298d294a53ef6 3SHA1 (gsoap_2.7.17.zip) = 573a08ab7d8ca2d970158911482c308484fdd5ed
4RMD160 (gsoap_2.7.13.tar.gz) = 58f2bcd95199fdec3c5ce6579374148eaab955b1 4RMD160 (gsoap_2.7.17.zip) = 3f947cbc5e1656dd82b8c6425816cfaf08063c19
5Size (gsoap_2.7.13.tar.gz) = 6564489 bytes 5Size (gsoap_2.7.17.zip) = 10224444 bytes
6SHA1 (patch-aa) = 6e0b1c00244c1dcada571e8d3a7c4b2be5800df3 6SHA1 (patch-aa) = d492d2e1085451fed9b70e975f813214ff2d10dd
7SHA1 (patch-ab) = 9a35355d7553d5063278574109a2c1121a2a5b18 7SHA1 (patch-ab) = c3742604ca37f2146b958dd476bd41bdbe0bb561
8SHA1 (patch-ac) = 0677e3b3efed5b26770782296d9b643a670af0a9 8SHA1 (patch-ac) = 66b9df9b97fa96b894cad2c1affe6c4285b36e1a

cvs diff -r1.1 -r1.2 pkgsrc/devel/gsoap/patches/patch-aa (expand / switch to unified diff)

--- pkgsrc/devel/gsoap/patches/patch-aa 2009/05/13 18:46:17 1.1
+++ pkgsrc/devel/gsoap/patches/patch-aa 2010/09/18 12:11:36 1.2
@@ -1,13 +1,15 @@ @@ -1,13 +1,15 @@
1$NetBSD: patch-aa,v 1.1 2009/05/13 18:46:17 hasso Exp $ 1$NetBSD: patch-aa,v 1.2 2010/09/18 12:11:36 obache Exp $
2 2
3--- gsoap/stdsoap2.c.orig 2009-05-13 17:50:52 +0300 3DragonFly support.
4+++ gsoap/stdsoap2.c 2009-05-13 17:51:37 +0300 4
5@@ -3585,7 +3585,7 @@ tcp_gethost(struct soap *soap, const cha 5--- gsoap/stdsoap2.c.orig 2010-05-09 18:10:13.000000000 +0000
 6+++ gsoap/stdsoap2.c
 7@@ -3311,7 +3311,7 @@ tcp_gethost(struct soap *soap, const cha
6 { memcpy(inaddr, &iadd, sizeof(iadd)); 8 { memcpy(inaddr, &iadd, sizeof(iadd));
7 return SOAP_OK; 9 return SOAP_OK;
8 } 10 }
9-#if defined(__GLIBC__) || (defined(HAVE_GETHOSTBYNAME_R) && (defined(FREEBSD) || defined(__FreeBSD__))) 11-#if defined(__GLIBC__) || (defined(HAVE_GETHOSTBYNAME_R) && (defined(FREEBSD) || defined(__FreeBSD__)))
10+#if defined(__GLIBC__) || (defined(HAVE_GETHOSTBYNAME_R) && (defined(FREEBSD) || defined(__FreeBSD__) || defined(__DragonFly__))) 12+#if defined(__GLIBC__) || (defined(HAVE_GETHOSTBYNAME_R) && (defined(FREEBSD) || defined(__FreeBSD__) || defined(__DragonFly__)))
11 if (gethostbyname_r(addr, &hostent, soap->buf, SOAP_BUFLEN, &host, &soap->errnum) < 0) 13 if (gethostbyname_r(addr, &hostent, soap->buf, SOAP_BUFLEN, &host, &soap->errnum) < 0)
12 host = NULL; 14 host = NULL;
13 #elif defined(_AIX43) || ((defined(TRU64) || defined(HP_UX)) && defined(HAVE_GETHOSTBYNAME_R)) 15 #elif defined(_AIX43) || ((defined(TRU64) || defined(HP_UX)) && defined(HAVE_GETHOSTBYNAME_R))

cvs diff -r1.1 -r1.2 pkgsrc/devel/gsoap/patches/patch-ab (expand / switch to unified diff)

--- pkgsrc/devel/gsoap/patches/patch-ab 2009/05/13 18:46:17 1.1
+++ pkgsrc/devel/gsoap/patches/patch-ab 2010/09/18 12:11:36 1.2
@@ -1,13 +1,15 @@ @@ -1,13 +1,15 @@
1$NetBSD: patch-ab,v 1.1 2009/05/13 18:46:17 hasso Exp $ 1$NetBSD: patch-ab,v 1.2 2010/09/18 12:11:36 obache Exp $
2 2
3--- gsoap/stdsoap2.cpp.orig 2009-05-13 17:52:06 +0300 3DragonFly support.
4+++ gsoap/stdsoap2.cpp 2009-05-13 17:52:37 +0300 4
5@@ -3585,7 +3585,7 @@ tcp_gethost(struct soap *soap, const cha 5--- gsoap/stdsoap2.cpp.orig 2010-05-09 18:10:13.000000000 +0000
 6+++ gsoap/stdsoap2.cpp
 7@@ -3311,7 +3311,7 @@ tcp_gethost(struct soap *soap, const cha
6 { memcpy(inaddr, &iadd, sizeof(iadd)); 8 { memcpy(inaddr, &iadd, sizeof(iadd));
7 return SOAP_OK; 9 return SOAP_OK;
8 } 10 }
9-#if defined(__GLIBC__) || (defined(HAVE_GETHOSTBYNAME_R) && (defined(FREEBSD) || defined(__FreeBSD__))) 11-#if defined(__GLIBC__) || (defined(HAVE_GETHOSTBYNAME_R) && (defined(FREEBSD) || defined(__FreeBSD__)))
10+#if defined(__GLIBC__) || (defined(HAVE_GETHOSTBYNAME_R) && (defined(FREEBSD) || defined(__FreeBSD__) || defined(__DragonFly__))) 12+#if defined(__GLIBC__) || (defined(HAVE_GETHOSTBYNAME_R) && (defined(FREEBSD) || defined(__FreeBSD__) || defined(__DragonFly__)))
11 if (gethostbyname_r(addr, &hostent, soap->buf, SOAP_BUFLEN, &host, &soap->errnum) < 0) 13 if (gethostbyname_r(addr, &hostent, soap->buf, SOAP_BUFLEN, &host, &soap->errnum) < 0)
12 host = NULL; 14 host = NULL;
13 #elif defined(_AIX43) || ((defined(TRU64) || defined(HP_UX)) && defined(HAVE_GETHOSTBYNAME_R)) 15 #elif defined(_AIX43) || ((defined(TRU64) || defined(HP_UX)) && defined(HAVE_GETHOSTBYNAME_R))

cvs diff -r1.1 -r1.2 pkgsrc/devel/gsoap/patches/patch-ac (expand / switch to unified diff)

--- pkgsrc/devel/gsoap/patches/patch-ac 2009/11/29 21:31:57 1.1
+++ pkgsrc/devel/gsoap/patches/patch-ac 2010/09/18 12:11:36 1.2
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: patch-ac,v 1.1 2009/11/29 21:31:57 dholland Exp $ 1$NetBSD: patch-ac,v 1.2 2010/09/18 12:11:36 obache Exp $
2 2
3Get socklen_t defined correctly. 3Get socklen_t defined correctly.
4 4
5--- gsoap/stdsoap2.h~ 2009-03-21 17:24:44.000000000 -0400 5--- gsoap/stdsoap2.h.orig 2010-05-09 18:10:13.000000000 +0000
6+++ gsoap/stdsoap2.h 2009-11-29 15:47:13.000000000 -0500 6+++ gsoap/stdsoap2.h
7@@ -676,7 +676,7 @@ extern "C" { 7@@ -715,7 +715,7 @@ extern "C" {
8 # endif 8 # endif
9 #elif defined(SOCKLEN_T) 9 #elif defined(SOCKLEN_T)
10 # define SOAP_SOCKLEN_T SOCKLEN_T 10 # define SOAP_SOCKLEN_T SOCKLEN_T
11-#elif defined(__socklen_t_defined) || defined(_SOCKLEN_T) || defined(CYGWIN) || defined(FREEBSD) || defined(__FreeBSD__) || defined(__QNX__) || defined(QNX) || defined(OS390) 11-#elif defined(__socklen_t_defined) || defined(_SOCKLEN_T) || defined(CYGWIN) || defined(FREEBSD) || defined(__FreeBSD__) || defined(OPENBSD) || defined(__QNX__) || defined(QNX) || defined(OS390) || defined(HP_UX)
12+#elif defined(__socklen_t_defined) || defined(_SOCKLEN_T) || defined(CYGWIN) || defined(FREEBSD) || defined(__FreeBSD__) || defined(__QNX__) || defined(QNX) || defined(OS390) || defined(__NetBSD__) || defined(__OpenBSD__) 12+#elif defined(__socklen_t_defined) || defined(_SOCKLEN_T) || defined(CYGWIN) || defined(FREEBSD) || defined(__FreeBSD__) || defined(OPENBSD) || defined(__QNX__) || defined(QNX) || defined(OS390) || defined(HP_UX) || defined(__NetBSD__) || defined(__OpenBSD__)
13 # define SOAP_SOCKLEN_T socklen_t 13 # define SOAP_SOCKLEN_T socklen_t
14 #elif defined(IRIX) || defined(WIN32) || defined(__APPLE__) || defined(HP_UX) || defined(SUN_OS) || defined(OPENSERVER) || defined(TRU64) || defined(VXWORKS) 14 #elif defined(IRIX) || defined(WIN32) || defined(__APPLE__) || defined(SUN_OS) || defined(OPENSERVER) || defined(TRU64) || defined(VXWORKS)
15 # define SOAP_SOCKLEN_T int 15 # define SOAP_SOCKLEN_T int