RE: Hep Needed:Response is not corresponding to the current request passed

2008-10-11 Thread mohammad.emran.pasha
Hi, Here is my client stub call : - org.apache.axis2.client.OperationClient _operationClient = _serviceClient.createClient(_operations[0].getName()); _operationClient.getOptions().setAction(http://sample); _operationClient.getOptions().setExceptionToBeThrownOnSOAPFault(true); addProper

Re: Classes in classpath (Axis2)

2008-10-11 Thread ibrahim demir
Hi Deepal; Jboss uses Tomcat as a web containing mechanism but classloading mechanism is different. So some extra effort is needed to deploy applications. I also noticed that axis2 1.4.0-1.4.1 war is not deploying on jboss and I have to work with version 1.3 I am also searching and trying

Re: Classes in classpath (Axis2)

2008-10-11 Thread Deepal jayasinghe
> Hi Deepal; > > Thanks for the reply and excuses for the latency but I can not run my > service till it is in the web-inf /classes directroy of the axis2 war. Hmm ,I am not that familiar with JBoss class loader , what I suggested was the way Tomcat works. > So As far as I understand it first chec

Re: Classes in classpath (Axis2)

2008-10-11 Thread ibrahim demir
Hi Deepal; Thanks for the reply and excuses for the latency but I can not run my service till it is in the web-inf /classes directroy of the axis2 war. So As far as I understand it first checks in side the aar file then the war archive. But it can not get out of the war archive. So I had to dup

RE: Hep Needed:Response is not corresponding to the current request passed

2008-10-11 Thread mohammad.emran.pasha
Hi , I am new for axis2-1.4. I am not sure what does it mean by blocking call. But here is the process i followed to generate my client stub and the client calls. wsdl2java -uri C:\sample.wsdl -p sample -d xmlbeans -s String folder = "a"; try { System.out.println("RESPONSE FROM KANA WEB