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
0
votes
2 answers

How to find out the server side framework using Axis2?

After going through the following article I came to know that if Axis2 is used on both ends, we could expect high improvements in performance. Link : http://wso2.org/library/91 I'm writing code to consume a webservice. I'm just curious to know…
Firefox
  • 941
  • 2
  • 14
  • 22
0
votes
1 answer

Connection to webservice times out first time

My application needs to connect to a web service. The WSDL file given by the client was converted to java using the wsdl2java utility in axis 2-1.5.2. The problem occurs during the first connection to the webservice. It gives me…
Neo
  • 1,181
  • 11
  • 22
0
votes
1 answer

Error in Eclipse while running a simple function on web service client

I just want to start by apologizing for my not so well english. I am working on Eclipse IDE for Enterprise Java Developers version 4.17.0 , i am also using Apache Tomcat v9.0 and axis2-1.7.9. I am trying to execute a simple sum function on my client…
Aloulou123
  • 3
  • 1
  • 6
0
votes
0 answers

wsdl schema namespace prefix is changing in different environments - AXIS2

I deployed a component having SOAP webservices in an Open Nebula recently. After deployment, we noticed the WSDL responses to be having a different namespace prefix Problem: AlertBot was expecting to see TEST but, it…
0
votes
4 answers

Axis2 Session Managment

iam building a small webservice in axis2 (buttom up, i write the java classes and let eclipse wtp generate the service). I would like to use sessions so that a user can login with a username and pass if it exist in a database and than use the…
Red33mer
  • 810
  • 3
  • 15
  • 22
0
votes
1 answer

Specifying active and failover jms connection through axis2 xml

I have a jms based webservice implemented in axis2 framework. It uses Tibco EMS for JMS queue and connection factory. Currently I have defined the active EMS server connection in axis2.xml and works fine. However, if this server goes down for some…
0
votes
1 answer

How to use apache axis 2 to create a dummy web service?

I have a WSDL from a C# web service. Can anyone advice on how to use apache axis 2 to create a dummy web service?
sdsd
  • 1
0
votes
2 answers

Generating web service proxy client for HR-XML PositionOpening WSDL

I'm trying to generate Java web service proxy client using Apache Axis2 for Position Opening WSDL provided by HR-XML Consortium. I'm using wsdl2java command-line tool to generate proxy client. Command: wsdl2java -uri…
Gnanam
  • 10,613
  • 19
  • 54
  • 72
0
votes
1 answer

Axis2 1.6.2 WebService Issue with WebSphere Network Deployment 8.5.5.0

I have a JSF+Richfaces based application that has Axis2 1.6.2 SOAP Webservice implemented on JDK6. The application works fine when I deploy it in Tomcat 6 or 7. But when we deploy it in WebSphere 8.5.5 Network Deployment it gives following error…
Umair
  • 81
  • 1
  • 1
  • 8
0
votes
0 answers

Can compile dependency version and runtime dependency version be different?

Note: I am talking about a Java application, specifically, focusing on Apache Axis libraries. Can compile dependency version and runtime dependency version be different ? Let's say, you are developing an application. And this application uses some…
a3.14_Infinity
  • 5,653
  • 7
  • 42
  • 66
0
votes
1 answer

Error deploying axis2 service in glassfish

I've been trying to deploy an axis2 service using the following: Netbeans 6.9.1 axis2.war (version 1.4.1) and I've also tried (version 1.5.5) glassfish 3.1 I create a Java Class Library project and inside this project I create an "Axis2 Service…
raven-king
  • 1,550
  • 2
  • 18
  • 40
0
votes
0 answers

How JAXB annotations behaves in axis2 runtime?

I am developing soap web service with bottom-up approach. Using Liberty 18.0.0.2 , Java 8, Apache Axis2 Runtime (to generate java2wsdl), Maven and Spring Tool Suite. Process: Having the class with @WebService and @Webmethod. Generated the…
Venkatesh
  • 21
  • 5
0
votes
1 answer

Axis2 Fault : The system is attempting to engage a module that is not available: addressing

I have the addressing module in my modules folder as well. I have the uncommented as well. But, it is still giving the error. I searched in another thread on Stack Overflow: org.apache.axis2.AxisFault: The system is…
KnockingHeads
  • 1,569
  • 1
  • 22
  • 42
0
votes
0 answers

Unable to create Axis 2 SOAP client using WSDL in eclipse

I am trying to create axis 2 client in eclipse project but get the error i am using axis2-1.6.0 binary also added XmlSchema jar in build path unable to find the cause. Am using JDK1.7 tomcat 7. Exception occurred during code generation for WSDL :…
Pavan Kumar T S
  • 1,539
  • 2
  • 17
  • 26
0
votes
1 answer

Axis2: What's the difference between Modules and Services?

What is the difference between Modules and Services in web-services ( AXIS2.x )? Thanks.
N.S.Karthik
  • 485
  • 13
  • 29