Registry / networking / geronimo-axis

geronimo-axis

JSON →
library1.0javamavenunverified

Provides integration of Apache Axis with the Apache Geronimo application server for SOAP web services.

<dependency> <groupId>geronimo</groupId> <artifactId>geronimo-axis</artifactId> <version>1.0</version> </dependency>
INSTALL
IMPORT
SIG · GERONIMO-AXIS
G
geronimo-axis
networkingjavav1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Call
✓ org.apache.axis.client.Call

Minimal usage of Axis Call to invoke a SOAP web service.

import org.apache.axis.client.Call; import org.apache.axis.client.Service; import javax.xml.namespace.QName; public class Example { public static void main(String[] args) throws Exception { Service service = new Service(); Call call = (Call) service.createCall(); call.setTargetEndpointAddress("http://example.com/service"); call.setOperationName(new QName("http://example.com", "myOperation")); Object result = call.invoke(new Object[]{"param1"}); System.out.println(result); } }
Debug
Known issues
breakingThis library is very old (version 1.0) and may have security vulnerabilities or compatibility issues.
fix
Consider using a modern SOAP library like Apache CXF or JAX-WS RI.
affects: <=1.0
Upgrade
Version history
1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
geronimo-axis — mvn dependency:get geronimo-axis · libregistry