Skip to content

Commit

Permalink
Merge pull request #42 from martonmiklos/remove_kwsdl
Browse files Browse the repository at this point in the history
Sunsetting kwsdl, fixes #41
  • Loading branch information
martonmiklos authored Mar 31, 2020
2 parents 3eeee90 + bbcd69a commit 101e0e7
Show file tree
Hide file tree
Showing 125 changed files with 1 addition and 12,376 deletions.
3 changes: 1 addition & 2 deletions ADOPTME.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ difference.
Kode consists of three tools:

* kxml_compiler, a code generator for XML parsing and writing
* kwsdl_compiler, a code generator for clients using a SOAP API
* kxforms, a graphical user interface for editing XML data

They make use of two libraries:

* schema, a library for reading XML Schema
* libkode, a library supporting C++ code generation

kxml_compiler and kwsdl_compiler are in use by a number of projects. They rely
kxml_compiler is in use by a number of projects. They rely
on the code generation and schema library. The code generation is fun, the
schema parsing is the harder part. It is an interesting problem to solve,
though.
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ libkode is a helper library for programmatic generation of C++ code, the program
kxml_compiler is a tool for generation of C++ classes representing XML data described by RelaxNG , W3C
Schema, or example XML schemas.

## kwsdl

The subdirectory kwsdl contains various tools for accessing web services
specified through WSDL descriptions.

# Developer information

## Coding style
Expand Down
10 changes: 0 additions & 10 deletions common/kode_export.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,4 @@
# endif
#endif

#ifndef KWSDL_EXPORT
# if defined(MAKE_WSDL_LIB)
/* We are building this library */
# define KWSDL_EXPORT Q_DECL_EXPORT
# else
/* We are using this library */
# define KWSDL_EXPORT Q_DECL_IMPORT
# endif
#endif

#endif /* KODE_EXPORT_H */
7 changes: 0 additions & 7 deletions docs/index.rhtml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,6 @@
schema language indepent API for representing schema information.
<a href="schemaparser.html">Read more...</a></p>

<h2>Web Services</h2>

<p>The web services part of Kode contains kwsdl_compiler, a tool for
creating C++ bindings for web services from WSDL definitions, and Kung, an
application which automatically creates a user interface to operate a web
service. <a href="webservices.html">Read more...</a></p>

<h2>References</h2>

<p>Kode, in particular the XML Compiler, KXForms and the Web Services
Expand Down
59 changes: 0 additions & 59 deletions docs/webservices.rhtml

This file was deleted.

37 changes: 0 additions & 37 deletions kwsdl/CMakeLists.txt

This file was deleted.

7 changes: 0 additions & 7 deletions kwsdl/TODO

This file was deleted.

110 changes: 0 additions & 110 deletions kwsdl/compiler.cpp

This file was deleted.

52 changes: 0 additions & 52 deletions kwsdl/compiler.h

This file was deleted.

Loading

0 comments on commit 101e0e7

Please sign in to comment.