Top "Axis2" questions

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

axis2 maven example

I try to use axis2 (1.5.1) version to generate java codes from wsdl files, but I can't figure out what is …

maven-2 wsdl axis2 xmlserializer wsdl2code
How can I solve "java.lang.LinkageError: loader constraint violation" during execute Jersey 1.6 & axis2 1.3 in one web application?

I already have soap based web service running with axis2 1.3. These day, we have a plan to develop RESTful web …

jboss jaxb axis2 jersey
Log axis2 client requests and responses

I would like to log all requests/responses made by an axis2 client. I tried to create a file called …

java web-services axis2
ADBException: Unexpected subelement

I created a web service using: Apache Axis 2 CodeGen Wizard v.1.6.2 (Binding: ADB) Eclipse Juno Tomcat 7 Java 6 The Service returns …

web-services exception axis2
java.lang.NoClassDefFoundError: javax/servlet/http/HttpServlet

I work on a web application, I created a web service with axis2 I integrated this web service in my …

jakarta-ee tomcat7 axis2
How does a wsimport generated client work?

Before anything else, I want you to know that I can already connect to the web service server. I'm asking …

java web-services jax-ws axis2 wsimport
Getting raw XML SOAP-response on client side using ADB-stubs created by AXIS2

I access a SOAP service using ADB-stubs created by AXIS2. I would like to log the raw XML response of …

java soap axis2
Adding User/Password to SOAPHeader for WebService client call with AXIS2

Please help: I am trying to call a WebService from SOAPUI and I notice that the service requires username and …

java web-services soap axis2 soapheader
How to create an Axis2 Web Service Client in Eclipse?

I'd like to use the "Web Service Client" wizard to create a web service client in Eclipse, but the wizard …

eclipse axis2 webservice-client
What's the minimum classpath for an Axis2 client?

I want to build an Axis2 client (I'm only accessing a remote web service, I'm not implementing one!) with Maven2 …

java maven-2 classpath axis2