aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gsoap
Commit message (Collapse)AuthorAgeFilesLines
* - Ubdate to 2.7.0e and unbreaksem2005-03-012-5/+3
|
* BROKEN: Size mismatchkris2005-02-281-0/+2
|
* - Update to 2.7.0dsem2004-11-144-5/+20
|
* Change email address for my ports.sem2004-07-081-1/+1
| | | | Approved by: krion (mentor)
* Update to 2.6.2krion2004-07-062-3/+5
| | | | | PR: ports/68708 Submitted by: maintainer
* - Update to 2.6krion2004-05-172-4/+3
| | | | | PR: ports/66706 Submitted by: maintainer
* Add gsoap 2.5.2,krion2004-03-104-0/+44
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 <sem@ciam.ru>