Re: Axis 1.4 Java:Problem with missing namespace prefix in SOAP Body

2012-02-19 Thread Andreas Veithen
: Re: Axis 1.4 Java:Problem with missing namespace prefix in SOAP Body > To: java-user@axis.apache.org > Cc: axis1-java-u...@axis.apache.org > Date: Wednesday, 15 February, 2012, 10:50 AM > > Are you using Axis 1.4 (as you wrote in the subject) or 1.1 (as you > wrote in the body

Re: Axis 1.4 Java:Problem with missing namespace prefix in SOAP Body

2012-02-17 Thread santhosh kotte
coverting an Element type into SOAPBodyElement. --- On Wed, 15/2/12, Andreas Veithen wrote: From: Andreas Veithen Subject: Re: Axis 1.4 Java:Problem with missing namespace prefix in SOAP Body To: java-user@axis.apache.org Cc: axis1-java-u...@axis.apache.org Date: Wednesday, 15 February, 2012, 10:50 AM

Re: Axis 1.4 Java:Problem with missing namespace prefix in SOAP Body

2012-02-15 Thread santhosh kotte
Sorry for the confusion it is Axis 1.4. --- On Wed, 15/2/12, Andreas Veithen wrote: From: Andreas Veithen Subject: Re: Axis 1.4 Java:Problem with missing namespace prefix in SOAP Body To: java-user@axis.apache.org Cc: axis1-java-u...@axis.apache.org Date: Wednesday, 15 February, 2012, 10:50

Re: Axis 1.4 Java:Problem with missing namespace prefix in SOAP Body

2012-02-15 Thread Andreas Veithen
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 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.SOAP

Axis 1.4 Java:Problem with missing namespace prefix in SOAP Body

2012-02-15 Thread santhosh kotte
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 http://xyz"; > When it is converted into  SOAPBodyElement it becomes