Files and Libraries

C Client Library

Created November 14, 2021

The C module generates the source code for the ANSI-C-compatible data structures and (de)serialization functions that can be used in conjunction with libxml2 to (de)serialize the REST resources as they are represented as XML data.

The generated C source code depends on the XML Reader API and the XML Writer API as well as the <time.h>, <string.h>, and <stdlib.h> C standard libraries.

Files
name size description
hsh-zusatzmodule-mwswahlen.c 2,33M

The C module generates the source code for the ANSI-C-compatible data structures and (de)serialization functions that can be used in conjunction with libxml2 to (de)serialize the REST resources as they are represented as XML data.

The generated C source code depends on the XML Reader API and the XML Writer API as well as the <time.h>, <string.h>, and <stdlib.h> C standard libraries.

enunciate-common.c 39,68K Common code needed for all projects.

Java XML Client Library

Created November 14, 2021

The Java client-side library is used to access the Web service API for this application using Java.

The Java client-side library uses JAX-WS to access the SOAP API for this application.

JAX-WS Example
// instantiate a new service with an impl
// (or through dependency injection, or whatever)...
MesoWebService43WahlenJaxWs service = new MesoWebService43WahlenJaxWs();

//make the remote call to read the result...
result = service.abfrageWahlbehoerde(suchprofil, name);

//handle the result as needed...
    

Files
name size description
hsh-zusatzmodule-mwswahlen-xml-client.jar 172,92K The binaries for the Java XML client library.
hsh-zusatzmodule-mwswahlen-xml-client-xml-sources.jar 210,84K The sources for the Java XML client library.

ns0.xsd

Created November 14, 2021

Files
name size description
ns0.xsd 261,17K  

ns1.wsdl

Created November 14, 2021

Files
name size description
ns1.wsdl 57,94K  

ns1.xsd

Created November 14, 2021

Files
name size description
ns1.xsd 53,21K  

Objective C Client Library

Created November 14, 2021

The Objective C module generates the source code for the Objective C classes and (de)serialization functions that can be used in conjunction with libxml2 to (de)serialize the REST resources as they are represented as XML data.

The generated Objective C source code depends on the XML Reader API and the XML Writer API as well as the base OpenStep foundation classes.

Files
name size description
hsh-zusatzmodule-mwswahlen.h 314,15K

The Objective C module generates the source code for the Objective C classes and (de)serialization functions that can be used in conjunction with libxml2 to (de)serialize the REST resources as they are represented as XML data.

The generated Objective C source code depends on the XML Reader API and the XML Writer API as well as the base OpenStep foundation classes.

hsh-zusatzmodule-mwswahlen.m 1,28M

The Objective C module generates the source code for the Objective C classes and (de)serialization functions that can be used in conjunction with libxml2 to (de)serialize the REST resources as they are represented as XML data.

The generated Objective C source code depends on the XML Reader API and the XML Writer API as well as the base OpenStep foundation classes.

enunciate-common.h 12,83K Common header needed for all projects.
enunciate-common.m 42,34K Common implementation code needed for all projects.

PHP XML Client Library

Created November 14, 2021

The PHP client-side library defines the PHP classes that can be (de)serialized to/from XML. This is useful for accessing the resources that are published by this application, but only those that produce a XML representation of their resources.

This library leverages the XMLReader and XMLWriter tools that were included in PHP versions 5.1.0+.

Files
name size description
hsh-zusatzmodule-mwswahlen-php-xml-client-php.zip 48,89K

The PHP client-side library defines the PHP classes that can be (de)serialized to/from XML. This is useful for accessing the resources that are published by this application, but only those that produce a XML representation of their resources.

This library leverages the XMLReader and XMLWriter tools that were included in PHP versions 5.1.0+.