Questions tagged [apache-axis]

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] )

2412 questions
181
votes
6 answers

Difference between Apache CXF and Axis

What are the advantages of using Apache CXF over Apache Axis and vice versa?
Prabhu R
  • 13,836
  • 21
  • 78
  • 112
147
votes
4 answers

Difference between JAX-WS, Axis2 and CXF

What is the difference between: JAX-WS Axis2 CXF All three can be used to create webservices in Java. As of I know JAX-WS is a specification and Axis2 and CXF are implementations, but Java 1.6 has implementation of JAX-WS if I am not wrong. So one…
Maverick Riz
  • 2,025
  • 5
  • 19
  • 23
83
votes
4 answers

Java Webservice Client (Best way)

I have a third party WSDL, I need to write code in Java for a web service client to invoke the operations in the third party WSDL. Right now, I have generated the client stub using the WSDL2JAVA tool from Axis and used the XMLbeans for data binding.…
Java Guy
  • 3,391
  • 14
  • 49
  • 55
61
votes
5 answers

How do you Change a Package's Log Level using Log4j?

I've encountered the following bug: http://issues.apache.org/jira/browse/AXIS2-4363 It states the following: This error only occurs when log level for org.apache.axiom is DEBUG so a workaround is to set log level > DEBUG. My question is HOW…
Ryan Elkins
  • 5,731
  • 13
  • 41
  • 67
45
votes
5 answers

Content is not allowed in Prolog SAXParserException

I am trying to call a web service but facing a strange behavior. we have a web-service running on my server but the code is not open to us so can not see what going on behind the wall The owner of the service have exposed web based test client UI…
Umesh Awasthi
  • 23,407
  • 37
  • 132
  • 204
37
votes
1 answer

Difference between Axis2 webservice and CXF web service

I would be grateful if any one help me to understand the difference between axis2 web service and CXF web service.
user1811206
  • 405
  • 1
  • 4
  • 7
33
votes
9 answers

What's the minimum classpath for an Axis2 client?

I want to build an Axis2 client (I'm only accessing a remote web service, I'm not implementing one!) with Maven2 and I don't want to add 21MB of JARs to my project. What do I have to put in my pom.xml to compile the code when I've converted the WSDL…
Aaron Digulla
  • 321,842
  • 108
  • 597
  • 820
32
votes
4 answers

ORA-12516, TNS:listener could not find available handler

My error: java.sql.SQLException: Listener refused the connection with the following error: ORA-12516, TNS:listener could not find available handler with matching protocol stack The Connection descriptor used by the client was: //10.2.5.21:9001/XE …
Priyan RockZ
  • 1,605
  • 7
  • 40
  • 68
32
votes
2 answers

How does a wsimport generated client work?

Before anything else, I want you to know that I can already connect to the web service server. I'm asking this question because I want to gain a deeper knowledge on how a wsimport generated client works. Based from my research, wsimport uses JAXWS.…
Arci
  • 6,647
  • 20
  • 70
  • 98
30
votes
1 answer

What is the difference between ?wsdl and ?singleWsdl parameters

My messaging provider gives me two different kinds of WSDLs to use. http://my.amazonaws.com:8000/webservice/?wsdl http://my.amazonaws.com:8000/webservice/?singleWsdl The first one is an embedded WSDL. Can NOT use it to generate WSDL2java packages…
yw173
  • 467
  • 1
  • 7
  • 15
28
votes
2 answers

Apache Axis2 Web service runtime in Tomcat v7.0 Server does not support the service project Test

Apache Axis2 Web service runtime in Tomcat v7.0 Server does not support the service project Test. Why? Please help me
user564456
  • 311
  • 1
  • 3
  • 8
24
votes
2 answers

com.sun.ws.rs.ext.RuntimeDelegateImpl error

please help currently I'm building a system that allowing the restful (jersey 1.12) to be invoked by some webservices (Axis2) the scenario is like this: client --> webservice (Axis2) --> restful services (Jersey 1.12) ... run in the tomcat Apache…
harry sunarsa
  • 279
  • 1
  • 4
  • 6
23
votes
5 answers

Calling .NET Web Service (WSE 2/3, WS-Security) from Java

I need to call a web service written in .NET from Java. The web service implements the WS-Security stack (either WSE 2 or WSE 3, it's not clear from the information I have). The information that I received from the service provider included WSDL,…
Michael Sharek
  • 5,043
  • 2
  • 30
  • 33
21
votes
5 answers

JAXB Unmarshall Created an Empty Object

I am using JAXB to unmarshal an XML file into an object tree. The root object is non-null, but all of it's members are null even though there is data in the XML file. My object classes were generated with Axis2 from wsdls. I have the…
Amber Shah
  • 752
  • 1
  • 6
  • 15
21
votes
5 answers

Log axis2 client requests and responses

I would like to log all requests/responses made by an axis2 client. I tried to create a file called client-config.wsdd as describer in http://code.google.com/support/bin/answer.py?hl=en&answer=15137 but without success (I don't get a log…
Manuel Darveau
  • 4,585
  • 5
  • 26
  • 36
1
2 3
99 100