About posps jaxws library

The posps jaxws library provides a JAR archive with Java classes generated from the posps WSDL definition. If you are developing a posps server or client in Java, you can use this library instead of generating the source code from the specification yourself.

The generated code conforms to the JAX-WS 2.1 specification version. The jaxws-maven-plugin of JAX-WS Commons is used to generate it.

To configure the library as Maven dependency, add this to the dependencies section of your project pom.xml

        <dependency>
            <groupId>de.rowa.posps</groupId>
            <artifactId>posps-jaxws</artifactId>
            <version>1.2.0</version>
            <scope>compile</scope>
        </dependency>

Downloads

Stable version

To add it to a project manually, add the JAR file from here (sources).

Current development snapshot

To add it to a project manually, add the JAR file from here (sources).