Are you using Axis 1.4 (as you wrote in the subject) or 1.1 (as you wrote in the body of the mail)?
Andreas On Wed, Feb 15, 2012 at 18:39, santhosh kotte <santhoshko...@yahoo.com> wrote: > > Hello > I am using Axis 1.1 to call a web service. > While converting a org.w3c.dom.Element into a > org.apache.axis.message.SOAPBodyElement the namespace prefix present in the > Element is being removed. > Eg: > Following is the Element > <ns:Extend xmlns:ns="http://xyz" ></ns:Extend> > When it is converted into SOAPBodyElement it becomes > <Extend></Extend> > > I am using the following constructor to create SOAPBodyElement from Element > type. > SOAPBodyElement sle=new SOAPBodyElement(bodyElement); > where bodyElement is the Element type. > > Can anyone please help me in resolving this issue? --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org