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