Questions tagged [axis2]

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

Apache Axis2™ is a Web Services/SOAP/WSDL engine, the successor to the widely used Apache Axis SOAP stack. There are currently two implementations of the Apache Axis2 Web services engine - Apache Axis2/Java and Apache Axis2/C.

It is supported by the Apache Software Foundation.This is the main website for the Java implementation, while the C implementation can be found here. Related projects may be found at the Apache Axis homepage, .

2373 questions
177
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
  • 12,624
  • 19
  • 75
  • 107
136
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
  • 1,885
  • 3
  • 16
  • 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,261
  • 13
  • 46
  • 55
60
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,549
  • 11
  • 38
  • 66
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
  • 22,642
  • 37
  • 122
  • 198
35
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
  • 385
  • 1
  • 3
  • 7
32
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
  • 297,790
  • 101
  • 558
  • 777
31
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,327
  • 20
  • 65
  • 95
29
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…
Wang Yufan
  • 357
  • 1
  • 4
  • 14
28
votes
2 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,533
  • 7
  • 37
  • 67
27
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
  • 301
  • 1
  • 3
  • 8
22
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
  • 4,951
  • 2
  • 27
  • 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
  • 742
  • 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,175
  • 3
  • 23
  • 35
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
1
2 3
99 100