File: control

package info (click to toggle)
xml-soap 2.2-6
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 2,492 kB
  • ctags: 1,934
  • sloc: java: 15,895; xml: 740; jsp: 580; cpp: 561; sh: 235; makefile: 127
file content (26 lines) | stat: -rw-r--r-- 1,179 bytes parent folder | download
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
Source: xml-soap
Section: contrib/libs
Priority: optional
Maintainer: Takashi Okamoto <tora@debian.org>
Build-Depends: debhelper(>>3.0.0),ant,junit,libxerces-java,libbsf-java,libservlet2.2-java,j2sdk1.3 | j2sdk1.2
Standards-Version: 3.5.2

Package: libsoap-java
Architecture: all
Depends: java-common, libxerces-java
Suggests: libsoap-java-doc
Description: SOAP (Simple Object Access Protocol) implementation in Java
 SOAP is a protocol specification for invoking methods on servers, services,
 components and objects. SOAP codifies the existing practice of using XML
 and HTTP as a method invocation mechanism. The SOAP specification mandates
 a small number of HTTP headers that facilitate firewall/proxy filtering.
 The SOAP specification also mandates an XML vocabulary that is used for
 representing method parameters, return values, and exceptions.

Package: libsoap-java-doc
Architecture: all
Suggests: libsoap-java
Description: Documentation for Apache SOAP for Java
 This package provides documents and examples for Apache SOAP for Java.
 SOAP is a protocol specification for invoking methods on servers, services,
 components and objects. It's based on XML technology.