Hi All, When I try to create an OMElement by adding child nodes to the parent node, if there is a declared namespace in the parent node it propagates down to the child node as well. In other words I am getting an empty namespace (xmlns="") for child elements as follows.
SOAP Request: <outer xmlns="http://abc.com"> <inner/> </outer> Response : <outer xmlns="http://abc.com"> <inner* xmlns=""*/> </outer> Can someone provide a solution to overcome this issue. Sohani Weerasinghe Software Engineer WSO2, Inc: http://wso2.com Mobile : +94 716439774 Blog :http://christinetechtips.blogspot.com/ Twitter : https://twitter.com/sohanichristine
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
