jaxrpc-api 1.1.2-2 source package in Ubuntu

Changelog

jaxrpc-api (1.1.2-2) unstable; urgency=medium

  * Fixed the name of the jar installed in /usr/share/java/
  * Standards-Version updated to 4.2.1

 -- Emmanuel Bourg <email address hidden>  Fri, 09 Nov 2018 12:25:11 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jaxrpc-api_1.1.2-2.dsc 2.0 KiB 54f2f263b2f7f08d1df77facb4a525326a346a508a0490b1d23cd2f4875f6ec7
jaxrpc-api_1.1.2.orig.tar.xz 33.5 KiB b735895543f8584bad82e0ba84108e29d71945576bbe0f6f816014490fc0e791
jaxrpc-api_1.1.2-2.debian.tar.xz 8.6 KiB b65b65910bf6dcd3952a55b3e56720f6966854bd7143f7b24af27fd2f6496417

Available diffs

No changes file available.

Binary packages built by this source

libjaxrpc-api-java: Java API for XML based RPC (JAX-RPC)

 JAX-RPC is an API for building Web services and clients that used remote
 procedure calls (RPC) and XML. Often used in a distributed client/server
 model, an RPC mechanism enables clients to execute procedures on other
 systems. In JAX-RPC, a remote procedure call is represented by an XML-based
 protocol such as SOAP. The SOAP specification defines envelope structure,
 encoding rules, and a convention for representing remote procedure calls
 and responses. These calls and responses are transmitted as SOAP messages
 over HTTP.