Top "Axis2" questions

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

How to catch "Unable to sendViaPost to url"?

I am running two axis2 services which communicate with each other. On every service startup I get this error: 2014-02…

java web-services exception-handling axis2 axis
Axis 2 and Rampart- why does service return wsse:Security header in request?

I'm connecting to a secure service. I have a SOAP UI project configured to use a jks file to provide …

web-services soap https axis2 rampart
Code generation from WSDL causes exception

I'm using Axis2 1.5.1 (wsdl2java) for code generation (client stubs) from a given WSDL file. The webservice is provided by …

java wsdl code-generation axis2 wsdl2java
Axis2 is not working properly

When I try to access Services, Validate and Administration link on the URL http://localhost:82/SOAPDemo/, where my Axis2 Web …

eclipse tomcat soap axis2
Webservice from WSDL using Eclipse

I have a WSDL file and I would like to create a webservice from that using Java ("Contract first approach"). …

eclipse web-services tomcat7 axis2 wsdl2code
Java Web Services - Is Axis Necessary?

Is AXIS or CXF necessary for Java web services? Can it be all done via the JDK (1.6)?

java web-services axis2 axis cxf
WebService Client creation using Apache Axis2 and Rampart

We have a requirement where a webservice with username token security has been created in IBM Websphere Integration Developer 6.1. Now, …

java axis2 rampart
Eclipse is very slow when using Code Assist (org.eclipse.mylyn.java.ui.javaAllCompletionProposalComputer)

Can you guess what happens? I generated a client stub using Eclipse WTP [Axis2] and while working on a client …

eclipse axis2 mylyn
Axis2 : Unable to engage Rampart module

I am getting the following error while trying to implement WS-Security using Rampart in Axis2. org.apache.axis2.AxisFault: Unable …

java web-services axis2 ws-security rampart
Web Service client generated by wsdl not working with Deployed web service

I have generated a WSDL from a java class using axis2 java2wsdl utility as follows; java2wsdl -o C:\…

wsdl axis2 ws-client