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] )
Questions tagged [apache-axis]
2412 questions
0
votes
1 answer
0
votes
2 answers
Serviceclient problem invoking operations which have extended classes as parameters
Serviceclient problem invoking operations which have extended classes as parameters
I have operation input that have exteded class xsd:shema
SOAPFactory fac = OMAbstractFactory.getSOAP11Factory();
SOAPEnvelope envelope =…

user2412525
- 11
- 1
- 2
0
votes
1 answer
SSLHandshakeException - Calling webservice from web application using self signed certificate
My web application and Web Services are running in the same tomcat container. If I am not using HTTPS, everything is working fine.
When I am running the web application and web services both on HTTPS, I am getting SSLHandshakeException when web…

vinS
- 1,417
- 5
- 24
- 37
0
votes
0 answers
axis2 xsd:date format issue
In WSDL I have the following format:
USER_ACT_STRDT is a date.
When I generate the STUB (using Axis2 1.5.3), the generated stub (ADB Data Binding) has the following source code :
public void setUSER_ACT_STRDT_TypeDef(Date…

axis2binduser
- 21
- 1
- 2
0
votes
0 answers
AXIS 1.5.3 Date Formatting Issue
In WSDL I have the following format:
When I generate the STUB (using Axis2 1.5.3), the generated stub (ADB
Data Binding) has the following source code :
public void setUSER_ACT_STRDT_TypeDef(Date param)
{
if…

axis2binduser
- 21
- 1
- 2
0
votes
1 answer
How to handle OMElement at serverside using MTOM-XOP concept?
Iam able to upload the image using MTOM-XOP by value concept.After that I tried to upload the same image using MTOM-XOP by Reference concept (XOP:Include).Iam able to write the Client program and generates the OMElement and passing this to Service…

ADIT
- 2,388
- 9
- 34
- 46
0
votes
1 answer
Disabling HTTPS in Axis2 web service
I have created an Axis2 web service from Netbeans and deployed it successfully in Tomcat 6 on my web server.
When I use for instance SoapUI or Taverna to consume the web service, the server offers both HTTP and HTTPS methods to invoke it. However,…

reinouts
- 384
- 3
- 14
0
votes
1 answer
Axis2 problem with signature verification - probably caused by HTML character references
I have used Axis2 to built a client for WebService using message signing (service run on Websphere).
Client works fine but in some cases service sends response containing HTML character references (for polish national characters - for example…

nemecek
- 11
- 1
0
votes
1 answer
System cannot create OperationClient, Service client is null
We are trying to access a SOA service and the application is deployed in Websphere 9.0.0.3.
Once we retrieve the information from SOA service we cache the data in form of objects. Not sure if cache holding up any.
Based on the stacktrace looked up…

ThinkBig
- 1
- 1
0
votes
2 answers
Write a python Client to pass xs:anyType argument to a webservice method in Java
I have written a small webservice[Axis2/Java] which exposes a method
public String Fill(String cacheName Object... varArgs) {
return "Sample return "+varArgs[0].toString()+" "+(new Integer(varArgs[1]));
}
My client is a python suds…

kingpin
- 312
- 1
- 4
- 14
0
votes
1 answer
Issue with Axis2 WebService running on Apache Tomcat 7
I have a web service application that I deployed successfully on Apache Tomcat using Eclipse IDE. However after a restart to my computer is not working any more. While trying to the list of services I get the following.
HTTP Status 404 -…

Luis D Urraca
- 2,024
- 4
- 24
- 46
0
votes
3 answers
Create SOAP message from WSDL using axiom
I'm a starting a project which consist in sending a request to a web-service (which is already available) and parsing the response. I have the WSDL and URL endpoints. Does anyone have a startup tutorial on how to build something from there?
I would…

code-gijoe
- 6,949
- 14
- 67
- 103
0
votes
1 answer
Problem with generating the client using axis2
Configuring the client using the WSDL gives the following exception:
axi2 Exception occurred during code generation for WSDL :
java.lang.NoClassDefFoundError:
org/apache/ws/commons/schema/utils/NamespacePrefixList
I attempted to resolve this by…

Constellation
- 65
- 6
0
votes
1 answer
How 'minOccurs' and 'maxOccurs' attribute value will generated inside the `element` tag of the WSDL file?
We have custom java code that deployed in the JBoss. We are firing the webservice call and the WSDL file is generating by using the Apache Axis framework.
My question is for some of the tag, minOccurs and maxOccurs attribute is present, but for some…

Arvind Katte
- 995
- 2
- 10
- 20
0
votes
1 answer
Web service - SOAPui - Receiver Failed to serialize node AXIS2
Hy Guys,
I have a Web service problem. The used environment: SOAP - TOMCAT+AXIS2 - Gigaspace - Magic XPA 3.3
I have made 2 closely same external xpa program what gives back a blob in the Task's property sheet's Return value. It's "answer" back an…