You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Gul Onural <on...@nortel.com> on 2006/11/26 00:46:13 UTC

Removing namespace prefix from the OMElement

Using RawXMLMessageReceiver, my service receives and OMElement as input
message.
OMElement children has namespace prefix :

<myPrefix:name>XXX</myPrefix:name>

Is there a way to remove the namespace prefix from OMElement and all its
children, programmatically ?