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
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
> 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
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
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