Re: Why Axis2 Engine sends type in the return tag of SOAP Response Messages?

2009-02-05 Thread ChandraR
Hi Deepal, I'm also facing the same problem. Is this fixed? Regards, Chandra R Deepal Jayasinghe wrote: Hello, Please, if someone can help me, I would like to know why Axis2 Engine includes an attribute /type/ in the /return/ tag of a SOAP /myMethodResponse/ message, when the

Re: Why Axis2 Engine sends type in the return tag of SOAP Response Messages?

2008-06-12 Thread Luis Bobo_Alten
Thanks to you, Deepal, for your response. Anyways, do you think that I could, manually, try to handle somehow the Axis2 response message to remove this type attribute in the return type, before it is delivered to the Client? Maybe in one of the phases? Regards, Luis Bobo

Re: Why Axis2 Engine sends type in the return tag of SOAP Response Messages?

2008-06-11 Thread Deepal Jayasinghe
Hello, Please, if someone can help me, I would like to know why Axis2 Engine includes an attribute /type/ in the /return/ tag of a SOAP /myMethodResponse/ message, when the returning type of this method is a complex, custom-defined, object. Actually that is something in my list for