我如何更改或删除肥皂正文中的 dss 服务包含的默认命名空间:
xmlns:p="http://ws.wso2.org/dataservice" 和 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>
问候。