From 50d44db5d5cc5396e0c5d2e28b21979f74e47e9d Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Wed, 10 Mar 2004 15:35:51 +0000 Subject: Add gsoap 2.5.2, The gSOAP Web services development toolkit offers an XML to C/C++ language binding to ease the development of SOAP/XML Web services in C and C/C++. Most toolkits for C++ Web services adopt a SOAP-centric view and offer APIs that require the use of class libraries for SOAP-specific data structures. This often forces a user to adapt the application logic to these libraries. In contrast, gSOAP provides a transparent SOAP API through the use of proven compiler technologies. These technologies leverage strong typing to map XML schemas to C/C++ definitions. Strong typing provides a greater assurance on content validation of both WSDL schemas and SOAP/XML messages. WWW: http://www.cs.fsu.edu/~engelen/soap.html PR: ports/64019 Submitted by: Sergey Matveychuk --- devel/gsoap/pkg-descr | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/gsoap/pkg-descr (limited to 'devel/gsoap/pkg-descr') diff --git a/devel/gsoap/pkg-descr b/devel/gsoap/pkg-descr new file mode 100644 index 000000000000..884052579aea --- /dev/null +++ b/devel/gsoap/pkg-descr @@ -0,0 +1,11 @@ +The gSOAP Web services development toolkit offers an XML to C/C++ language +binding to ease the development of SOAP/XML Web services in C and C/C++. +Most toolkits for C++ Web services adopt a SOAP-centric view and offer APIs +that require the use of class libraries for SOAP-specific data structures. +This often forces a user to adapt the application logic to these libraries. +In contrast, gSOAP provides a transparent SOAP API through the use of proven +compiler technologies. These technologies leverage strong typing to map +XML schemas to C/C++ definitions. Strong typing provides a greater assurance +on content validation of both WSDL schemas and SOAP/XML messages. + +WWW: http://www.cs.fsu.edu/~engelen/soap.html -- cgit v1.2.3