0
votes
1answer
17 views

axis 2 and bitnami

I just installed Bitnami Namp Stack 5.4.13-0. I want to get axis 2 up and running with the apache server. Is this included in the Bitnami install? if not, what do I need to do to get axis 2 working ...
0
votes
1answer
41 views

Jar depedency in aar archive

I'm building a new Axis2 REST Service who's using some JAXB classes inside. The JAXB classes are embedded inside a Jar file (let's call it JAXB.jar) The architecture of my aar file is like this : ...
0
votes
1answer
56 views

Is it possible to use Synapse without Axis2, to make ReST and SOAP calls, possibly with CXF and/or Jersey?

I am tasked with coming up with a way of using Synapse ESB without Axis2, basically to make ReST and SOAP calls to webservices. Is there CXF support, for example? I searched a lot but could not ...
0
votes
0answers
18 views

Client-to-client messages and notification in general

I'm afraid my question(s) will be inane but I have tried to find out how to do it for days and can't figure it out. What I need to do is to create an Axis2-Webservice that allows several (2 to 10) ...
0
votes
0answers
134 views

wsimport classpath

My projects are built via maven and I am experimenting with wsimport to create jax-ws service endpoint (using native java 1.6 update 33) to calling external soap services. My initial tests were ...
0
votes
0answers
60 views

Axis2 mail transport authentication failed exception

I'm using automatically generated Axis2 client stub to send SOAP using the mail transport. Basically, a "pseudocode" of the service call looks like this: ConfigurationContext cc = ...
0
votes
1answer
1k views

deploy war file in tomcat server

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 ...
0
votes
0answers
172 views

Apache Axis2 client generating a message, shoud the username and password show in the SOAP header

I am calling a secured web service using Apache Axis2. I have included the Rampart module because the web service uses Basic authentication. My client code is below. My question is: Should the ...
0
votes
0answers
177 views

Axis2 stub has a wrong namespace

I am using eclipse helios, apache server 7.0 and axis2 1.5. When stub gets created it is taking the namespace as defaultnamespace. I do not know the reason why it takes defaultnamespace. when I run ...
0
votes
0answers
140 views

Apache AXIS Ignore/Skip additional element while parsing

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 in ...
0
votes
1answer
254 views

Axis2 implementation and stub generation issue

I'm using wsdl2java to generate service. Arguments for generation are following: -p com.dummy.tst.service -u -f -sp -s -b -ssi -d xmlbeans -uri /some/path/service.wsdl -ss -g -sd -o /some/path/gen ...
0
votes
1answer
1k views

How to return custom objects in Apache Axis2 WebService

I have been trying to deploy an Apache Axis2 WebService using Eclipse Juno, Maven and the java2wsdl plugin. However I keep running into a problem which I believe is due to mapping and hopefully ...
0
votes
0answers
141 views

Creating large xml response in a webservice axis tomcat

Almost return 50000 records from a webservice method in axis. Picked up the filtered records from the tables and return in the response. Axis hangs in Tomcat when it returns the response. How to ...
0
votes
2answers
536 views

Howto setup Apache Web Server for clustering a Web Service on two Tomcats

I'm trying to setup an Apache Web Server, so that it balances requests of a client on two Tomcat servers. For the Web Service I uses Axis2. It is deployed on two Tomcats. When I invoke the Web ...
0
votes
0answers
484 views

Axis2, Load Balance Temp Folder Error

I'm running Apache Axis2, 1.6.2 (Kernel) on Tomcat 7, Load balanced (2 Engines) with Apache HTTPD as the front end with ModJK. There is only one service that runs in this server. Sometimes when I ...

1 2 3
15 30 50 per page