1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
Source: axis
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Torsten Werner <twerner@debian.org>,
Jakub Adam <jakub.adam@ktknet.cz>,
Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
ant-optional,
bnd (>= 2.1.0),
debhelper-compat (= 13),
default-jdk,
libcommons-discovery-java,
libcommons-httpclient-java,
libcommons-logging-java,
libmail-java,
libservlet3.1-java,
libwsdl4j-java,
maven-repo-helper
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/axis.git
Vcs-Browser: https://salsa.debian.org/java-team/axis
Homepage: http://ws.apache.org/axis/
Package: libaxis-java
Architecture: all
Recommends:
ant
Suggests:
libaxis-java-doc
Depends:
libcommons-discovery-java,
libcommons-httpclient-java,
libcommons-logging-java,
libmail-java,
libwsdl4j-java,
${misc:Depends}
Description: SOAP implementation in Java
Apache AXIS is an implementation of the SOAP ("Simple Object Access Protocol")
submission to W3C.
.
From the draft W3C specification:
.
SOAP is a lightweight protocol for exchange of information in a decentralized,
distributed environment. It is an XML based protocol that consists of three
parts: an envelope that defines a framework for describing what is in a message
and how to process it, a set of encoding rules for expressing instances of
application-defined datatypes, and a convention for representing remote
procedure calls and responses.
.
This project is a follow-on to the Apache SOAP project.
Package: libaxis-java-doc
Architecture: all
Section: doc
Depends:
${misc:Depends}
Suggests:
libaxis-java
Description: SOAP implementation in Java (documentation)
Apache AXIS is an implementation of the SOAP ("Simple Object Access Protocol")
submission to W3C.
.
From the draft W3C specification:
.
SOAP is a lightweight protocol for exchange of information in a decentralized,
distributed environment. It is an XML based protocol that consists of three
parts: an envelope that defines a framework for describing what is in a message
and how to process it, a set of encoding rules for expressing instances of
application-defined datatypes, and a convention for representing remote
procedure calls and responses.
.
This project is a follow-on to the Apache SOAP project.
.
This package contains the Javadoc API documentation.
|