Apache Axis is an open source, XML based Web service framework. It consists of a Java and a C++ implementation of the SOAP server, and various utilities and APIs for generating and deploying Web service applications
0
votes
1answer
42 views
Accessing an HttpServletRequest from inside an AXIS2 module
I am implementing AXIS2 services in my web application. Our client's production boxes are a bit flaky, so I want a heads up when performance degraded. Specifically:
request comes into my AXIS2 ...
0
votes
0answers
13 views
Detect Client Streaming option for Apache Axis 1.4
I am using Axis 1.4. On the server side, I have set the streaming option to 'ON'(see here). The Streaming option is turned OFF by default in the client. However, I want the client to turn it ON when ...
0
votes
1answer
48 views
Method for testing whether the Web Service is alive (off or on) - Client-Side Axis
I need a method that returns whether a Web Service is active or inactive. In other words, whether it is on or off. Does anyone know any?
I tried to do a test (code below) to get this method on a Web ...
0
votes
0answers
84 views
Issues encountered when importing wsdl
I created a web service "patients", and hosted it on Axis to get the WSDL:
WSDL code
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:ns1="http://org.apache.axis2/xsd" ...
0
votes
0answers
50 views
soaphandler for axis2 bottom up approach
i am one javabean into webservice in eclipse and i am using axis2 , i want to know how to write handler for this beacause when i am implementing SaopHandler and even configured handler-chain.xml ...
0
votes
0answers
37 views
Event handling in webservice (Asynchronous)
I would like to know of how to provide asynchronous event handling mechanism in web services using CXF or Axis. Basically my webservice should notify the webservice client application whenever there ...
0
votes
1answer
133 views
Using axis 1.4 on server side and axis 2.0 on client side
I have a wsdl and xsd to create a web service. I am planning to use axis's wsdltojava to generate the stub and skeleton. The server side Axis is on 1.4 version and client side Axis is on version 2.0. ...
-1
votes
1answer
118 views
Two instances of same application on JBoss throws this exception: java.lang.Exception: Port 8083 already in use [closed]
On a Windows Server 2008 box, I'm trying to run two instances of the same application. This application (i2b2) is using Apache Axis 2 web services. The JAX-WS web services are running on port 9090, ...
0
votes
1answer
240 views
Different Axis 1.4 Web Service Client log different logs file using log4j.xml
I am working on a financial sector project. The project has a number of web service client for different partner. Till now, the projects logs and the web service request response logs are been logged ...
0
votes
0answers
56 views
apache axis to return date as “YYYY-MM-DD”
I am maintaining a legacy apache axis 1.4 Java program on Windows 7.
The output of my program is:
EffectiveDate Fri Mar 01 00:00:00 EDT 2013
How to make the apache axis to return date as ...
0
votes
0answers
86 views
Cannot instantiate web service interface from client in java
I have created a webservice in apache axis 2. But I cannot instantiate the interface from my client. How to create a class to which calls the method from the interface?
guide me
Service interface: ...
0
votes
1answer
152 views
Absent Code attribute in method that is not native or abstract in class file javax/xml/rpc/ServiceException
I have a problem with apache axis.Although i am able to generate java code from wsdl file. When i try to use genareted classes as the axis tutorial says.Click here! I am getting the error below:
...
0
votes
2answers
120 views
Ignore invalid certificate with Axis client
I'm building a client for a SOAP webservice that is controlled by a vendor. Unfortunately their dev server has an insecure (self-signed) certificate that I'm unable to validate. Apache Axis fails ...
0
votes
2answers
283 views
create a simple web services uisng JAX-RPC in Apache Axis
I want to create a simple web services in Jax-RPC using Apache Axis.
I also want to implement spring nature to it.
I am new to Jax-RPC, could some share some references.
Thanks.
0
votes
0answers
267 views
Getting org.apache.axis2.AxisFault: Socket closed error intermittently
Getting the following exception intermittently when we tried to invoke an Axis2 webservice method.
org.apache.axis2.AxisFault: Socket closed
at ...
1
vote
0answers
256 views
NoClassDefFoundError: Could not initialize class org.apache.axis2.description.AxisService
While running the application I was getting the following errors.
java.lang.NoClassDefFoundError: Could not initialize class org.apache.axis2.description.AxisService
AxisService class is in ...
0
votes
1answer
138 views
Error getting response from a web service Non-default namespace can not map to empty URI
I'm trying to make a java webservice client. It's a very simple service that receives a String and return another String. I'm testing the service with soapUI and works perfectly but when I try to code ...
0
votes
2answers
218 views
The Apache axis2 jar files are not taking at run time
While running the application I was getting the following errors. The error is getting at run time only. It has compiled successfully.
It ran under eclipse without any issues. But with Apache axis we ...
0
votes
0answers
22 views
I have the error related to apache axis web service
Exception :java.lang.NoClassDefFoundError: Could not initialize class org.apache.axis2.description.AxisService
Error : java.lang.NoClassDefFoundError: Could not initialize class ...
0
votes
0answers
79 views
Signature on axis 1.4 header
I need to implement three methods to assign the header of my axis soap calls in the soapui reference image:
http://i.stack.imgur.com/w9pmD.png
I can do the binary security token, but i am lost doind ...
0
votes
0answers
72 views
How can I better upgrade axis1 to axis2
I have a client that consumes asmx webservices of ASP.Net application. This client uses axis1 framework. I want to upgrade to axis2 to make communication between server and client faster. I have used ...
1
vote
0answers
51 views
sending object to axis 2 web service
I m trying to create a java web service using Axis 2, that gets a custom MyClass object as a parameter.
In example :
public MyService{
public String serviceMethod(MyClass myObject){
...
0
votes
2answers
2k views
Call web service method from Java SE program
How can I call a web service method from java desktop client. Basically my java program is running on a desktop which is internet enabled. My web service url is eg. localhost:8090/Service.svc, This ...
0
votes
0answers
51 views
Eclipse Axis2 Service Archiver Plugin
I'm trying to create a webservice with axis2.
The Service Archiver wizard does not do anything when I click on the load button in the wizard where I have to fill in my class name for generating the ...
0
votes
1answer
117 views
Consuming Web Services in Lotus Notes shows error message no implementation defined for org.apache.commons.logging.logfactory
I have been struggling this for weeks now.
I tried almost everything.
Loosening security
Putting earlier version commons-loggings.jar
Putting commons-loggins properties file
But all effort in ...
0
votes
0answers
108 views
Authentication in Axis-2 apche client and web service provider
I am working on a SOAP web service. Now I have successfully running client and service provider. Now I have added username and password authentication to it as given below.
public class ...
0
votes
2answers
373 views
Get SOAP request and Response from the wsdl file from a client
I am using Apche Axis2 for a web service client. I know to get the output of a web service. But I want to get the soap Request and response from the wsdl file.
My wsdl is ...
1
vote
2answers
62 views
WSO2 Application Server: Distinguish duplicate method names
for a project at university I am trying to set up a quite simple HelloWorld-Service on a WSO2 Application Server v5.01. It contains an interface and a class with three methods.
Interface:
public ...
0
votes
0answers
107 views
Axis Web service Java Agent in Lotus Notes 6.5 running fine on Client but ExceptionInIntitallizerError on Web
I followed on of the tutorial on the internet to consume web services in lotus Notes 6.5 by writing a Java Agent using Apache Axis. The agent runs fine on the client.
When running on web browser it ...
-3
votes
2answers
48 views
is there any tutorial on how to access any web service after creating java files from wsdl.? [closed]
is there any tutorial on how to access any web service after creating java files from wsdl. ?
I created the java files from WSDl.. now i am facing lot of errors/exceptions. Is there any good tutorial ...
0
votes
1answer
154 views
NoClassDEfFoundError while Using AXis with Lotus notes 6.5
I am trying to use APACHE-AXIS framework in Lotus notes 6.5.
I did:
Created java library in Script library
created the Java files from WSDL and added to the library
added xml-apis.jar to the ...
0
votes
0answers
52 views
How can I write an Axis web service with dynamic parameters that change at runtime?
I have an Axis 1 web service, deployed using a WSDD file, that is defined and implemented by a Java class. Each method is a service and the method parameters become the service parameters.
What I ...
1
vote
1answer
299 views
Preemptive authentication method in Apache Axis?
I sort of understand that I'm using Apache Axis 1.4 for querying a web service.
I was given a WSDL file, and that generated a XXXXImplServiceLocator class that extends org.apache.axis.client.Service ...
0
votes
1answer
338 views
JavaAgent in Lotus Notes 6.5 using axis api gives Exception “No implementation defined for org.apache.commons.logging.LogFactory”
I needed to write a JavaAgent in a Lotus Notes 6.5 DB to access a web service. I used Axis Apache API for this purpose. I created A Java agent and added the jar files of axis in the agent by using ...
1
vote
0answers
174 views
How to call a web service using C?
I downloaded Axis c++ and created a C stub. Now I have to call a web service. How to call a web service? Which method I should use? Does Axis C++ provide any sample code for that? Does any one here ...
0
votes
0answers
330 views
Apache merlin unable to create instance
I have a java application provided by a third party which I have been running under mac os x 10.7.3 without difficulty. I recently moved to mac OS X 10.8 with the oracle provided java installed, and ...
0
votes
1answer
172 views
Run webservice with Spring and Axis: unrecognized method
I've a Spring-based web application and I need to expose a webservice using Axis. I followed this guide but service still doesn't work properly. To resume, I have an EndPoint class like this:
package ...
0
votes
1answer
118 views
Which classloader will be used in this case?
I have the following problem.
A HashMap is used to set properties and the key is a ClassLoader.
The code that sets a property is the following (AxisProperties):
public static void ...
0
votes
1answer
241 views
Load libs from a different classloader in a web application
When a web application is loaded in Tomcat it is loaded by a specific classloader, right?
I assume that all libraries (under WEB-INF\lib) used by this web application are all loaded by this same ...
0
votes
1answer
961 views
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 ...
0
votes
2answers
201 views
Transform soap message to objects based on wsdl with rpc
i have a WSDL with one service. This service uses rpc. Therefore I use axis 1.2, and I use wsdl2java to obtain java objects(.java). Now, I have the wsdl, the java objects and the message. How do I ...
0
votes
0answers
74 views
axis web service invalid decryption
I am getting the following error from a web-service that I know is using Axis1.4:
WSDoAllReceiver: security processing failed; nested exception is:
org.apache.ws.security.WSSecurityException: The ...
1
vote
1answer
164 views
JBOSS Classloading issue
When I am putting certain set of jars in /lib of the JBoss profile my application is able to connect to the back-end server using http client(commons-httpclient-3.1) but when I am putting the same set ...
0
votes
1answer
350 views
configuration log4j axis1 No appenders could be find for logger
I try to deploy web service using axis1 and use in my web service class log4j logger as
private static final Logger logger = Logger.getLogger(MobileService.class
.getName());
...
0
votes
1answer
100 views
Java Trusting ssl CA
I guess I am out of ideas here.
I am trying to consume a web service in java which has an ssl certificate.
I createt a a keystore file in which I have added the certificate. The file lies in my ...
0
votes
0answers
101 views
Generating Java Proxies from v2.0 WSDL
I am using Custom Object 5 WSDL.I am trying to genrate Java classes using Apache Axis. Here is the content of my bat file:
java -cp ...
0
votes
1answer
342 views
java.io.IOException: WSDL2Java emitter timed out (this often means the WSDL at the specified URL is inaccessible)!
i'm getting following error when i "deploy ant" on the terminal.
i found some answer like change "timeout to -1" .But i'm still wondering where to change the time .
Is it build.xml file of Axis?
0
votes
0answers
10 views
Service that consumes XML Packet and responds with XML Packet
I am very new to axis2 services. I have a question regarding creating a service that consumes and responds with XML packets. The bases here is that I need to perform complex markups on an xml packet ...
3
votes
2answers
663 views
Web service response contains an invalid XML character
My application is connecting to a web service rpc/encoded. Im using Axis 1.4.
When the webservice sends a response, it sends an invalid character then an exception:
...
0
votes
0answers
224 views
User authentication in Axis 2 client web service dynamically
I have a web service which will fetch the information from the server.For the web service user authentication I have hot code the username and password in the AccountServiceBindingStub.java file
...


