Apache Axis is a Web Services engine/framework that works with multiple languages. Use for all versions of Apache Axis. If your question is about a specific language version, use the tag for that language (i.e. Axis C should use [c] )
Questions tagged [apache-axis]
2412 questions
13
votes
1 answer
How to add MessageID in SOAP request using Axis2 and Rampart
I am trying to build a client application that consume external server application using Axis2 and rampat 1.6.
Everything seems to be fine when checking SOAP request, since SOAP get encrypted and signed as expected. Following is the policy.xml file…

Salman
- 1,236
- 5
- 30
- 59
13
votes
2 answers
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 application, but the problem is that when I try to retrieve the wsdl via the following URL: http: / / localhost: 8080 / ConsoleSynoptique / services…

SomeOne
- 173
- 1
- 1
- 8
12
votes
1 answer
APR error: -730054
We are getting this error related to AXIS2 1.7.3. We are running Tomcat8 with the latest Java8.
java.io.IOException: APR error: -730054
org.apache.axis2.AxisFault: java.io.IOException: APR error: -730054
at…

serge
- 1,590
- 2
- 26
- 49
12
votes
2 answers
Exception occurred during code generation for the WSDL : java.lang.NoClassDefFoundError: org/apache/ws/commons/schema/utils/NamespacePrefixList
I am using Tomcat 7 server and Axis 2 1.7 runtime in eclipse.
I have a WSDL file which is generated in Axis 2.
so go for Topdown approach to generate a webservice class (skeleton). I selected my configuration as Axis in server run time. when tried…

Gowri Sundar
- 669
- 1
- 7
- 15
12
votes
2 answers
Openshift, a web Service that invoke another web Service
I created a Tomcat 7 app in Openshift, and I deployed my web services there. the problem is that my web service is supposed to call another service. No results are displayed. I tested the service in localhost and it workedd fine but not in…

Lola Loulita
- 471
- 4
- 21
12
votes
3 answers
How to print SOAP message contents when using Apache Axis
I am using Apache Axis for web service automation.
I am preparing SOAP requests via Axis and hitting the web service further.
What I am looking for is how to print the SOAP request content which is getting compiled and hitting the webservice.
I…

R11G
- 1,941
- 8
- 26
- 37
12
votes
2 answers
Transport level information does not match with SOAP Message namespace URI
I'm getting the error "Transport level information does not match with SOAP Message namespace URI". Request you provide the details to fix the issue.
I have set the below in the client side.
HttpTransportProperties.ProxyProperties proxyProperties =…

Srini
- 121
- 1
- 1
- 3
12
votes
3 answers
Serializing with JAXB and the Any
I have a schema that defines the following type:
And that creates…

chubbsondubs
- 37,646
- 24
- 106
- 138
12
votes
8 answers
Axis2's wsdl2java fails on RPC/Encoded style web services
Is there any alternative to Axis2? Or the way to make it work (different data binding, for example)?
Retrieving document at '...'.
Exception in thread "main" org.apache.axis2.wsdl.codegen.CodeGenerationException: java.lang.RuntimeException:…

Andrey Adamovich
- 20,285
- 14
- 94
- 132
11
votes
8 answers
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 a Custom Java Object (DataBean) back to the client, but I stumbled upon an exception in the client…

Mandeep Singh
- 239
- 3
- 4
- 9
10
votes
4 answers
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 select the axis2 Web Service facet (step 6) but I'm getting this error message in eclipse:
"Axis2 Web…

opike
- 7,053
- 14
- 68
- 95
10
votes
5 answers
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 service using Jersey 1.6.
I made web application( war file ) with axis2 1.3 and Jersey 1.6 and try to deploy it on jboss5.1.0.
After…

user670097
- 159
- 1
- 3
- 11
10
votes
2 answers
"WARNING: Unable to find required classes" when making a web service client
I have to make a web service client from an wsdl file. I have followed tutorial to create and test the service client in the eclipse wizard, and (I thought that I have implemented the code to call the service), but I keep getting this stack trace, I…

Julia
- 1,217
- 8
- 23
- 46
10
votes
1 answer
Web Services in ColdFusion 2016 no longer functional
I'm upgrading from ColdFusion 9 to ColdFusion 2016 and my web services suddenly no longer work. I believe it's because Axis 2 was introduced in Cold Fusion 10 and with it rendered my existing web services non-functional.
Even if I set the Web…

MPaul
- 2,553
- 3
- 20
- 34
10
votes
1 answer
Axis2 object to xml
I have an Axis2 Object returned from my Java code. How can I convert that object to XML or output it as XML in the console? I know there is lots of 3rd party libraries available to serialize objects to XML - but how to do it with the Axis2?…

Madhu CM
- 2,296
- 6
- 29
- 38