Re: ClassNotFoundException with Apache Axis2 (org.apache.axis2.transport.http.AxisAdminServlet)

2010-06-17 Thread Massimiliano Ziccardi
I'm going to try what you suggested, however, do it means the published axis2 1.5.1 do not work ? Thanks a lot, Massimiliano On Thu, Jun 17, 2010 at 7:49 PM, Martin Gainty wrote: > i think thilina jar'ed those classes into either Milestone1 or Milestone2 > jar (from Axis2-1.6 distro) so > chec

RE: BackportUtil jar causing memory leak

2010-06-17 Thread Sanjay Gupta
Hi, The problem was in the context. I had to call cleanupContexts and terminate on the context for the memory leak to go away in axis 1.5.1 client code. So either try not create context each time (right thing to do) or call the above two methods to clean them up after each call. The best optio

axis2 REST tutorial with WSDL 2.0

2010-06-17 Thread albert kao
Is there any axis2 REST (ideally with all GET, POST, PUT and DELETE operations) tutorial with WSDL 2.0 (written in 2010 ideally)? I found one tutorial (http://wso2.org/library/3726) written in 2008 which write the code first and then use Axis2 java2wsdl tool to generate a WSDL. Then tinker the gene

[Axis2] - Couple of questions about web services deployment using Axis2.

2010-06-17 Thread Raghu Upadhyayula
Hi, We are using Axis2 1.4 version. I have couple of questions about web services deployment using Axis2. 1. How do I deploy 2 different WSDL's pointing to the same endpoint in the same webapp (One WSDL is a subset of another WSDL)? 2. How do I deploy 2 different

RE: ClassNotFoundException with Apache Axis2 (org.apache.axis2.transport.http.AxisAdminServlet)

2010-06-17 Thread Martin Gainty
i think thilina jar'ed those classes into either Milestone1 or Milestone2 jar (from Axis2-1.6 distro) so check Axis2-core-M1.jar or Axis2-core-M2.jar one or the other but not both are located in $CATALINA_HOME/webapps/Axis2/web-inf/lib I'm not sure if the Axis2-1.6 binaries were pushed to t

ClassNotFoundException with Apache Axis2 (org.apache.axis2.transport.http.AxisAdminServlet)

2010-06-17 Thread Massimiliano Ziccardi
Hi all. I'm developing an application with AXIS 2 1.5.1, however I'm having some classloading issue: I always get a ClassNotFoundException org.apache.axis2.transport.http.AxisAdminServlet. My Application server is Tomcat (I tried with websphere 7 too, but I get the same error). Here is the stack

Re: Axis2 support for SOAP1.1

2010-06-17 Thread ceri tandogan
Hello, Have you ever tried "-b" parameter for "wsdl2java" when generating classes? Ceri - Original Message From: rahulYadav To: [email protected] Sent: Thu, June 17, 2010 1:05:33 PM Subject: Axis2 support for SOAP1.1 Hi All, I am in strange problem.I have a webservice writt

Re: BackportUtil jar causing memory leak

2010-06-17 Thread Michael Fryars
Ceri, The memory problem you had with v1.4, was it definitely linked with the use of backport-util-concurrent by Axis2? And since you moved to v1.5 you've had no such memory leaks? [I'm talking specifically about server-side, here.] Sanjay, For the problem you found in both v1.4 and v1.5, did

Re: Axis2 support for SOAP1.1

2010-06-17 Thread ceri tandogan
Hello, Have you ever tried "-b" parameter for "wsdl2java" when generating classes? Ceri - Original Message From: rahulYadav To: [email protected] Sent: Thu, June 17, 2010 1:05:33 PM Subject: Axis2 support for SOAP1.1 Hi All, I am in strange problem.I have a webservice writt

Axis2 support for SOAP1.1

2010-06-17 Thread rahulYadav
Hi All, I am in strange problem.I have a webservice written with Axis1.4 and supports only SOAP1.1 over http, i use its wsdl to generate java using wsdl2java Axis2 APIs i.e. stub created by Axis2. Using the stub class to call webservice throws exception complaining of Unexpected subelement in SOA