Registry / networking / axis2-transport-http

axis2-transport-http

JSON →
library2.0.1javamavenunverified

HTTP transport implementation for Apache Axis2 Web services framework.

<dependency> <groupId>org.apache.axis2</groupId> <artifactId>axis2-transport-http</artifactId> <version>2.0.1</version> </dependency>
INSTALL
IMPORT
SIG · AXIS2-TRANSPORT-HT
A
axis2-transport-http
networkingjavav2.0.1
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.

HttpTransportSender
org.apache.axis2.transport.http.HttpTransportSender

Creates an HTTP transport sender for Axis2.

import org.apache.axis2.transport.http.HttpTransportSender; import org.apache.axis2.context.ConfigurationContext; import org.apache.axis2.context.ConfigurationContextFactory; public class Example { public static void main(String[] args) throws Exception { ConfigurationContext ctx = ConfigurationContextFactory.createConfigurationContextFromFileSystem(null, null); HttpTransportSender sender = new HttpTransportSender(ctx); System.out.println(sender.getClass().getName()); } }
Debug
Known issues
breakingAxis2 2.x has breaking changes from 1.x in transport configuration.
fix
Update transport configuration XML to match Axis2 2.x schema.
affects: >=2.0.0
Upgrade
Version history
2.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
OpenAI (training)
1
Resources
axis2-transport-http — mvn dependency:get axis2-transport-http · libregistry