SOAPElement soapElement = soapbodyElement.addChildElement(new QName(
"", "sPassword"));
i am using the above code to make a node to print
<sPassword xmlns="">string</sPassword>
but instead it prints
<sPassword>string</sPassword>
is there any way please help stuck on this since 1 day. i dont want to read xml file