Tagged Questions
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
35
votes
2answers
17k views
Difference between Apache CXF and Axis
What are the advantages of using Apache CXF over Apache Axis and vice versa?
3
votes
1answer
263 views
Java vs Ruby for SOAP handling
I need to make a decision between using Ruby vs. Java for SOAP integration. My entire web application is built on Ruby on Rails, and there is a significant back-end component that has to integrate ...
2
votes
1answer
64 views
ArrayOf_apachesoap_Element datatype for php web service client using wsdl2php
I am writing a web service client in PHP. web service is developed ij java using axis. Client proxy is generated using wsdl2php tool. Proxy code include the following code
class ValidateDetails {
...
2
votes
0answers
437 views
Problems importing WSDL using WCF
I'm trying with WCF to import WSDL for a web service provided by one of my company's partners. The web service is written in Java. I get this error:
Warning: Fault named FooException in operation ...
2
votes
3answers
3k views
Tomcat axis web service client read timeout. Timeout configuration
I have a socket read timeout in Tomcat web app accessing a remote web service. The timeout is exactly 10 minutes. I have trouble finding the configuration responsible for this. Is that some kind of ...
2
votes
1answer
843 views
How to use the webservice-client classes generated with Eclipse?
I used eclipse Helios to create a Web Service Client for consuming an axis 1.4 web service.
It generated 2 packages:
1 - datamodel.
2 - client.
Inside client package there are 5 classes:
1- ...
1
vote
1answer
15 views
High CPU usage on JBOSS Server
We have a JBOSS server which has Axis 1.1 deployed on it. We are using JMeter to test performance of the server which uses 300 threads to pump WebService Requests. The Server CPU usage goes upto ...
1
vote
0answers
39 views
Generating missing Webservice Proxy Class
We are using axis webservices in our projects.
Up to now we generated our webservice clients within Eclipse. We choose New -> Other -> Web Services -> Web Service Client. Afterwards we ...
1
vote
1answer
28 views
Role of JAXB in Java based Web Services
I must admit that I'm new to Web services. When I create a Web service using CXF or Axis, even with custom beans being used to communicate information between the client and the service, the objects ...
1
vote
0answers
19 views
axis 1 and guice integration
Is there a way to integrate guice and axis 1? Or to attach custom factory class creating instances of web services? If not maybe there is a way to use existing class instance as axis web services?
1
vote
1answer
53 views
What is role of <service-name>SoapBindingImpl.java file
When we use -s option while generating stubs using wsdl2java(apache axis) tool it generates <service-name>SoapBindingImpl.java file.
This file contains all the method definition.
What is use ...
1
vote
0answers
121 views
Setting Timeout for Axis SOAP Webservice
I'm using an Axis 1.4 webservice like this:
FooServiceLocator fooLocator = new FooServiceLocator();
fooLocator.getEngine().setOption("sendMultiRefs", false);
Foo foo = fooLocator.getFooService(new ...
1
vote
1answer
50 views
Invalid Liscense exception while calling a secured url via Apache Axis
Hi I am getting the following invalid liscence exception while calling a secured URL lets say "https://adcenter.microsoft.com/" from Apache Axis, i think this must also be the case with HTTPClient as ...
1
vote
1answer
267 views
Coldfusion consuming webservice -> java.net.SocketTimeoutException: connect timed out
I'm consuming a webservice over Coldfusion 9 for getting property data and saving the result to our local database. The script gets executed via scheduler once a day. The problem is that sometimes it ...
1
vote
0answers
315 views
WCF Authentication Service - How to generate client using Apache Axis?
I have an ASP.NET application hosting a few WCF services, using ASP.NET Membership for security. I've exposed the System.Web.ApplicationServices.AuthenticationService through an SVC file ...
1
vote
1answer
714 views
How to replace AXIS' “Hi there, this is an AXIS service!” page?
When I go to "http://192.168.0.149:8080/axis/services/MyService", I get this page
"Hi there, this is an AXIS service!
Perhaps there will be a form for invoking the service here..."
I know this ...
1
vote
1answer
187 views
Is there a way to coerce Axis1 to produce document literal WSDLs and SOAP?
I use Apache Axis 1 to serve web services, which automatically converts Java objects into wsdl definitions and soap responses. However it seems that by default Axis serves rpc encoded data by default. ...
1
vote
0answers
73 views
Is it possible to change SOAP tags with Axis1?
I'm using Apache Axis 1.4 to communicate with a rpc/encoded web service but my tags start with lowercase characters and the service expects capitalized tag names. Is it possible to customize the tag ...
0
votes
2answers
25 views
Efficient and easy way to expose an existing function as web service
I have an existing application (say 'A') and I want to call a java function of this app from another app 'B'.
I don't want to put dependency of this app('A') in my calling application('B') to avoid ...
0
votes
1answer
48 views
Apache Axis response without type
I have a web service client using axis. It's using document/literal style and supposed to have void response however the server insists on sending header response inside of soap body as following
...
0
votes
1answer
33 views
IBM and Axis 1.4 web service's compatibility
I'm facing a problem with web service.
I had a web service which long time was deployed and running on WebSphere application server using IBM web service's stack. Now I had migrated it to glassfish ...
0
votes
1answer
40 views
AXIS error: There is no SOAP service at this location
Note: I could not find a straight-forward answer to this problem so I will document my solution below as an answer.
I generated the server-side part of a webservice from a wsdl using Axis 1.4 and
the ...
0
votes
0answers
42 views
Axis 1.2 size limit for a string parameter
I am using axis 1.2. And one of the methods of the webservice has a string parameter. I am using this string parameter to pass XML and I want to know the max size I can send.
I checked the ...
0
votes
0answers
81 views
Axis 1.4 Webservices Datetime NumberFormatException: Invalid date/time
I´m using axis 1.4 to retrieve information from a (server) webservice.
My WSDL have the following information:
< xs:element name="ABC">
< xs:complexType>
< xs:sequence>
< xs:element ...
0
votes
1answer
41 views
axis wsdl2java fails reading schema with special characters
I'm trying to generate a Java Client with the axis using wsdl2java (wrapped by the maven axistools).
I downloaded the wsdl and the corresponding schema.
The wsdl has the following schema ...
0
votes
1answer
28 views
How do you call methods from an Apache Axis web service in a Spring MVC application?
I have an Apache Axis web service that handles file uploads and enters and retrieves information from an Oracle database. It has all the functions my Spring MVC app needs. What I want to know is, how ...
0
votes
0answers
51 views
Error When Deploying Web Service To Axis Runtime
i want to make a simple web service from java. i use eclipse and tomcat 7.0 for make that web service, but after i click "finish" on the new project dialog, it give me "Error When Deploying Web ...
0
votes
0answers
50 views
Using apache axis to generate WSDL from simple java types
I have a query regarding apache axis and generating wsdl from java types.
I have a simple type defined like this
public class BusinessRule
{
getActive()
setActive()
getName()
...
0
votes
1answer
112 views
Attach client certificates with Axis2?
Is it possible to easily attach a client certificate to a Axis2 stub generated using wsdl2java? I need to change the client certificate dynamically on a per-request basis, so simply storing it in the ...
0
votes
0answers
17 views
Timeout Deploying Bottom-Up Webservice Via Eclipse/Axis
I'm trying to create a bottom-down webservice with Eclipse's web service wizard.
After I go through the first few forms on the wizard, Eclipse tries to publish the web service:
It stays on this ...
0
votes
0answers
6 views
connecting to apache axis web service
I want to know how to connect to a web service that is created using apache axis 2.
I want some sample code in java that connects to such web service.
Thank You
0
votes
0answers
47 views
Implementing Axis Web service with certificates in Eclipse
I'm about to implement a web service client against a web service, protected by a certificate and a password.
I received the password and the certificate (.p12) from the web service provider (an ...
0
votes
0answers
51 views
WSDLException-Invalid UTF8 encoding when doing WSDL2Java in axis1.4
i'm using axis1.4
when i use
java -Djava.ext.dirs=d:\axis1.4\lib org.apache.axis.wsdl.WSDL2Java
"http://10.192.21.5:7310/foo/barService?wsdl" -o d:\src -p foo.bar
to get java files,came the ...
0
votes
1answer
56 views
Need Apache Axis (not Axis2) client example for calling web service with SSL
I have searched in vain for a straightforward example of calling a web service requiring SSL authentication and that has a self-signed certificate. I already have the code to be able to trust all ...
0
votes
0answers
25 views
SerializationContext.msgContext is null in Axis library
I couldn't send SOAP messages properly using Axis so I decided to debug Axis source code and here is what I found. I have a HashMap as a parameter and during map serialization I get ...
0
votes
1answer
64 views
Type {http://www.w3.org/2001/XMLSchema}xml is referenced but not defined
i'm using AXIS 1.4 in my GWT server-side to access SOAP.
here's my code:
String result = "";
QName servQN = new QName("XYZService");
Service service = new Service( wsdlLocation, servQN );
Call ...
0
votes
1answer
75 views
Spring obtain an IP address from an RPC encoded Webservice client
So I am currently connecting to an RPC encoded webservice which uses Axis. Unfortunately changing from Axis is not an option, my application is currently using Spring.
My Spring config currently ...
0
votes
4answers
107 views
Call web service from android
I have created a web service using this tutorial . I have successfully created web service client . Its working fine for me. Now I want call this web service from android. I am trying since two days ...
0
votes
2answers
55 views
WRONG_DOCUMENT_ERR Error after login to sugarCRM from java Axis 1.4
I want to import data from java web application to sugarCRM. I created client stub using AXIS and then I am trying to connect, it seems it is getting connected, since I can get server information. But ...
0
votes
1answer
16 views
Using additional classes in AXIS WebService
Let's say I have simple working WebService on AXIS. I want to instantiate external class in it. The class needs to use WebService class static fields so I put it in the same JWS file like this:
...
0
votes
0answers
260 views
java.lang.ClassNotFoundException while running a web service through eclipse
I am creating a web service through eclipse.
First i have written my java implementation and from this implementation i am creating the web service.
My java implementation in turn makes use of some ...
0
votes
1answer
58 views
Apache Axis2 and Spring Thread
Ok I'm using Apache Axis2 and Spring Framework. Basically The WebServiceHandler class is the one that exposed all the web service operations. So when a request comes in, this is the class that gets ...
0
votes
0answers
120 views
Deserialization exception for complex type parameter
I use AXIS 1.4 autogenerated WSDL (IDEA->generate WSDL from java code)
and I just cannot call any my web-service with complex parameter type - exception occures on the request:
...
0
votes
1answer
38 views
Axis POJO clients
I am learning to use Apache Axis Library
In the documentation it is shown how to create a web service from a POJO class.
But for clients it mentions only Axis2 DataBinding Framework, XMLBeans, and ...
0
votes
1answer
142 views
Apache Axis 1: WSDL2Java - overwrite generated sources?
When running org.apache.axis.wsdl.WSDL2Java (Axis 1) against a recently changed wsdl, there is a failure because some sources already exist. Is there a way to force overwrite of existing classes? I ...
0
votes
1answer
35 views
Axis2 : four ways to create clients
There are 4 ways to create Clients in Axis 2 as shown
1.building an AXIOM based client,
2.generating a client using Axis2 Databinding Framework (ADB),
3.generating a client using XMLBeans,
4.and ...
0
votes
0answers
161 views
Incompatible Axis 1 client with Axis 2 Web Service
I have an Axis 1 web service with an Axis 1 client. Everything is working quite well, and the data I'm getting from the web service is correct. Now, there's a requirement to move the web service to ...
0
votes
0answers
158 views
running axis2 web service in eclipse using tomcat
This is the error that I got when I create my first axis2 web service using eclipse.After write the class when I create the web service with apache axis2.Here when I click the start server button in ...
0
votes
0answers
33 views
Extracting method name from soap message
i have an custom web service hosting application integrated with axis version 1.3.In this as a server, i am trying to parse coming soap requests.
To make it clear from the beginnig, although we are ...
0
votes
1answer
159 views
Axis 1.4 Axis :Admin tools error while trying to deploy the service using maven
I am trying to deploy an axis 1.4 service using deploy.wsdd and maven axis tools plugin,
I have configured the pom.xml but getting error where it needs inputFiles.
Please refer my POM below
...