A Web Services/SOAP/WSDL framework supported by the Apache Software Foundation
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 wsdl2codeAll, 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-addressingI am trying to install Axis2 in a servlet container (Tomcat) by using this link. But after succesfully following all …
tomcat axis2I configured the axistools-maven-plugin as follows: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId&…
maven axis2 wsdl2javaI'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 axis2I've tried the following settings on pom.xml to use Axis2 wsdl2code: <dependencies> <dependency> <…
maven-2 axis2 axiomI am using JAXB to unmarshal an XML file into an object tree. The root object is non-null, but all …
xml jaxb axis2 unmarshallingI have wsdl file in Eclipse and I am generating the client via axis2 plugin. The files are being generated …
java eclipse axis2 webservice-clientI'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