how i can change or remove default namespace, included by dss service in soap body :
xmlns:p="http://ws.wso2.org/dataservice" and xmlns:xs="http://ws.wso2.org/dataservice"
<body>
<p:insert_data xmlns:p="http://ws.wso2.org/dataservice">
<!--Exactly 1 occurrence-->
<xs:param0 xmlns:xs="http://ws.wso2.org/dataservice">?</xs:param0>
<!--Exactly 1 occurrence-->
<xs:param1 xmlns:xs="http://ws.wso2.org/dataservice">?</xs:param1>
<!--Exactly 1 occurrence-->
<xs:param2 xmlns:xs="http://ws.wso2.org/dataservice">?</xs:param2>
<!--Exactly 1 occurrence-->
<xs:param3 xmlns:xs="http://ws.wso2.org/dataservice">?</xs:param3>
</p:insert_data>
Regards.