Top "Axis2" questions

A Web Services/SOAP/WSDL framework supported by the Apache Software Foundation

Using multiple WSDLs with Axis2 wsdl2code Maven plugin

I'm creating a client with Maven2 that uses several web services. I'm restricted to using Axis2 or other framework supporting …

java maven code-generation axis2 wsdl2code
How do I use WS-Addressing properly in an Axis2 client?

All, I'm attempting to write a Junit test that calls a Web Service client in Axis2.1.5, and I've gotten confused …

java axis2 ws-addressing
Problem deploying Axis2 in Tomcat

I am trying to install Axis2 in a servlet container (Tomcat) by using this link. But after succesfully following all …

tomcat axis2
How to convert WDSL to Java with Axistools-maven-plugin?

I configured the axistools-maven-plugin as follows: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId&…

maven axis2 wsdl2java
WSDLException : An error occurred trying to resolve schema referenced at

I'm trying to generate a proxy class from a local WSDL file with eclipse Galileo and axis 2 1.4 on windows xp . …

eclipse wsdl axis2 axis wsdl2java
How to preserve the Content-Type header of a Tomcat HTTP response sent through an AJP connector to Apache using mod_proxy

I'm having a problem with an incorrect HTTP Response Content-Type header while accessing an Axis2 web service hosted in Tomcat …

apache tomcat proxy content-type axis2
How can I setup dependencies for Axis2 / Axiom on Maven2

I've tried the following settings on pom.xml to use Axis2 wsdl2code: <dependencies> <dependency> <…

maven-2 axis2 axiom
JAXB Unmarshall Created an Empty Object

I am using JAXB to unmarshal an XML file into an object tree. The root object is non-null, but all …

xml jaxb axis2 unmarshalling
Define the custom namespace to package mapping of generated file from wsdl - Axis2 eclipse

I have wsdl file in Eclipse and I am generating the client via axis2 plugin. The files are being generated …

java eclipse axis2 webservice-client
JAX-WS MTOM Sample Code

I'm looking for a simple, working sample MTOM sample code (service + client) either using JAX-WS RI or Axis2-based. I …

axis2 jax-rs mtom