Axis2 1.4.1 namespace error in reponse

2011-09-17 Thread ramkig
Axis2 1.4.1 service sends same name space for all elements even though different elements belong to different name space. The type attribute for each element has Java package which is correct , but the name space is incorrect and most of the clients other than axis ( like .Net or NetBeans) not abl

Re: Axis2 1.4.1 namespace error in reponse

2011-09-17 Thread ramkig
p 17, 2011 at 4:35 AM, ramkig wrote: > >> >> Axis2 1.4.1 service sends same name space for all elements even though >> different elements belong to different name space. The type attribute for >> each element has Java package which is correct , but the name space is >> in

Re: Axis2 1.4.1 namespace error in reponse

2011-09-19 Thread ramkig
axisdebug.zip contains POJO classes. custapi.aar contains services.xml. Amila Suriarachchi wrote: > > Can you send us your POJO class and services.xml so that we can reproduce > the error? > > thanks, > Amila. > > On Sun, Sep 18, 2011 at 12:20 AM, ramkig wrote: >

Re: Axis2 1.4.1 namespace error in reponse

2011-09-22 Thread ramkig
a Suriarachchi wrote: > > Can you send us your POJO class and services.xml so that we can reproduce > the error? > > thanks, > Amila. > > On Sun, Sep 18, 2011 at 12:20 AM, ramkig wrote: > >> >> I tried with axis2 1.6.0. Getting same response with invali

Axis2 1.6 - New Handler - ClassCast Exception

2012-04-23 Thread ramkig
Hi, I tried to add a new Handler to intercept the soap message to print the body of message. But I am getting classcastexception. Please advise. Exception: org.apache.axis2.deployment.DeploymentException: com.alacriti.axis2.util.MsgHandler cannot be cast to org.apache.axis2.engine.Handler

Axis2 1.6 - New Handler - ClassCast Exception

2012-04-23 Thread ramkig
Exception: org.apache.axis2.deployment.DeploymentException: com.alacriti.axis2.util.MsgHandler cannot be cast to org.apache.axis2.engine.Handler at org.apache.axis2.deployment.util.Utils.loadHandler(Utils.java:151) at org.apache.axis2.deployment.AxisConfigBuilder.processPhaseList(