Registry / networking / axis-jaxrpc

axis-jaxrpc

JSON →
library1.4javamavenunverified

Axis JAX-RPC provides the implementation of the JAX-RPC specification for SOAP web services.

<dependency> <groupId>org.apache.axis</groupId> <artifactId>axis-jaxrpc</artifactId> <version>1.4</version> </dependency>
INSTALL
IMPORT
SIG · AXIS-JAXRPC
A
axis-jaxrpc
networkingjavav1.4
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

Invoke a SOAP web service using Axis JAX-RPC.

import org.apache.axis.client.Call; import org.apache.axis.client.Service; import javax.xml.namespace.QName; Service service = new Service(); Call call = (Call) service.createCall(); call.setTargetEndpointAddress(new java.net.URL("http://example.com/service")); call.setOperationName(new QName("http://example.com", "myOperation")); String result = (String) call.invoke(new Object[] {"param1"});
Debug
Known issues
breakingAxis 1.x is outdated; consider migrating to Axis2 or JAX-WS.
fix
Use Apache CXF or JAX-WS RI for modern SOAP services.
affects: >=1.0
Upgrade
Version history
1.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
22
Amazon
1
OpenAI (training)
1
Resources
axis-jaxrpc — mvn dependency:get axis-jaxrpc · libregistry