apache-axis Questions
2
Apache Axis2 Web service runtime in Tomcat v7.0 Server does not support the service project Test. Why? Please help me
Smokedry asked 12/1, 2011 at 21:41
1
Solved
I have a requirement where I call a SOAP based web service from Java using Axis2 from eclipse. The web service code is in C#, with a BasicHttpBinding.
But when I call the method from the client s...
Germinant asked 11/6, 2013 at 14:39
6
Solved
Is AXIS or CXF necessary for Java web services? Can it be all done via the JDK (1.6)?
Amphigory asked 1/10, 2009 at 17:41
2
Solved
I am trying to install Axis2 in a servlet container (Tomcat) by using this link. But after succesfully following all the steps and after starting tomcat I am not able to see the index file for Axis...
Irruptive asked 21/2, 2011 at 9:0
2
Solved
I have a web service up and running with eclipse/tomcat/axis2. I want to get it linked to a bpel process, so I need the wsdl file. I can display the wsdl by starting the server and going to
http:/...
Wheatear asked 14/4, 2013 at 0:48
2
I am trying co connect to a 3'rd party SOAP web service. It seems that the service can work when the HTTP SOAPAction header is an empty String (""). This is the snippet of the wsdl:
<wsdl:bindi...
Gingergingerbread asked 6/10, 2009 at 12:29
2
Is it possible to specify security policy assertions when deploying a JAX-WS service in Axis2? So far I found only one way which is to configure policy globally (i.e. in axis2.xml). But can it be d...
Mechanical asked 10/3, 2011 at 20:13
2
Solved
Before anything else, I want you to know that I can already connect to the web service server. I'm asking this question because I want to gain a deeper knowledge on how a wsimport generated client ...
Stanford asked 3/9, 2012 at 3:52
1
Solved
I would be grateful if any one help me to understand the difference between axis2 web service and CXF web service.
Kuban asked 18/2, 2013 at 9:47
1
My friend asked to explain me what's the difference between Spring, axis2 and Jersey. Here I listed down a few differences that I'm aware of. Please comment/respond if you know more differences
...
Harwill asked 6/4, 2011 at 21:39
4
Solved
Scenario
The date format which is output as a response to the Web Service client by Axis2 is formatted as "2009-08-28+01:00". I would like to change this to show only the date without the timezone...
Yasmeen asked 28/8, 2009 at 11:24
8
Here's the problem:
I tried with multiple Eclipse IDE versions.
eclipse-jee-galileo-SR1-win32 eclipse-jee-galileo-SR2-win32
eclipse-jee-helios-SR2-win32 eclipse-jee-indigo-SR1-win32
Axis2 ...
Gather asked 10/11, 2011 at 6:4
6
Solved
Is it possible with Axis2 and Eclipse to generate a Web Service client and have it use java types that you already have in packages instead of creating it's own types. Reason being of course if I h...
Lur asked 15/10, 2008 at 15:43
1
we need to access an obsolete soap webservice with "RPC Encoding" style.
unfortunately this is not supported by modern tools, such as JAX-WS,
so we need to use the Axis2 library.
I've created the ...
Tonsillotomy asked 15/1, 2013 at 8:24
1
Solved
I am working on web services. I want to know how do we add headers to SOAP request in JAX-WS type web services.
Consider My header like this.
Map<String, List<String>> headers = new ...
Needleful asked 9/1, 2013 at 10:57
3
Solved
I am using Apache Tomcat v6 server. While creating a new Web Service, I get the Web service runtime options for "Apache Axis", "Apache Axis2" and "Apache CXF2.x".
Is i...
Grafting asked 9/12, 2012 at 4:50
1
Solved
I created Axis2 web service as a maven project ProjectB and packaged it as jar.I added this ProjectB jar as dependency to the another maven project which is ProjectA in pom.xml.
jar file of my Pro...
Gibbie asked 7/12, 2012 at 22:37
1
I built the wsdl-client-stub based on xmlbeans. Now I got stuck adding a custom header for authentification using xmlbeans since xmlbeans stubs are lacking the necessary Classes(?)
Actually, the h...
Sheng asked 21/10, 2012 at 11:19
2
Solved
So I'm having a couple of ANT scripts using Groovy to process complex calculations normal ANT can't do (at least afaik). I'm trying to access an Axis2 web service using a SOAP-envelope via Groovy. ...
Grijalva asked 9/10, 2012 at 8:27
1
Solved
I want to create a web service client using wsdl2java utility.
I have to connect to this server over SSL
This wsdl looks like this:
https://xxx.xx.xx.xx:8443/api/wsdl/xxxxxxx.wsdl
I generated ...
Kure asked 9/10, 2012 at 3:52
1
One of our projects we need to migrate an existing Axis2 - Jax RPC based application to a Apache CxF based runtime.
Has anyone done such migration before...what could be the advantages of CxF over...
Ruggles asked 19/8, 2011 at 15:30
1
I have an Axis2 Object returned from my Java code. How can I convert that object to XML or output it as XML in the console? I know there is lots of 3rd party libraries available to serialize object...
Cotemporary asked 2/11, 2010 at 5:7
2
I'm looking at the SOAP output from a web service I'm developing, and I noticed something curious:
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
<soapenv:Bod...
Hafiz asked 16/9, 2008 at 17:42
1
i have a problem with the security between one webservice and his client.
I use Axis2 and Rampart to build bottom up my webservice and than create the client from the generated wsdl.
I show you my ...
Eicher asked 15/6, 2011 at 10:58
1
Solved
I'm a novice both to Maven and Axis2. My project consists of three modules: client, interface and server. Service is POJO-based. WSDL is being built at the server module. Interface module contains ...
Superaltar asked 16/5, 2012 at 6:42
© 2022 - 2024 — McMap. All rights reserved.