Top "Axis2" questions

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

Axis security header

Hi trying to generate a security header in a Java Axis2 Client program in the format of. <soapenv:Header&…

java soap header axis2 soap-client
How do I add a namespace reference to a SOAP response with Apache Axis2 and WSDL2Java

I'm looking at the SOAP output from a web service I'm developing, and I noticed something curious: <soapenv:Envelope …

java soap namespaces axis2 wsdl2java
Error in WCF client consuming Axis 2 web service with WS-Security UsernameToken PasswordDigest authentication scheme

I have a WCF client connecting to a Java based Axis2 web service (outside my control). It is about to …

c# wcf web-services axis2 ws-security
Missing wsse:Security header in request

I try to add rampart security to my axis 2 project using this tutorial page 19- 22 SO everything seems fine but …

eclipse axis2 soapui rampart
Difference between Axis and Axis2 to develop Web Service

In my project, I will have to develop a some data in/out interfaces based on Web Service technology. So …

axis2 axis rad
Apache Unexpected subelement exception while generating a webservice client

I'm trying to generate a webservice client with wsdl2java from axis2 (version 1.6.1). ./wsdl2java.sh -uri http://www.ncbi.…

java web-services exception axis2
common logging jar conflict with apache axis soap client

I am getting this exception while trying to call SOAP webservice using axis. basically I have written a axis client. …

java axis2
Why is server-config.wsdd not being created by the eclipse web services wizard?

I am using eclipse (Juno) to develop a web service for Tomcat 7 and Axis2. I have a java bean which …

axis2 tomcat7 eclipse-wtp java2wsdl
Best practices for Axis2 with Maven

I'm a novice both to Maven and Axis2. My project consists of three modules: client, interface and server. Service is …

maven code-generation axis2
Axis2 - Date Format

Scenario The date format which is output as a response to the Web Service client by Axis2 is formatted as "2009…

java xml xsd axis2