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
21
votes
2 answers
deploy war file in tomcat server
I have copied the sample.war file in webapps directory of tomcat.
I can acess localhost:8080.
deploying of wars is automatic by default -i have checked my webapps folder for an extracted folder "sample"
but it is not extracted.why the war file is…

user1796222
- 275
- 2
- 4
- 10
20
votes
4 answers
axis2 maven example
I try to use axis2 (1.5.1) version to generate java codes from wsdl files, but I can't figure out what is the correct pom.xml
org.apache.axis2
…

Larry Cai
- 55,923
- 34
- 110
- 156
19
votes
2 answers
Rampart PostDispatchVerificationHandler: InvalidSecurity - Security policy not found
Edit:
I tweaked the Rampart configuration a little and I am now stuck at another point.
In Rampart's PostDispatchVerificationHandler an exception is thrown, because the security header hasn't been processed.
// If a security header is there and…

Jonas
- 191
- 1
- 6
19
votes
3 answers
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 at least interested in the following:
Are different instances of the same stub class accessible concurrently by…

BeeOnRope
- 60,350
- 16
- 207
- 386
18
votes
6 answers
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.
org.apache.commons.discovery.DiscoveryException: Class org.apache.commons.logging.impl.SLF4JLogFactory does not implement…

Maneesh Kumar
- 1,367
- 2
- 9
- 13
18
votes
2 answers
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 to continue.In the past, I have invested so much of time to find where to start but I wasn't able to. There are so many jargons and chaos (at…

gekrish
- 2,201
- 11
- 29
- 46
18
votes
6 answers
WstxUnexpectedCharException: Unexpected character '"' (code 34) in DOCTYPE declaration; expected a space between public and system identifiers
I am trying to solve the below issue for last couple of days but still not able to resolve it. I have searched lots of forums but all in vain.
*Little bit of history: My code was working well in the devp env but for accessing the production sever I…

Rohit
- 445
- 2
- 7
- 17
17
votes
15 answers
The endpoint reference (EPR) for the Operation not found is
I have been struggling with the following error the last couple of
days can you please help!
I generated my server and client code using the wsdl2java tool from a
wsdl 2.0 file.
When invoking the webservice I am getting the following…

Denise Wu
- 201
- 1
- 2
- 6
17
votes
1 answer
Disable InclusiveNamespaces in axis/rampart client
I'm connecting to a webservice with axis/rampart and was told to remove the InclusiveNamespaces as the prefixList was "" which is not allowed. How do I do that?
The part looks like

Perre
- 651
- 1
- 7
- 13
16
votes
2 answers
Using multiple WSDLs with Axis2 wsdl2code Maven plugin
I'm creating a client with Maven2 that uses several web services. I'm restricted to using Axis2 or other framework supporting Apache HttpClient as an HTTP conduit because these services require integration with a managed certificate solution based…

David J. Liszewski
- 10,959
- 6
- 44
- 57
16
votes
5 answers
Apache Axis ConfigurationException
I am using Apache Axis to connect my Java app to a web server. I used wsdl2java to create the stubs for me, but when I try to use the stubs, I get the following exception:
org.apache.axis.ConfigurationException: No service named ``…

Craig H
- 7,949
- 16
- 49
- 61
16
votes
2 answers
How to do Basic Authentication with an Axis2 ADB Client?
I'm trying to figure out how to do Basic Authentication with an ADB Axis2 version 1.5 Client.
I'm trying the following:
HttpTransportProperties.Authenticator basicAuth = new…

Mike C.
- 1,035
- 2
- 8
- 13
15
votes
4 answers
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 a data-type that gets returned to the client. The clients complained that this broke their implementation because it choked on the new element that it…

Jason Tholstrup
- 2,036
- 3
- 21
- 25
14
votes
3 answers
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 have WS-Security applied to it, and I need to fix the .NET client. However, I am struggling to provide the correct authentication. I am aware that…

Rebecca
- 13,914
- 10
- 95
- 136
13
votes
1 answer
SOA Suite to Axis2 data being dropped
We are in the process of migrating a WebLogic 10.3.5 web app to WebLogic 12.1.3 and we've run into an issue which we think might be related to web services security. The app uses Axis 1.5.6 to call out to a SOA Suite SOAP service (still running on…

6006604
- 7,577
- 1
- 22
- 30