Skip to content

Commit f3d6850

Browse files
authored
Update and comply with EPL 2.0 license (#9)
1 parent 4ec5f42 commit f3d6850

170 files changed

Lines changed: 15549 additions & 16065 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Set the default behaviour, in case people don't have core.autocrlf set.
2+
* text=auto
3+
*.sh text eol=lf

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.vscode

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# wsdl4cpp
2-
The Web Services Description Language for C++ Toolkit (WSDL for C++ Toolkit, or simply "WSDL4CPP") allows the parsing, representation,
3-
and manipulation of WSDL documents. It is a C++-port of WSDL4J toolkit (http://sourceforge.net/projects/wsdl4j).
2+
The Web Services Description Language for C++ Toolkit (WSDL for C++ Toolkit, or simply "WSDL4CPP") allows the parsing, representation, and manipulation of WSDL documents. It is a C++-port of WSDL4J toolkit (http://sourceforge.net/projects/wsdl4j).
3+
4+
Its first release 0.9.2b is published in SourceForge https://wsdl4cpp.sourceforge.net/.
5+
This project is a successor of the project WSDL4CPP in SourceForge.
6+
7+
This repository includes two parts:
8+
* in the directory wsdl4cpp, there is the source code of WSDL4CPP toolkit, see [wsdl4cpp/README](wsdl4cpp/README);
9+
* in the directory xercesc, there is the source code of Xerces-C++ extension for WSDL4CPP, see [xercesc/readme.txt](xercesc/readme.txt).

wsdl4cpp/CPL.html

Lines changed: 0 additions & 289 deletions
This file was deleted.

wsdl4cpp/ChangeLog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Change log - WSDL4CPP
2+
3+
Current release 1.0.0
4+
5+
6+
## Release 1.0.0
7+
8+
### What's new?:
9+
- Added support for one-way operation;
10+
- Improved error report;
11+
- Xerces-C++ Version was updated from 2.7.0 to 3.2.5;
12+
- libcurl version was updated from 7.16.0 to 8.4.0.
13+
14+
## Release 0.9.2b
15+
16+
### What's new?:
17+
- Initial version of this repository WSDL4CPP on GitHub.
18+
- This is a beta release. This release is a cloned copy of the release 0.9.2b from WSDL4CPP on SourceForge, see https://sourceforge.net/projects/wsdl4cpp/.

0 commit comments

Comments
 (0)