Top "Axis2" questions

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

Backwards compatibility and Web Services

So I'm a bit new to web services and a situation recently came up where we added an element to …

web-services soap axis2 backwards-compatibility
Are Axis2 generated stubs thread-safe?

Are client stubs generated from WSDL by Axis2 thread-safe? Of course, "thread-safe" isn't necessary a rigorously defined term, so I'm …

java web-services multithreading thread-safety axis2
running an axis2 client version 1.5

So I'm running out of ideas to try to actually get a client to connect to the SOAP service I'm …

java exception soap client axis2
rg.apache.axis2.AxisFault: Transport error: 403 Error: Forbidden

I am trying to access a webservices over https, I have the ssl certificates in place. However when I send …

web-services axis2 webservice-client http-status-code-403 transport
WCF Web Service, Java Web Client, MustUnderstand headers not understood?

I'm hosting a WCF Web Service with the following WSDL (a simple service using wsHttpBinding and SSL for transport security): &…

wcf jax-ws axis2 soapfault
Need help with creating inital JAX-WS project

I'm stepping through this tutorial: http://www.eclipse.org/webtools/community/tutorials/BottomUpAxis2WebService/bu_tutorial.html I'm trying to …

java eclipse web-services axis2
Attach client certificates with Axis2?

Is it possible to easily attach a client certificate to a Axis2 stub generated using wsdl2java? I need to …

java ssl axis2 ssl-certificate axis
How to write effective web services in java

Though this might appear as a duplicate of Java Web Services , I would like to know Where to start and …

java web-services jax-ws axis2 jax-rpc
axis2+rampart: Must Understand check failed for header Security

I have problem with axis2+rampart WS-Security response in case of server internal error. When server returns "200 OK" all seems …

java security axis2 ws-security rampart
does axis 2 automatically create (and save) wsdl file?

I have a web service up and running with eclipse/tomcat/axis2. I want to get it linked to a …

java web-services axis2 wso2 bpel