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
5
votes
1 answer
Old Version of Commons-HttpClient gives IOException in the Axis2 Web Service Client
I am using a wsdl2java generated web service client for the axis2 web service (axis2 version is 1.6.1). So for http connection the old version of commons-httpclient 3.1 is used. While doing some load tests to my web service client. In some cases i…

fgakk
- 1,289
- 1
- 15
- 26
5
votes
3 answers
Adding User/Password to SOAPHeader for WebService client call with AXIS2
Please help: I am trying to call a WebService from SOAPUI and I notice that the service requires username and password which I am providing through the request parameters. I notice that raw XML contains user/password snippet added to SOAPHeader. The…

Shiv Gopal
- 539
- 2
- 10
- 21
5
votes
1 answer
JBoss6.1 and Axis2 Compatibility issues
I am using Eclipse Helios and added Axis2 required libraries for a Web Application which is running on JBoss6.1, when I start the server I see following error log. Please help in getting this resolved.
WARN …

Shiv Gopal
- 539
- 2
- 10
- 21
5
votes
1 answer
using axis2 ramaprt module with own security framework
I have webservice (server-side) implemented using axis2 in my project. We want to enable WS-security in the existing web services. We are evaluating if apache ramapart module fits our need. Here is our requirement:
Basically we have in-house…

ag112
- 5,537
- 2
- 23
- 42
5
votes
0 answers
WS-I Basic Profile 2.0 compliant frameworks
In Wikipedia a number of WS-I Basic Profile (BP) compliant frameworks are listed. However, it is not clear to which version of the BP the framework is compliant to. So my question is as follows:
Which frameworks/products (Java, .NET and others) are…

nize
- 1,012
- 1
- 11
- 27
5
votes
2 answers
Java client for SOAP web service with NTLM authentication
I spent many days and nights trying to find a proper Java framework that could connect to Microsoft Dynamics CRM which uses Negotiate/NTLM authentication. I tried all existing suggestions on Stackoverflow and other resources with JAX-WS, Axis2, CXF…

Jiří Vypědřík
- 1,324
- 12
- 24
5
votes
2 answers
javax.xml.bind.Marshaller encoding unicode characters with their decimal values
I have a service that needs to generate xml. Currently I am using jaxb and a Marshaller to create the xml using a StringWriter.
Here is the current output that I am getting.
Bakery é &
While this may be fine for some…

partkyle
- 1,458
- 1
- 15
- 25
5
votes
2 answers
How to set -Euwc param with axis2-wsdl2code-maven-plugin?
We are using axis2 to generate web-service clients, (I regret this now!). With axis2 command-line tool you can pass switch -Euwc to wrap int into Integer, boolean into Boolean and so on in generated soruces. This is the one way to tell axis2 that…

TMan
- 422
- 1
- 3
- 13
5
votes
2 answers
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 an external application.

ak75
- 123
- 1
- 2
- 4
5
votes
0 answers
Spring Boot Application With Axis2 - /BOOT-INF/lib/addressing-1.6.2.mar file cannot be found
During SOAP call am getting a below exception, but in local am not getting any exceptions.
I am really not sure why addressing-1.6.2.mar referring application jar path.
Axis2 Structure:
VM…

Bharathiraja S
- 679
- 4
- 12
- 26
5
votes
1 answer
Axis2 MTOM Webservice and a .NET Client to consume it
So i have this new Axis2 MTOM Webservice serving correctly to a java based webservice client.
The problem comes around when i try to add the service (or web) reference to the vs2008 and consume it with the generated code. Until now, is everything…

Garis M Suero
- 7,974
- 7
- 45
- 68
5
votes
1 answer
Adding Security Header
I am trying to generate a security header in a Java Axis2 Client in the below format.
…

user970500
- 571
- 1
- 7
- 14
5
votes
1 answer
TCPTransportSender cannot be found by axis2_1.6.1.wso2v15 in WSO2 DSS 3.5.0
I am upgrading WSO2 DSS 3.2.2 server to 3.5.0, but I am eventually getting this error:
Caused by: java.lang.ClassNotFoundException: org.apache.axis2.transport.tcp.TCPTransportSender cannot be found by axis2_1.6.1.wso2v15
at…

zygimantus
- 3,649
- 4
- 39
- 54
5
votes
5 answers
WSDL2Code (Maven) auto-generates corrupt classes (packages)
I am currently in the process of replacing the IBM WebService framework with Axis2. When generating the code from the WSDL file, I use the Maven plugin WSDL2Code. However, the code created is always wrong. Or rather, the packagenames are always…
Morten Tangen Zahlquist
5
votes
5 answers
"failed while installing axis2 core 1.1" in eclipse?
hello every one i am working java web service where i need to use axis 2 . i follow the some tutorial for resolve this issue ..
Steps which i followed
1) i selected Windows option and then its sub option -> Preferences.
2) Then i selected the axis…

Simmant
- 1,477
- 25
- 39