Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Axis 1.x Binding Dependencies"

Line 27: Line 27:
 
| [http://xml.apache.org/security/ Apache XML Security]
 
| [http://xml.apache.org/security/ Apache XML Security]
 
|  
 
|  
| [http://xml.apache.org/security/dist/java-library/xml-security-bin-1_3_0.zip serializer.jar, xalan.jar, xmlsec-1.3.0.jar]
+
| [http://xml.apache.org/security/dist/java-library/xml-security-bin-1_3_0.zip serializer.jar,<br/>xalan.jar,<br/>xmlsec-1.3.0.jar]
 
|
 
|
 
| The XML Security project is aimed at providing implementation of security standards for XML.
 
| The XML Security project is aimed at providing implementation of security standards for XML.
Line 35: Line 35:
 
| [http://ws.apache.org/axis/ Apache Axis]
 
| [http://ws.apache.org/axis/ Apache Axis]
 
|  
 
|  
| [http://apache.mirrors.tds.net/ws/axis/1_4/axis-bin-1_4.zip axis.jar, commons-discovery-0.2.jar, commons-httpclient-3.0-rc2.jar, jaxrpc.jar, saaj.jar, servlet.jar, wsdl4j-1.5.1.jar]
+
| [http://apache.mirrors.tds.net/ws/axis/1_4/axis-bin-1_4.zip axis.jar,<br/>commons-discovery-0.2.jar,<br/>commons-httpclient-3.0-rc2.jar,<br/>jaxrpc.jar,<br/>saaj.jar,<br/>servlet.jar,<br/>wsdl4j-1.5.1.jar]
 
|
 
|
 
| Apache Axis is an implementation of the SOAP ("Simple Object Access Protocol") submission to W3C.
 
| Apache Axis is an implementation of the SOAP ("Simple Object Access Protocol") submission to W3C.

Revision as of 18:19, 24 February 2007

This page is a work in progress...

Library Home Page (URL) URL(s) to JAR/library Used for Version License (URL)
Apache AXIOM activation-1.1.jar,
axiom-api-1.2.2.jar,
axiom-dom-1.2.2.jar,
axiom-impl-1.2.2.jar,
log4j-1.2.13.jar,
mail-1.4.jar,
stax-api-1.0.1.jar,
wstx-asl-3.0.0.jar
Apache AXIOM is a StAX-based, XML Infoset compliant object model which supports on-demand building of the object tree. 1.2.2 Apache License, Version 2.0
Apache Commons Logging commons-logging-1.1.jar The Logging package is an ultra-thin bridge between different logging implementations. 1.1 Apache License, Version 2.0
Apache XML Security serializer.jar,
xalan.jar,
xmlsec-1.3.0.jar
The XML Security project is aimed at providing implementation of security standards for XML. 1.3.0 Apache License, Version 2.0
Apache Axis axis.jar,
commons-discovery-0.2.jar,
commons-httpclient-3.0-rc2.jar,
jaxrpc.jar,
saaj.jar,
servlet.jar,
wsdl4j-1.5.1.jar
Apache Axis is an implementation of the SOAP ("Simple Object Access Protocol") submission to W3C. 1.4 Apache License, Version 2.0

.

See Also

Back to the top