apache-axis Questions
9
Solved
I want to build an Axis2 client (I'm only accessing a remote web service, I'm not implementing one!) with Maven2 and I don't want to add 21MB of JARs to my project. What do I have to put in my pom....
Much asked 26/11, 2008 at 9:51
2
We consume the web service of third party. Whenever they update the XML schema like add the new element we got the following error message.
"SAXException: Invalid Element ... "
Is there any way i...
Phytogeography asked 26/9, 2012 at 8:27
4
Solved
I try to use axis2 (1.5.1) version to generate java codes from wsdl files, but I can't figure out what is the correct pom.xml
<build>
<plugins>
<plugin>
<groupId>org.apa...
Northeast asked 22/5, 2010 at 14:22
2
Solved
We have a Java EE application with
Java 6,
JSF 1.2,
Icefaces 1.8.2,
Axis 1.4.1
on Eclipse 3.7
and want to upgrade our development pipeline and product to
Java 7
JSF 2,
Icefaces 3.3.0
A...
Catnip asked 3/6, 2013 at 16:19
2
I created a Tomcat 7 app in Openshift, and I deployed my web services there. the problem is that my web service is supposed to call another service. No results are displayed. I tested the service i...
Parlance asked 7/5, 2015 at 10:38
5
Solved
I am trying to call a web service but facing a strange behavior. we have a web-service running on my server but the code is not open to us so can not see what going on behind the wall
The owner of ...
Menis asked 31/12, 2010 at 9:0
1
Solved
We have an Axis2 client reading from a SOAP web service; an issue occurred when new client stub classes were generated using WSDL2JAVA and their packages were renamed. The generation tool itself is...
Herat asked 17/4, 2015 at 14:0
5
Solved
I access a SOAP service using ADB-stubs created by AXIS2. I would like to log the raw XML response of any Axis Fault, that is returned by the service. I can catch those errors as "ServiceError". Ho...
Infundibulum asked 29/8, 2012 at 9:41
2
Solved
I work on a web application, I created a web service with axis2 I integrated this web service in my application, but the problem is that when I try to retrieve the wsdl via the following URL:...
Goldshell asked 4/2, 2015 at 15:38
2
I'm getting the error "Transport level information does not match with SOAP Message namespace URI". Request you provide the details to fix the issue.
I have set the below in the client side.
Http...
Swedish asked 31/5, 2013 at 15:46
6
Solved
What are the advantages of using Apache CXF over Apache Axis and vice versa?
Thebault asked 7/8, 2009 at 6:38
1
Solved
My messaging provider gives me two different kinds of WSDLs to use.
http://my.amazonaws.com:8000/webservice/?wsdl
http://my.amazonaws.com:8000/webservice/?singleWsdl
The first one is an embedded...
Anhinga asked 13/8, 2014 at 3:26
0
I've been assigned a piece of work to investigate and propose a fix for an intermittent and (apparently) non-replicable bug which is causing web service calls to fail with the following error:
Mes...
Infinitesimal asked 30/6, 2014 at 18:40
2
Solved
I have a WSDL file which is from an Axis2 Web Service. When I generate a client stub using wsimport given the WSDL file, the resulting classes require JAXBElement paramaters. Why is it like that?
...
Provender asked 31/8, 2012 at 7:56
2
I'm trying to move some Web Service stubs from Metro to Axis2, however after generating my stubs using wsdl2java I'm constently getting 404 errors whenever I try and make a service call.
16/12/20...
Louettalough asked 16/12, 2010 at 0:21
2
Edit:
I tweaked the Rampart configuration a little and I am now stuck at another point.
In Rampart's PostDispatchVerificationHandler an exception is thrown, because the security header hasn't bee...
Te asked 25/10, 2013 at 18:44
1
I'm connecting to a webservice with axis/rampart and was told to remove the InclusiveNamespaces as the prefixList was "" which is not allowed. How do I do that?
The part looks like
<ds:SignedI...
Crafty asked 2/9, 2013 at 23:13
2
Solved
I'm trying to generate a webservice client with wsdl2java from axis2 (version 1.6.1).
./wsdl2java.sh -uri http://www.ncbi.nlm.nih.gov/entrez/eutils/soap/v2.0/efetch_snp.wsdl
When I call this se...
Geostatics asked 11/4, 2012 at 20:24
3
Overview:
currently we have a web application with multiple module in it.
We are using following technology stack
JAX-WS
Spring framework (except spring MVC)
JSF
Hibernate
Application Server: IBM...
Showthrough asked 27/11, 2012 at 11:54
3
Solved
I'm new to webservice development. I'm using Netbeans 7.0 with the Axis2 plugin and Tomcat 7.
I created one project for the server components where I define the web methods, and then created anoth...
Civil asked 6/3, 2012 at 20:30
2
Solved
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 "...
Herndon asked 9/11, 2012 at 3:54
2
Solved
I don't know what are aar archive files and how they differ from war. I read that they are somewhat convertible. When to use which one? What are pros and cons and limitations.
Durden asked 9/8, 2013 at 11:5
5
Solved
I am using Apache Axis to connect my Java app to a web server. I used wsdl2java to create the stubs for me, but when I try to use the stubs, I get the following exception:
org.apache.axis.Configura...
Commissioner asked 15/9, 2008 at 18:13
1
Solved
I have a .NET WCF service and a Java app that uses Axis2 to generate service stubs. When I add an optional property to a data contract in WCF and sort it at the end of the property list (which shou...
Imparisyllabic asked 8/7, 2013 at 17:14
2
Requests works fine in my local environment and it doesn't work on the deployed environment . Requests were tried from various clients including soapui. Code is deployed on WAS
Axis2
org.apache....
Corticate asked 25/5, 2012 at 23:9
© 2022 - 2024 — McMap. All rights reserved.