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

learn more… | top users | synonyms

0
votes
0answers
10 views

How to extract soap attachment data from OMElement object

My webservice method is like below public String uploadGpxFile(OMElement omEle) throws AxisFault { // need to extract data and save return omEle.getText(); //returns as mentioned below } ...
0
votes
0answers
25 views

Looking for a free C++ SOAP client library

I'm looking for a opensource SOAP client library for one of my-project. What basically I need is some lib to parse SOAP message and sent over the network. First I used Apache Axis-c for this project ...
0
votes
0answers
47 views

Where Can I download Apache Axis C++ [closed]

I'm trying to download Apache Axis C++ from official page. But Its the link is not working there. Anyone have idea where should I go to download the latest version.
1
vote
2answers
48 views

method overloading in java web services

I am using apache axis 1.2 and i tried to implement method overloading in java webservices this is the sample code. //Here i took method1 with two parameters public String method1(String ...
0
votes
1answer
61 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
14 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
73 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
99 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
59 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
55 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
156 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
164 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
270 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
62 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
102 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: ...

1 2 3 4 5 11
15 30 50 per page